2022-11-23T01:33:29.4147841Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:33:29.4147919Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.4147942Z Waiting for a runner to pick up this job... 2022-11-23T01:33:30.1315297Z Job is about to start running on the runner: i-02d15e764fbab902f (organization) 2022-11-23T01:33:35.9323921Z Current runner version: '2.299.1' 2022-11-23T01:33:35.9333457Z Runner name: 'i-02d15e764fbab902f' 2022-11-23T01:33:35.9334005Z Runner group name: 'Default' 2022-11-23T01:33:35.9334876Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:35.9338110Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:35.9338806Z Actions: write 2022-11-23T01:33:35.9339128Z Checks: write 2022-11-23T01:33:35.9339394Z Contents: write 2022-11-23T01:33:35.9339759Z Deployments: write 2022-11-23T01:33:35.9340108Z Discussions: write 2022-11-23T01:33:35.9340381Z Issues: write 2022-11-23T01:33:35.9340686Z Metadata: read 2022-11-23T01:33:35.9341015Z Packages: write 2022-11-23T01:33:35.9341285Z Pages: write 2022-11-23T01:33:35.9341603Z PullRequests: write 2022-11-23T01:33:35.9342160Z RepositoryProjects: write 2022-11-23T01:33:35.9342479Z SecurityEvents: write 2022-11-23T01:33:35.9343105Z Statuses: write 2022-11-23T01:33:35.9343441Z ##[endgroup] 2022-11-23T01:33:35.9347914Z Secret source: Actions 2022-11-23T01:33:35.9348846Z Prepare workflow directory 2022-11-23T01:33:36.0811960Z Prepare all required actions 2022-11-23T01:33:36.1071629Z Getting action download info 2022-11-23T01:33:36.3278649Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:48.6863762Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:52.2571880Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:53.4610039Z Getting action download info 2022-11-23T01:34:53.6309038Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:54.6465970Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:54.6468371Z ##[group] Inputs 2022-11-23T01:34:54.6468711Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:54.6468992Z cuda-version: 11.6 2022-11-23T01:34:54.6470200Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:34:54.6471322Z sync-tag: 2022-11-23T01:34:54.6471522Z ##[endgroup] 2022-11-23T01:34:54.6472281Z Complete job name: win-vs2019-cuda11.6-py3 / test (default, 1, 5, windows.8xlarge.nvidia.gpu) 2022-11-23T01:34:54.9205094Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:54.9205886Z git config --global core.symlinks true 2022-11-23T01:34:54.9249185Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:54.9249538Z env: 2022-11-23T01:34:54.9249741Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:54.9249976Z ##[endgroup] 2022-11-23T01:34:55.7739286Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:55.7739980Z with: 2022-11-23T01:34:55.7740364Z no-sudo: true 2022-11-23T01:34:55.7740784Z submodules: recursive 2022-11-23T01:34:55.7741209Z fetch-depth: 0 2022-11-23T01:34:55.7741574Z env: 2022-11-23T01:34:55.7741963Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.7742386Z ##[endgroup] 2022-11-23T01:34:55.8188164Z ##[group]Run retry () { 2022-11-23T01:34:55.8188516Z retry () { 2022-11-23T01:34:55.8189006Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:55.8189497Z } 2022-11-23T01:34:55.8189901Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.8205061Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:55.8205437Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.8205903Z else 2022-11-23T01:34:55.8206400Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.8206850Z fi 2022-11-23T01:34:55.8207271Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.8242119Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:55.8242460Z env: 2022-11-23T01:34:55.8242676Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.8242904Z NO_SUDO: true 2022-11-23T01:34:55.8243097Z ##[endgroup] 2022-11-23T01:34:55.8648760Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:56.1380969Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:56.1381456Z with: 2022-11-23T01:34:56.1381818Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:56.1382080Z fetch-depth: 0 2022-11-23T01:34:56.1382306Z submodules: recursive 2022-11-23T01:34:56.1382548Z quiet-checkout: true 2022-11-23T01:34:56.1382785Z repository: pytorch/pytorch 2022-11-23T01:34:56.1383213Z token: *** 2022-11-23T01:34:56.1383558Z ssh-strict: true 2022-11-23T01:34:56.1383811Z persist-credentials: true 2022-11-23T01:34:56.1384028Z clean: true 2022-11-23T01:34:56.1384225Z lfs: false 2022-11-23T01:34:56.1384453Z set-safe-directory: true 2022-11-23T01:34:56.1384656Z env: 2022-11-23T01:34:56.1384865Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:56.1385093Z ##[endgroup] 2022-11-23T01:35:03.1634088Z Syncing repository: pytorch/pytorch 2022-11-23T01:35:03.1636800Z ##[group]Getting Git version info 2022-11-23T01:35:03.1637526Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:03.1699010Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:35:03.2045179Z git version 2.38.1.windows.1 2022-11-23T01:35:03.2104720Z ##[endgroup] 2022-11-23T01:35:03.2133035Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\41e541f1-68f6-4929-a4ee-b9849832e3c0\.gitconfig' 2022-11-23T01:35:03.2222413Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\41e541f1-68f6-4929-a4ee-b9849832e3c0' before making global git config changes 2022-11-23T01:35:03.2223986Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:35:03.2234254Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:03.2602896Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:03.2615031Z ##[group]Initializing the repository 2022-11-23T01:35:03.2627133Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:03.3291750Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:35:03.3349174Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:35:03.3746573Z ##[endgroup] 2022-11-23T01:35:03.3747084Z ##[group]Disabling automatic garbage collection 2022-11-23T01:35:03.3760162Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:35:03.4125491Z ##[endgroup] 2022-11-23T01:35:03.4126046Z ##[group]Setting up auth 2022-11-23T01:35:03.4140421Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:35:03.4498583Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:35:04.5003810Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:35:04.5343683Z [command]"C:\Program Files\Git\cmd\git.exe" 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-11-23T01:35:05.1577175Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:35:05.2038146Z ##[endgroup] 2022-11-23T01:35:05.2038895Z ##[group]Fetching the repository 2022-11-23T01:35:05.2051510Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:37:09.3862689Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:37:09.4162362Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:09.4213741Z ##[endgroup] 2022-11-23T01:37:09.4214524Z ##[group]Determining the checkout info 2022-11-23T01:37:09.4216946Z ##[endgroup] 2022-11-23T01:37:09.4217889Z ##[group]Checking out the ref 2022-11-23T01:37:09.4226856Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:26.6866451Z ##[endgroup] 2022-11-23T01:37:26.6867407Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:37:26.6878662Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:37:26.7372004Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:37:26.7722571Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:37:26.8108597Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:37:26.8501248Z ##[endgroup] 2022-11-23T01:37:26.8502047Z ##[group]Fetching submodules 2022-11-23T01:37:26.8514436Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:37:27.5249663Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:37:28.3120056Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:37:28.3120727Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:37:28.3121319Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:37:28.3121904Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:37:28.3123342Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:37:28.3124379Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:37:28.3125237Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:37:28.3126831Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:37:28.3127966Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:37:28.3128953Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:37:28.3130060Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:37:28.3131312Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:37:28.3132436Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:37:28.3133326Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:37:28.3133887Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:37:28.3134501Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:37:28.3135302Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:37:28.3136362Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:37:28.3137479Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:37:28.3138718Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:37:28.3139948Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:37:28.3140956Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:37:28.3142023Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:37:28.3143052Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:37:28.3144067Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:37:28.3144937Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:37:28.3145696Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:37:28.3146318Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:37:28.3147191Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:37:28.3147825Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:37:28.3148400Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:37:28.3148987Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:37:28.3149605Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:37:28.3150182Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:37:28.3456959Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:37:28.3457661Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:37:28.3458475Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:37:28.3459021Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:37:28.3459532Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:37:28.3460155Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:37:28.3461029Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:37:28.9154615Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:37:29.3508295Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:37:29.7789663Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:37:30.3581618Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:37:30.8597576Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:37:34.8753603Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:37:47.1670988Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:37:47.8889998Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:37:48.8647258Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:37:51.5656376Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:37:53.9252703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:37:56.4807354Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:38:04.6966351Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:38:06.1101554Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:38:08.4314588Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:38:10.6218458Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:38:11.1969802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:38:12.0568597Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:38:12.7253511Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:38:14.8601739Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:38:15.6075506Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:38:16.4868312Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:38:16.9380450Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:38:18.9383306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:38:19.5889323Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:38:20.1306114Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:38:29.8023432Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:38:32.7224614Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:38:33.4942577Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:38:34.1318003Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:38:43.9302306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:38:44.3739125Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:38:44.7967182Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:38:46.4581726Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:38:46.8726689Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:38:47.5686448Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:38:48.1496810Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:38:49.2613754Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:38:53.1631099Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:38:54.0065989Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:38:57.9682714Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:38:58.2042445Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:38:58.3957091Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:38:58.5604581Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:38:58.9538827Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:38:59.4345439Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:38:59.9579030Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:39:14.6041103Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:39:14.9500660Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:39:16.0934377Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:39:16.5378412Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:39:22.3129985Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:39:29.8438800Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:39:33.1695521Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:39:33.9658231Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:39:33.9981461Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:33.9984257Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:33.9985448Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:33.9986694Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:35.5390941Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:39:40.4266309Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:39:42.7651251Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:39:43.3378832Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:39:43.8062171Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:39:45.0619165Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:39:45.6793128Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:39:45.8329516Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:39:47.7833530Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:39:48.3064821Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:39:48.4418963Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:39:48.8638847Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:39:49.2727960Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:39:49.9141452Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:39:50.1259100Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:39:50.1519017Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:40:04.8441265Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:40:08.3394364Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:40:08.3657274Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:40:22.4891002Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:40:27.7264332Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:40:28.0403813Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:40:28.2598630Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:40:28.9762697Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:40:29.0034993Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:40:29.0036493Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:40:31.2067210Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:40:33.1874215Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:40:33.5021911Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:40:34.0154942Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:40:34.3598588Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:40:34.4920229Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:40:35.9043221Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:40:41.0321936Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:40:41.0605332Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:40:41.0606716Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:40:41.9932568Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:43.5801328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:43.8887582Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:40:44.4192657Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:40:44.6150042Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:40:44.6351641Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:40:47.6555653Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:40:49.6614560Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:40:49.6862184Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:40:49.6863724Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:40:50.5334011Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:52.0515344Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:52.3173097Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:40:52.8472189Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:40:52.8677540Z 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-11-23T01:40:53.7482360Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:40:54.0880248Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:40:54.2266572Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:40:59.9795195Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:41:00.0086211Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:00.0087480Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:00.8159318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:41:02.8577931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:41:03.0889927Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:41:03.9272353Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:41:04.0509324Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:41:04.2249494Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:41:04.7254233Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:41:04.8868139Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:41:05.4209120Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:41:05.5482074Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:41:06.2123481Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:41:08.8666098Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:41:09.3285992Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:41:09.3607620Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:09.3608993Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:09.3610115Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:09.3612509Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:11.3895798Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:41:12.9228318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:41:15.4062987Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:41:16.9836332Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:41:17.5761190Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:41:17.8342197Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:41:18.6067509Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:41:19.0119902Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:41:19.0317024Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:19.5451554Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:41:19.6605569Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:20.4736434Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:41:20.5048062Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:41:21.1536660Z Entering 'android/libs/fbjni' 2022-11-23T01:41:21.2272056Z Entering 'third_party/FP16' 2022-11-23T01:41:21.2949494Z Entering 'third_party/FXdiv' 2022-11-23T01:41:21.3629086Z Entering 'third_party/NNPACK' 2022-11-23T01:41:21.4342291Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:21.5052048Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:21.5785150Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:21.6475873Z Entering 'third_party/benchmark' 2022-11-23T01:41:21.7275690Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:21.7961842Z Entering 'third_party/cub' 2022-11-23T01:41:21.8624650Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:21.9364216Z Entering 'third_party/cutlass' 2022-11-23T01:41:22.0109245Z Entering 'third_party/eigen' 2022-11-23T01:41:22.0938090Z Entering 'third_party/fbgemm' 2022-11-23T01:41:22.1684311Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:22.2416856Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:22.3163938Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:22.3873155Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:22.4580049Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:22.5259915Z Entering 'third_party/fmt' 2022-11-23T01:41:22.5956441Z Entering 'third_party/foxi' 2022-11-23T01:41:22.6688990Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:22.7376125Z Entering 'third_party/gloo' 2022-11-23T01:41:22.8174242Z Entering 'third_party/googletest' 2022-11-23T01:41:22.8872697Z Entering 'third_party/ideep' 2022-11-23T01:41:22.9513923Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:23.0202314Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:23.0926782Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:23.1625848Z Entering 'third_party/ittapi' 2022-11-23T01:41:23.2302949Z Entering 'third_party/kineto' 2022-11-23T01:41:23.3012783Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:23.3717873Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:23.4428648Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:23.5069036Z Entering 'third_party/neon2sse' 2022-11-23T01:41:23.5850683Z Entering 'third_party/nlohmann' 2022-11-23T01:41:23.6566641Z Entering 'third_party/onnx' 2022-11-23T01:41:23.7274294Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:23.8021916Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:23.8753447Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:23.9412282Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:24.0195750Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:24.0925151Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:24.1611960Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:24.2346103Z Entering 'third_party/pocketfft' 2022-11-23T01:41:24.3014754Z Entering 'third_party/protobuf' 2022-11-23T01:41:24.3645604Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:24.4319214Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:24.5053516Z Entering 'third_party/psimd' 2022-11-23T01:41:24.5759259Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:24.6478292Z Entering 'third_party/pybind11' 2022-11-23T01:41:24.7136035Z Entering 'third_party/python-enum' 2022-11-23T01:41:24.7789643Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:24.8419164Z Entering 'third_party/python-six' 2022-11-23T01:41:24.9096530Z Entering 'third_party/sleef' 2022-11-23T01:41:24.9891768Z Entering 'third_party/tbb' 2022-11-23T01:41:25.0578875Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:25.1267064Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:25.1959301Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:25.2624344Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:25.3300017Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:25.3945741Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:25.4728252Z Entering 'third_party/zstd' 2022-11-23T01:41:25.5564373Z ##[endgroup] 2022-11-23T01:41:25.5566356Z ##[group]Persisting credentials for submodules 2022-11-23T01:41:25.5577525Z [command]"C:\Program Files\Git\cmd\git.exe" 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-11-23T01:41:26.1917122Z Entering 'android/libs/fbjni' 2022-11-23T01:41:26.2735378Z Entering 'third_party/FP16' 2022-11-23T01:41:26.3605219Z Entering 'third_party/FXdiv' 2022-11-23T01:41:26.4456940Z Entering 'third_party/NNPACK' 2022-11-23T01:41:26.5250684Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:26.6017885Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:26.6826781Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:26.7643919Z Entering 'third_party/benchmark' 2022-11-23T01:41:26.8404356Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:26.9187993Z Entering 'third_party/cub' 2022-11-23T01:41:26.9966868Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:27.0787006Z Entering 'third_party/cutlass' 2022-11-23T01:41:27.1580359Z Entering 'third_party/eigen' 2022-11-23T01:41:27.2398353Z Entering 'third_party/fbgemm' 2022-11-23T01:41:27.3163979Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:27.3950326Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:27.4737787Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:27.5567124Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:27.6450442Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:27.7375272Z Entering 'third_party/fmt' 2022-11-23T01:41:27.8160601Z Entering 'third_party/foxi' 2022-11-23T01:41:27.8971451Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:27.9802694Z Entering 'third_party/gloo' 2022-11-23T01:41:28.0590306Z Entering 'third_party/googletest' 2022-11-23T01:41:28.1353175Z Entering 'third_party/ideep' 2022-11-23T01:41:28.2186245Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:28.3058795Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:28.4005741Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:28.4812130Z Entering 'third_party/ittapi' 2022-11-23T01:41:28.5621408Z Entering 'third_party/kineto' 2022-11-23T01:41:28.6409488Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:28.7211918Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:28.8056205Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:28.8904474Z Entering 'third_party/neon2sse' 2022-11-23T01:41:28.9673814Z Entering 'third_party/nlohmann' 2022-11-23T01:41:29.0515342Z Entering 'third_party/onnx' 2022-11-23T01:41:29.1484244Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:29.2284250Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:29.3147552Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:29.3969489Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:29.4766739Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:29.5617869Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:29.6395679Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:29.7268314Z Entering 'third_party/pocketfft' 2022-11-23T01:41:29.8086412Z Entering 'third_party/protobuf' 2022-11-23T01:41:29.8860288Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:29.9664167Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:30.0531445Z Entering 'third_party/psimd' 2022-11-23T01:41:30.1340332Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:30.2195518Z Entering 'third_party/pybind11' 2022-11-23T01:41:30.3023369Z Entering 'third_party/python-enum' 2022-11-23T01:41:30.3806434Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:30.4672592Z Entering 'third_party/python-six' 2022-11-23T01:41:30.5533919Z Entering 'third_party/sleef' 2022-11-23T01:41:30.6312123Z Entering 'third_party/tbb' 2022-11-23T01:41:30.7130362Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:30.7901614Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:30.8690332Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:30.9500562Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:31.0286414Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:31.1018853Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:31.1855046Z Entering 'third_party/zstd' 2022-11-23T01:41:31.2815315Z [command]"C:\Program Files\Git\cmd\git.exe" 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-11-23T01:41:31.9028934Z Entering 'android/libs/fbjni' 2022-11-23T01:41:31.9931011Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:41:32.0178540Z Entering 'third_party/FP16' 2022-11-23T01:41:32.1020673Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:41:32.1284835Z Entering 'third_party/FXdiv' 2022-11-23T01:41:32.2221197Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:41:32.2452825Z Entering 'third_party/NNPACK' 2022-11-23T01:41:32.3354685Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:41:32.3592554Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:32.4490807Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:41:32.4732527Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:32.5628959Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:41:32.5905989Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:32.6825334Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:41:32.7058283Z Entering 'third_party/benchmark' 2022-11-23T01:41:32.7922740Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:32.8136686Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:32.9035990Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:32.9262282Z Entering 'third_party/cub' 2022-11-23T01:41:33.0161570Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:41:33.0387033Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:33.1256452Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:41:33.1500604Z Entering 'third_party/cutlass' 2022-11-23T01:41:33.2468546Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:41:33.2704898Z Entering 'third_party/eigen' 2022-11-23T01:41:33.3597808Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:41:33.3832969Z Entering 'third_party/fbgemm' 2022-11-23T01:41:33.4730027Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:41:33.4941417Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:33.5919579Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:41:33.6186731Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:33.7062013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:33.7297938Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:33.8218984Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:33.8500712Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:33.9391859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:41:33.9666404Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:34.0547220Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:41:34.0781664Z Entering 'third_party/fmt' 2022-11-23T01:41:34.1727170Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:41:34.1949846Z Entering 'third_party/foxi' 2022-11-23T01:41:34.2861337Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:41:34.3089578Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:34.3975321Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:41:34.4212576Z Entering 'third_party/gloo' 2022-11-23T01:41:34.5100948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:41:34.5362322Z Entering 'third_party/googletest' 2022-11-23T01:41:34.6234648Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:34.6469079Z Entering 'third_party/ideep' 2022-11-23T01:41:34.7409652Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:41:34.7673555Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:34.8643412Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:41:34.8875704Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:34.9877200Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:41:35.0203567Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:35.1158624Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:41:35.1424551Z Entering 'third_party/ittapi' 2022-11-23T01:41:35.2371200Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:41:35.2644480Z Entering 'third_party/kineto' 2022-11-23T01:41:35.3559190Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:41:35.3776854Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:35.4719150Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:41:35.4984952Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:35.5879623Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:41:35.6132760Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:35.7030023Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:41:35.7255846Z Entering 'third_party/neon2sse' 2022-11-23T01:41:35.8154622Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:41:35.8430508Z Entering 'third_party/nlohmann' 2022-11-23T01:41:35.9270337Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:41:35.9498979Z Entering 'third_party/onnx' 2022-11-23T01:41:36.0407738Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:36.0639497Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:36.1491114Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:36.1834715Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:36.3010523Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:36.3259996Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:36.4206885Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:41:36.4425972Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:36.5454821Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:36.5725775Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:36.6702436Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:36.6959397Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:36.7878868Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:36.8109852Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:36.9082868Z file:C:/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-11-23T01:41:36.9424009Z Entering 'third_party/pocketfft' 2022-11-23T01:41:37.0380455Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:41:37.0622970Z Entering 'third_party/protobuf' 2022-11-23T01:41:37.1539022Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:41:37.1767237Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:37.2665384Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:37.2922623Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:37.3822132Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:37.4084423Z Entering 'third_party/psimd' 2022-11-23T01:41:37.4970145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:41:37.5206798Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:37.6112976Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:41:37.6347315Z Entering 'third_party/pybind11' 2022-11-23T01:41:37.7213607Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:37.7443377Z Entering 'third_party/python-enum' 2022-11-23T01:41:37.8306716Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:41:37.8529096Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:37.9411149Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:41:37.9628260Z Entering 'third_party/python-six' 2022-11-23T01:41:38.0490802Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:41:38.0714892Z Entering 'third_party/sleef' 2022-11-23T01:41:38.1584529Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:41:38.1811476Z Entering 'third_party/tbb' 2022-11-23T01:41:38.2659003Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:41:38.2883642Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:38.3806544Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:41:38.4004164Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:38.4895861Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:38.5153971Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:38.6103335Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:41:38.6323292Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:38.7219936Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:41:38.7464042Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:38.8373714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:38.8608911Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:38.9558822Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:38.9874370Z Entering 'third_party/zstd' 2022-11-23T01:41:39.0813147Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:41:39.5366470Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:41:40.1932163Z Entering 'android/libs/fbjni' 2022-11-23T01:41:40.2694560Z Entering 'third_party/FP16' 2022-11-23T01:41:40.3486634Z Entering 'third_party/FXdiv' 2022-11-23T01:41:40.4251630Z Entering 'third_party/NNPACK' 2022-11-23T01:41:40.5030020Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:40.5775892Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:40.6512001Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:40.7254083Z Entering 'third_party/benchmark' 2022-11-23T01:41:40.7969408Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:40.8742962Z Entering 'third_party/cub' 2022-11-23T01:41:40.9455596Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:41.0170930Z Entering 'third_party/cutlass' 2022-11-23T01:41:41.0867855Z Entering 'third_party/eigen' 2022-11-23T01:41:41.1648731Z Entering 'third_party/fbgemm' 2022-11-23T01:41:41.2352749Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:41.3050563Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:41.3757693Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:41.4430907Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:41.5142102Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:41.5880971Z Entering 'third_party/fmt' 2022-11-23T01:41:41.6571492Z Entering 'third_party/foxi' 2022-11-23T01:41:41.7263128Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:41.7953081Z Entering 'third_party/gloo' 2022-11-23T01:41:41.8649735Z Entering 'third_party/googletest' 2022-11-23T01:41:41.9385897Z Entering 'third_party/ideep' 2022-11-23T01:41:42.0103738Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:42.0856044Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:42.1673193Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:42.2451350Z Entering 'third_party/ittapi' 2022-11-23T01:41:42.3151209Z Entering 'third_party/kineto' 2022-11-23T01:41:42.3806426Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:42.4470557Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:42.5219407Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:42.5943138Z Entering 'third_party/neon2sse' 2022-11-23T01:41:42.6677299Z Entering 'third_party/nlohmann' 2022-11-23T01:41:42.7439692Z Entering 'third_party/onnx' 2022-11-23T01:41:42.8125173Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:42.8822352Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:42.9641873Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:43.0349766Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:43.1071138Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:43.1783206Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:43.2453565Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:43.3268765Z Entering 'third_party/pocketfft' 2022-11-23T01:41:43.3973235Z Entering 'third_party/protobuf' 2022-11-23T01:41:43.4686888Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:43.5417554Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:43.6167633Z Entering 'third_party/psimd' 2022-11-23T01:41:43.6925916Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:43.7625079Z Entering 'third_party/pybind11' 2022-11-23T01:41:43.8356666Z Entering 'third_party/python-enum' 2022-11-23T01:41:43.9125275Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:43.9802135Z Entering 'third_party/python-six' 2022-11-23T01:41:44.0519203Z Entering 'third_party/sleef' 2022-11-23T01:41:44.1204636Z Entering 'third_party/tbb' 2022-11-23T01:41:44.1941763Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:44.2636332Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:44.3372442Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:44.4125824Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:44.4886146Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:44.5612133Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:44.6334996Z Entering 'third_party/zstd' 2022-11-23T01:41:44.7177031Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T01:41:45.3477811Z Entering 'android/libs/fbjni' 2022-11-23T01:41:45.4176432Z Entering 'third_party/FP16' 2022-11-23T01:41:45.4833862Z Entering 'third_party/FXdiv' 2022-11-23T01:41:45.5581335Z Entering 'third_party/NNPACK' 2022-11-23T01:41:45.6316960Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:45.7006817Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:45.7712385Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:45.8430259Z Entering 'third_party/benchmark' 2022-11-23T01:41:45.9136581Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:45.9811011Z Entering 'third_party/cub' 2022-11-23T01:41:46.0464979Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:46.1160347Z Entering 'third_party/cutlass' 2022-11-23T01:41:46.1880994Z Entering 'third_party/eigen' 2022-11-23T01:41:46.2553645Z Entering 'third_party/fbgemm' 2022-11-23T01:41:46.3250912Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:46.3952264Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:46.4607533Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:46.5318116Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:46.6096248Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:46.6747600Z Entering 'third_party/fmt' 2022-11-23T01:41:46.7461459Z Entering 'third_party/foxi' 2022-11-23T01:41:46.8151756Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:46.8872605Z Entering 'third_party/gloo' 2022-11-23T01:41:46.9584784Z Entering 'third_party/googletest' 2022-11-23T01:41:47.0265259Z Entering 'third_party/ideep' 2022-11-23T01:41:47.0972992Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:47.1678368Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:47.2421290Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:47.3074951Z Entering 'third_party/ittapi' 2022-11-23T01:41:47.3812931Z Entering 'third_party/kineto' 2022-11-23T01:41:47.4477288Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:47.5177860Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:47.5912077Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:47.6627127Z Entering 'third_party/neon2sse' 2022-11-23T01:41:47.7323116Z Entering 'third_party/nlohmann' 2022-11-23T01:41:47.8025786Z Entering 'third_party/onnx' 2022-11-23T01:41:47.8755856Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:47.9474675Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:48.0221624Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:48.0911447Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:48.1567456Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:48.2403060Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:48.3091688Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:48.3907450Z Entering 'third_party/pocketfft' 2022-11-23T01:41:48.4598357Z Entering 'third_party/protobuf' 2022-11-23T01:41:48.5290955Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:48.6038202Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:48.6806958Z Entering 'third_party/psimd' 2022-11-23T01:41:48.7542054Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:48.8254620Z Entering 'third_party/pybind11' 2022-11-23T01:41:48.8943888Z Entering 'third_party/python-enum' 2022-11-23T01:41:48.9606242Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:49.0292825Z Entering 'third_party/python-six' 2022-11-23T01:41:49.0977275Z Entering 'third_party/sleef' 2022-11-23T01:41:49.1649050Z Entering 'third_party/tbb' 2022-11-23T01:41:49.2287479Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:49.2943120Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:49.3653049Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:49.4403907Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:49.5198215Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:49.5871647Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:49.6620339Z Entering 'third_party/zstd' 2022-11-23T01:41:49.7420981Z ##[endgroup] 2022-11-23T01:41:49.7818983Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:41:49.8125533Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:41:49.8849349Z Prepare all required actions 2022-11-23T01:41:49.8850140Z Getting action download info 2022-11-23T01:41:50.0721342Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:41:51.1654154Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:41:51.1654697Z with: 2022-11-23T01:41:51.1655165Z cuda-version: 11.6 2022-11-23T01:41:51.1658076Z env: 2022-11-23T01:41:51.1658555Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:51.1659062Z ##[endgroup] 2022-11-23T01:41:51.1919107Z ##[group]Run set -euo pipefail 2022-11-23T01:41:51.1919455Z set -euo pipefail 2022-11-23T01:41:51.1919757Z function get_ec2_metadata() { 2022-11-23T01:41:51.1920136Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:41:51.1920599Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:41:51.1921016Z  category=$1 2022-11-23T01:41:51.1921650Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:41:51.1921953Z } 2022-11-23T01:41:51.1922262Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:41:51.1922972Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:41:51.1923352Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:41:51.1923714Z echo "system info $(uname -a)" 2022-11-23T01:41:51.1957283Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:41:51.1957626Z env: 2022-11-23T01:41:51.1957895Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:51.1958715Z ##[endgroup] 2022-11-23T01:41:51.2599045Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:41:51.2912327Z instance-id: i-02d15e764fbab902f 2022-11-23T01:41:51.3196647Z instance-type: p3.2xlarge 2022-11-23T01:41:51.3595545Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:41:51.3790064Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:41:51.3790714Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:41:51.3817391Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:51.3817720Z env: 2022-11-23T01:41:51.3817963Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:51.3818201Z ##[endgroup] 2022-11-23T01:41:51.9330630Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:52.1061889Z Finished 2022-11-23T01:41:52.1697663Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:41:52.1698221Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:41:52.1730850Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:52.1731455Z env: 2022-11-23T01:41:52.1731862Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:52.1732300Z ##[endgroup] 2022-11-23T01:41:52.7168777Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:52.8683935Z Finished 2022-11-23T01:41:53.6859693Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:41:53.6860044Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:41:53.6886244Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:53.6886591Z env: 2022-11-23T01:41:53.6886821Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:53.6887050Z VS_VERSION: 16.8.6 2022-11-23T01:41:53.6887277Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:41:53.6887508Z ##[endgroup] 2022-11-23T01:41:54.2169691Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:54.4008265Z Finished 2022-11-23T01:41:54.7508095Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:41:54.8391504Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:41:54.8391878Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:41:54.8392206Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:41:54.8427898Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:41:54.8428247Z env: 2022-11-23T01:41:54.8428597Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:54.8428976Z CUDA_VERSION: 11.6 2022-11-23T01:41:54.8429208Z ##[endgroup] 2022-11-23T01:41:54.9651137Z + case ${CUDA_VERSION} in 2022-11-23T01:41:54.9651536Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:41:54.9652655Z + cuda_install_packages='thrust_11.6 nvcc_11.6 cuobjdump_11.6 nvprune_11.6 nvprof_11.6 cupti_11.6 cublas_11.6 cublas_dev_11.6 cudart_11.6 cufft_11.6 cufft_dev_11.6 curand_11.6 curand_dev_11.6 cusolver_11.6 cusolver_dev_11.6 cusparse_11.6 cusparse_dev_11.6 npp_11.6 npp_dev_11.6 nvrtc_11.6 nvrtc_dev_11.6 nvml_dev_11.6' 2022-11-23T01:41:54.9653675Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:41:54.9655958Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:41:54.9656438Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:41:54.9657439Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:41:54.9891048Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:41:54.9891855Z Existing nvtools installation found, skipping install 2022-11-23T01:41:55.0242635Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:41:55.0243017Z + case ${CUDA_VERSION} in 2022-11-23T01:41:55.0243538Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:41:55.0243918Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:41:55.0244682Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip 2022-11-23T01:41:55.0245227Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:41:55.0245665Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:41:55.0327161Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:41:55.0328204Z Existing cudnn installation found, skipping install... 2022-11-23T01:41:55.0626313Z ##[group]Run actions/setup-python@v4 2022-11-23T01:41:55.0626770Z with: 2022-11-23T01:41:55.0627155Z python-version: 3.x 2022-11-23T01:41:55.0627579Z check-latest: false 2022-11-23T01:41:55.0627979Z cache: pip 2022-11-23T01:41:55.0628740Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:41:55.0629752Z token: *** 2022-11-23T01:41:55.0630171Z update-environment: true 2022-11-23T01:41:55.0630636Z env: 2022-11-23T01:41:55.0631035Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:55.0631579Z ##[endgroup] 2022-11-23T01:41:55.7736316Z Version 3.x was not found in the local cache 2022-11-23T01:41:56.0335559Z Version 3.x is available for downloading 2022-11-23T01:41:56.0338210Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:41:56.5206763Z Extract downloaded archive 2022-11-23T01:41:56.5360430Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\022c980d-2941-4bd2-9981-788ca8f2d7c2', 'C:\actions-runner\_work\_temp\7de5fbfe-908c-4708-b3e3-50cf82acde59')" 2022-11-23T01:41:57.6072015Z Execute installation script 2022-11-23T01:41:58.3226603Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:58.5160221Z Finished 2022-11-23T01:41:58.5796479Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:41:58.5797105Z 2022-11-23T01:41:58.5816217Z Create Python toolcache folder 2022-11-23T01:41:58.5817468Z 2022-11-23T01:41:58.5855760Z Check if current Python version is installed... 2022-11-23T01:41:58.5856388Z 2022-11-23T01:41:58.5890419Z No Python3.11.* found 2022-11-23T01:41:58.5891752Z 2022-11-23T01:41:58.5898326Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:41:58.5899479Z 2022-11-23T01:41:59.0431051Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:41:59.0431537Z 2022-11-23T01:41:59.0456738Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:59.0457406Z 2022-11-23T01:41:59.0669310Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:41:59.0672225Z 2022-11-23T01:42:49.8077866Z Create python3 symlink 2022-11-23T01:42:49.8079156Z 2022-11-23T01:42:49.8682693Z 2022-11-23T01:42:49.8686785Z 2022-11-23T01:42:49.8688707Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:49.8694653Z Mode LastWriteTime Length Name 2022-11-23T01:42:49.8698252Z ---- ------------- ------ ---- 2022-11-23T01:42:49.8703838Z -a---l 11/23/2022 1:42 AM 0 python3.exe 2022-11-23T01:42:49.8711393Z Install and upgrade Pip 2022-11-23T01:42:49.8713234Z 2022-11-23T01:42:52.7178304Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmppml__0hw 2022-11-23T01:42:52.7210888Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:42:52.7228670Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:53.7561537Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:53.9541251Z Collecting pip 2022-11-23T01:42:54.0045081Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:42:54.1199562Z 2022-11-23T01:42:54.1201308Z ---------------------------------------- 2022-11-23T01:42:54.1202298Z 2.1/2.1 MB 18.7 MB/s eta 0:00:00 2022-11-23T01:42:54.1204983Z 2022-11-23T01:42:54.2204565Z Installing collected packages: pip 2022-11-23T01:42:54.2206604Z Attempting uninstall: pip 2022-11-23T01:42:54.2259189Z Found existing installation: pip 22.3 2022-11-23T01:42:54.9278747Z Uninstalling pip-22.3: 2022-11-23T01:42:54.9626522Z Successfully uninstalled pip-22.3 2022-11-23T01:43:01.1966139Z Successfully installed pip-22.3.1 2022-11-23T01:43:01.4629952Z Create complete file 2022-11-23T01:43:01.4630414Z 2022-11-23T01:43:01.4649649Z 2022-11-23T01:43:01.4650710Z 2022-11-23T01:43:01.5125262Z Successfully set up CPython (3.11.0) 2022-11-23T01:43:26.7370291Z Received 11658366 of 11658366 (100.0%), 42.6 MBs/sec 2022-11-23T01:43:26.7373892Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:43:26.7432509Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/a26040a0-b8d1-4985-bdd9-50ff5e24aabb/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:26.9699673Z Cache restored successfully 2022-11-23T01:43:26.9733851Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:43:27.0218817Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:43:27.0219497Z with: 2022-11-23T01:43:27.0220332Z github-secret: *** 2022-11-23T01:43:27.0220882Z activate-with-label: false 2022-11-23T01:43:27.0221350Z label: with-ssh 2022-11-23T01:43:27.0221826Z remove-existing-keys: true 2022-11-23T01:43:27.0222285Z env: 2022-11-23T01:43:27.0222705Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:27.0223359Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.0224142Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:27.0224935Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.0225649Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.0226393Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.0226958Z ##[endgroup] 2022-11-23T01:43:27.2559288Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:43:27.2852354Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:43:27.2853119Z python3 -m pip install psutil==5.9.1 2022-11-23T01:43:27.2853838Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:43:27.2854508Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:43:27.2855407Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:43:27.2916713Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:27.2917364Z env: 2022-11-23T01:43:27.2917896Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:27.2918507Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.2919303Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:27.2920101Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.2920927Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.2921899Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:27.2922614Z ##[endgroup] 2022-11-23T01:43:28.3976382Z Collecting psutil==5.9.1 2022-11-23T01:43:28.4411282Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:43:28.4738454Z ------------------------------------- 479.1/479.1 kB 15.1 MB/s eta 0:00:00 2022-11-23T01:43:28.8520785Z Installing build dependencies: started 2022-11-23T01:43:34.0011229Z Installing build dependencies: finished with status 'done' 2022-11-23T01:43:34.0036952Z Getting requirements to build wheel: started 2022-11-23T01:43:35.1468875Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:43:35.1593012Z Preparing metadata (pyproject.toml): started 2022-11-23T01:43:36.0493604Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:43:36.0855254Z Building wheels for collected packages: psutil 2022-11-23T01:43:36.0887806Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:43:51.7171076Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:43:51.7371858Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246139 sha256=fd01b17c2d4bb6809f8e911829937717654f52d20c1ac208ea5c77da75885644 2022-11-23T01:43:51.7374001Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:43:51.7700092Z Successfully built psutil 2022-11-23T01:43:51.8550130Z Installing collected packages: psutil 2022-11-23T01:43:52.5871998Z Successfully installed psutil-5.9.1 2022-11-23T01:43:53.8726855Z Collecting pynvml==11.4.1 2022-11-23T01:43:53.9155173Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:43:53.9333646Z ---------------------------------------- 47.0/47.0 kB 2.4 MB/s eta 0:00:00 2022-11-23T01:43:54.0348045Z Installing collected packages: pynvml 2022-11-23T01:43:54.1747453Z Successfully installed pynvml-11.4.1 2022-11-23T01:43:54.3430867Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:43:54.3431248Z with: 2022-11-23T01:43:54.3431477Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:43:54.3431767Z path: C:\3528293554\build-results 2022-11-23T01:43:54.3432044Z s3-bucket: gha-artifacts 2022-11-23T01:43:54.3432305Z region: us-east-1 2022-11-23T01:43:54.3432529Z env: 2022-11-23T01:43:54.3432758Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:54.3433075Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:54.3433504Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:54.3433923Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:54.3434316Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:54.3434710Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:54.3435065Z ##[endgroup] 2022-11-23T01:43:55.7441808Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:43:55.7452002Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:43:55.9397690Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:43:55.9399570Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:43:55.9882345Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:43:55.9886319Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:43:57.9726890Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:43:57.9727297Z 2022-11-23T01:43:57.9750002Z ##[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-11-23T01:43:57.9773391Z Artifact download has finished successfully 2022-11-23T01:43:58.0272365Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:43:58.0272879Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:43:58.0319582Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:43:58.0320227Z env: 2022-11-23T01:43:58.0320734Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:58.0321405Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.0322240Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:58.0323059Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.0323783Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.0324561Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.0325178Z ##[endgroup] 2022-11-23T01:43:58.5788859Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:43:58.7642817Z Finished 2022-11-23T01:43:58.8156277Z Folder PATH listing 2022-11-23T01:43:58.8156622Z Volume serial number is 0241-89EB 2022-11-23T01:43:58.8156900Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:43:58.8166447Z .ninja_log 2022-11-23T01:43:58.8166920Z .pytorch-test-times.json 2022-11-23T01:43:58.8170478Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:43:58.8171122Z 2022-11-23T01:43:58.8171531Z No subfolders exist 2022-11-23T01:43:58.8171812Z 2022-11-23T01:43:58.8619740Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:43:58.8620387Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:43:58.8632235Z  2022-11-23T01:43:58.8632852Z # sanitize the input commit message and PR body here: 2022-11-23T01:43:58.8633334Z # 2022-11-23T01:43:58.8633929Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:43:58.8634824Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:43:58.8635549Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:43:58.8636081Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:43:58.8636508Z  2022-11-23T01:43:58.8639109Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:43:58.8639519Z # wreak havoc internally 2022-11-23T01:43:58.8639829Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:43:58.8640124Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:43:58.8640430Z  2022-11-23T01:43:58.8642349Z .jenkins/pytorch/win-test.sh 2022-11-23T01:43:58.8694940Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:58.8695572Z env: 2022-11-23T01:43:58.8695981Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:58.8696591Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.8697372Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:58.8698116Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.8698940Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.8699789Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:58.8700345Z USE_CUDA: 1 2022-11-23T01:43:58.8700752Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:43:58.8701202Z PYTHON_VERSION: 3.8 2022-11-23T01:43:58.8701639Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:43:58.8702140Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:43:58.8702871Z VC_PRODUCT: BuildTools 2022-11-23T01:43:58.8703304Z VC_VERSION: 2022-11-23T01:43:58.8703707Z VS_VERSION: 16.8.6 2022-11-23T01:43:58.8704080Z VC_YEAR: 2019 2022-11-23T01:43:58.8704596Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:43:58.8705048Z PR_NUMBER: 2022-11-23T01:43:58.8705632Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:58.8706119Z CUDA_VERSION: 11.6 2022-11-23T01:43:58.8706611Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:43:58.8707225Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:43:58.8707905Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:43:58.8708491Z SHARD_NUMBER: 1 2022-11-23T01:43:58.8708896Z NUM_TEST_SHARDS: 5 2022-11-23T01:43:58.8709317Z TEST_CONFIG: default 2022-11-23T01:43:58.8709707Z PR_BODY: 2022-11-23T01:43:58.8710181Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:43:58.8710641Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:43:58.8711317Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:43:58.8711867Z ##[endgroup] 2022-11-23T01:43:59.0208195Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:43:59.0954084Z ++ cd .jenkins/pytorch 2022-11-23T01:43:59.0964321Z ++ pwd 2022-11-23T01:43:59.0972799Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:43:59.0974025Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:43:59.1112388Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:43:59.1244838Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:43:59.1255485Z +++ declare -f -t trap_add 2022-11-23T01:43:59.1262245Z ++ set -ex 2022-11-23T01:43:59.1263121Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:43:59.1263639Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:43:59.1371148Z ++ git rev-parse HEAD 2022-11-23T01:43:59.1750600Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:59.1751343Z + export IMAGE_COMMIT_ID 2022-11-23T01:43:59.1752059Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:59.1752731Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:59.1753630Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:43:59.1754269Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:43:59.1755041Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:43:59.1890406Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:43:59.2440835Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:43:59.2441583Z + export TMP_DIR_WIN 2022-11-23T01:43:59.2442192Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:59.2442907Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:59.2549846Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:59.2745308Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:43:59.2745938Z + export PROJECT_DIR_WIN 2022-11-23T01:43:59.2746428Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:43:59.2746808Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:43:59.2849443Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:43:59.3042102Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:43:59.3042759Z + export TEST_DIR_WIN 2022-11-23T01:43:59.3043336Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:43:59.3044043Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:43:59.3171922Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:43:59.3349499Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:43:59.3350208Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:43:59.3351314Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:43:59.3809052Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:43:59.3809577Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:43:59.4118833Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:43:59.4651324Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:43:59.4656135Z + '[' -n '' ']' 2022-11-23T01:43:59.4657128Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:43:59.4658166Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:43:59.4658906Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:43:59.4659469Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:43:59.4660052Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:43:59.4660623Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:43:59.4661351Z + run_tests 2022-11-23T01:43:59.4663066Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:43:59.4663621Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:43:59.4664887Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:44:01.0451060Z Wed Nov 23 01:43:59 2022 2022-11-23T01:44:01.0451498Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:01.0452636Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T01:44:01.0453106Z |-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:01.0453539Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T01:44:01.0453960Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T01:44:01.0454313Z | | | MIG M. | 2022-11-23T01:44:01.0454594Z |===============================+======================+======================| 2022-11-23T01:44:01.0818904Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T01:44:01.0819657Z | N/A 25C P0 21W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T01:44:01.0820238Z | | | N/A | 2022-11-23T01:44:01.0820911Z +-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:01.0821626Z 2022-11-23T01:44:01.0822260Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:01.0822927Z | Processes: | 2022-11-23T01:44:01.0823637Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T01:44:01.0824229Z | ID ID Usage | 2022-11-23T01:44:01.0824818Z |=============================================================================| 2022-11-23T01:44:01.0825302Z | No running processes found | 2022-11-23T01:44:01.0825905Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:01.1285002Z + break 2022-11-23T01:44:01.1285612Z + [[ default == *functorch* ]] 2022-11-23T01:44:01.1286151Z + [[ 5 -eq 1 ]] 2022-11-23T01:44:01.1286899Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:44:01.1580360Z 2022-11-23T01:44:01.1581329Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:44:01.1600011Z 2022-11-23T01:44:01.1600715Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T01:44:01.1601317Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:44:01.1601667Z exit /b 0 2022-11-23T01:44:01.1601874Z ) 2022-11-23T01:44:01.1604335Z 2022-11-23T01:44:01.1606262Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:01.1609331Z 2022-11-23T01:44:01.1609939Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:44:01.1615000Z 2022-11-23T01:44:01.1615791Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T01:44:01.1638605Z 2022-11-23T01:44:01.1639590Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:44:01.1657065Z 2022-11-23T01:44:01.1657706Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:44:01.1667644Z 2022-11-23T01:44:01.1668786Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:01.1669772Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T01:44:01.1670365Z if errorlevel 1 exit /b 2022-11-23T01:44:01.1670608Z if not errorlevel 0 exit /b 2022-11-23T01:44:01.1671155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T01:44:01.1671660Z if errorlevel 1 exit /b 2022-11-23T01:44:01.1671916Z if not errorlevel 0 exit /b 2022-11-23T01:44:01.1672151Z ) 2022-11-23T01:44:01.1672378Z 2022-11-23T01:44:01.1673368Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:44:05.7845135Z 2022-11-23T01:44:05.7846244Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:05.7847046Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:44:05.7847637Z if errorlevel 1 exit /b 2022-11-23T01:44:05.7848129Z if not errorlevel 0 exit /b 2022-11-23T01:44:05.7848719Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:44:05.7849277Z if errorlevel 1 exit /b 2022-11-23T01:44:05.7849756Z if not errorlevel 0 exit /b 2022-11-23T01:44:05.7850199Z ) 2022-11-23T01:44:05.7850420Z 2022-11-23T01:44:05.7850822Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:05.7851916Z 2022-11-23T01:44:05.7852547Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:05.7855800Z 2022-11-23T01:44:05.7856352Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:05.7856940Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:44:05.7857397Z if errorlevel 1 exit /b 2022-11-23T01:44:05.7857662Z if not errorlevel 0 exit /b 2022-11-23T01:44:05.7857889Z ) 2022-11-23T01:44:14.0371460Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:44:15.9440151Z Solving environment: ...working... done 2022-11-23T01:44:16.2153732Z 2022-11-23T01:44:16.2154706Z # All requested packages already installed. 2022-11-23T01:44:16.2155058Z 2022-11-23T01:44:16.2818340Z Retrieving notices: ...working... done 2022-11-23T01:44:17.6618067Z 2022-11-23T01:44:17.6618994Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:44:17.6627397Z 2022-11-23T01:44:17.6628777Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T01:44:17.8482442Z ********************************************************************** 2022-11-23T01:44:17.8482853Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:44:17.8483192Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:44:17.8483827Z ********************************************************************** 2022-11-23T01:44:18.6801934Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:44:18.6869189Z 2022-11-23T01:44:18.6870210Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:44:18.6881423Z 2022-11-23T01:44:18.6882788Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T01:44:20.2088215Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:44:20.2108608Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:44:20.2119653Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:44:20.2130636Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:44:20.2145091Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:44:20.2156389Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:44:20.2166656Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:44:20.2175492Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:44:20.2191990Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:44:20.2202087Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:44:20.2210980Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:44:20.2222766Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:44:20.2231583Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:44:20.2242648Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:44:20.2253063Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:44:20.2263689Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:44:20.2278962Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:44:20.2935676Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T01:44:20.2945878Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:44:20.3126223Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T01:44:20.8124885Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:44:20.8765874Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:44:20.8775259Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:44:20.8785070Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:44:20.8801543Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:44:20.8811317Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:44:20.8825799Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:44:20.8838546Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T01:44:20.8850333Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:44:20.8865485Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:44:20.9584840Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T01:44:20.9888769Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:44:20.9909820Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:44:20.9929293Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:44:20.9937707Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:44:20.9948239Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:44:21.0169725Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:44:21.0178013Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:44:21.0460824Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:44:21.0626319Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:44:21.2071863Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T01:44:21.2338747Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T01:44:21.2708834Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T01:44:21.2718297Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T01:44:21.3314300Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T01:44:21.3326277Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T01:44:21.3339545Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T01:44:21.3352150Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T01:44:21.4625753Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T01:44:21.4906357Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T01:44:21.5028352Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T01:44:22.1079561Z 2022-11-23T01:44:22.1080339Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:22.1081824Z 2022-11-23T01:44:22.1082722Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:22.1085070Z 2022-11-23T01:44:22.1085585Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:44:22.1090333Z 2022-11-23T01:44:22.1090813Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T01:44:22.1092882Z 2022-11-23T01:44:22.1093471Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:22.1097124Z 2022-11-23T01:44:22.1097753Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T01:44:22.1101299Z 2022-11-23T01:44:22.1101846Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_6 2022-11-23T01:44:22.1106213Z 2022-11-23T01:44:22.1106856Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:22.1110803Z 2022-11-23T01:44:22.1111657Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64 2022-11-23T01:44:22.1114701Z 2022-11-23T01:44:22.1115314Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:22.1118682Z 2022-11-23T01:44:22.1119238Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:22.1122670Z 2022-11-23T01:44:22.1123532Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T01:44:22.1126885Z 2022-11-23T01:44:22.1130865Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:22.1135123Z 2022-11-23T01:44:22.1135678Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin 2022-11-23T01:44:22.1136173Z 2022-11-23T01:44:22.1136510Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\libdevice 2022-11-23T01:44:22.1139871Z 2022-11-23T01:44:22.1140428Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\bin\nvvm64_32_0.dll 2022-11-23T01:44:22.1145455Z 2022-11-23T01:44:22.1146276Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:44:22.1151923Z 2022-11-23T01:44:22.1152569Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:22.1153061Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:44:22.1153669Z copy /Y C:\3528293554\build-results\\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:44:22.1154370Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:44:22.1154787Z popd 2022-11-23T01:44:22.1155216Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:44:22.2510846Z 1 file(s) copied. 2022-11-23T01:44:22.4488917Z 2022-11-23T01:44:22.4489686Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:44:22.4490274Z 2022-11-23T01:44:22.4490531Z Scanning the drive for archives: 2022-11-23T01:44:22.4491173Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:44:22.4491548Z 2022-11-23T01:44:22.4492217Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:46.6433782Z -- 2022-11-23T01:44:46.6434775Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:46.6435572Z Type = 7z 2022-11-23T01:44:46.6438207Z Physical Size = 184390338 2022-11-23T01:44:46.6438945Z Headers Size = 131520 2022-11-23T01:44:46.6439715Z Method = LZMA2:24 BCJ 2022-11-23T01:44:46.6440128Z Solid = + 2022-11-23T01:44:46.6440488Z Blocks = 2 2022-11-23T01:44:46.6440729Z 2022-11-23T01:44:46.6440924Z Everything is Ok 2022-11-23T01:44:46.6441189Z 2022-11-23T01:44:46.6441352Z Folders: 604 2022-11-23T01:44:46.6441746Z Files: 11127 2022-11-23T01:44:46.6442142Z Size: 1184901478 2022-11-23T01:44:46.6442581Z Compressed: 184390338 2022-11-23T01:44:46.7478721Z 2022-11-23T01:44:46.7479831Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:46.7480961Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:46.7481754Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:46.7482542Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:46.7483219Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:44:46.7483789Z ) 2022-11-23T01:44:48.7631515Z Completed 2.3 KiB/2.3 KiB (40.6 KiB/s) with 1 file(s) remaining 2022-11-23T01:44:48.7632120Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:44:48.8945342Z 2022-11-23T01:44:48.8946356Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:44:48.8947380Z echo "setup pytorch env failed" 2022-11-23T01:44:48.8947683Z echo 0 2022-11-23T01:44:48.8947891Z exit /b 2022-11-23T01:44:48.8948093Z ) 2022-11-23T01:44:48.8949195Z 2022-11-23T01:44:48.8949804Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:44:48.8960925Z 2022-11-23T01:44:48.8961579Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T01:44:48.8968037Z 2022-11-23T01:44:48.8969291Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T01:44:48.8969833Z echo Some smoke tests 2022-11-23T01:44:48.8970226Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:44:48.8970757Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:44:48.8971212Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:48.8974061Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:44:48.8974420Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:48.8974632Z ) ) 2022-11-23T01:44:48.8974850Z Some smoke tests 2022-11-23T01:44:49.0891566Z Current Registry Settings for python.exe executable are: 00000002 2022-11-23T01:44:49.0891964Z sls - Show Loader Snaps 2022-11-23T01:45:18.8711019Z Checking that torch is available 2022-11-23T01:45:18.8711613Z Command: python -c import torch 2022-11-23T01:45:18.8712091Z Checking that MKL is available 2022-11-23T01:45:18.8712747Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-11-23T01:45:18.8715371Z Checking that CUDA archs are setup correctly 2022-11-23T01:45:18.8715977Z Command: python -c import torch; torch.randn([3,5]).cuda() 2022-11-23T01:45:18.8716522Z Checking that magma is available 2022-11-23T01:45:18.8717218Z Command: python -c import torch; torch.rand(1).cuda(); exit(0 if torch.cuda.has_magma else 1) 2022-11-23T01:45:18.8717857Z Checking that CuDNN is available 2022-11-23T01:45:18.8718510Z Command: python -c import torch; exit(0 if torch.backends.cudnn.is_available() else 1) 2022-11-23T01:45:18.8905615Z Current Registry Settings for python.exe executable are: 00000000 2022-11-23T01:45:18.8925062Z 2022-11-23T01:45:18.8925751Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:45:18.8926731Z Copying over test times file 2022-11-23T01:45:18.8929633Z 2022-11-23T01:45:18.8930629Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293554\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:45:18.8946322Z 1 file(s) copied. 2022-11-23T01:45:18.8948847Z 2022-11-23T01:45:18.8949352Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:45:18.8950438Z Run nn tests 2022-11-23T01:45:18.8952249Z 2022-11-23T01:45:18.8952799Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "5" --verbose 2022-11-23T01:45:23.3613711Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:23.3614382Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:45:23.3703890Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:23.3704496Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:45:23.3706209Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:23.3706743Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:45:23.3733207Z Excluding test_cpp_extensions_aot_ninja on Windows 2022-11-23T01:45:23.3733645Z Excluding test_cpp_extensions_aot_no_ninja on Windows 2022-11-23T01:45:23.3797146Z Selected tests: 2022-11-23T01:45:23.3797509Z test_ops 2022-11-23T01:45:23.3797960Z dynamo/test_dynamic_shapes 2022-11-23T01:45:23.3798468Z dynamo/test_global_declaration 2022-11-23T01:45:23.3798954Z dynamo/test_no_fake_tensors 2022-11-23T01:45:23.3799413Z dynamo/test_recompile_ux 2022-11-23T01:45:23.3799890Z dynamo/test_torchxla_integration 2022-11-23T01:45:23.3801326Z inductor/test_smoke 2022-11-23T01:45:23.3801807Z lazy/test_meta_kernel 2022-11-23T01:45:23.3802226Z doctests 2022-11-23T01:45:23.4802685Z parallel (file granularity) tests: 2022-11-23T01:45:23.4803330Z dynamo/test_dynamic_shapes 2022-11-23T01:45:23.4803797Z dynamo/test_global_declaration 2022-11-23T01:45:23.4804051Z dynamo/test_no_fake_tensors 2022-11-23T01:45:23.4804526Z dynamo/test_recompile_ux 2022-11-23T01:45:23.4804921Z dynamo/test_torchxla_integration 2022-11-23T01:45:23.4805185Z inductor/test_smoke 2022-11-23T01:45:23.4805427Z lazy/test_meta_kernel 2022-11-23T01:45:23.4805673Z serial (file granularity) tests: 2022-11-23T01:45:23.4805921Z test_ops 2022-11-23T01:45:23.4806122Z doctests 2022-11-23T01:45:27.9759722Z Running dynamo/test_dynamic_shapes ... [2022-11-23 01:45:27.974149] 2022-11-23T01:45:27.9767542Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:27.974149] 2022-11-23T01:45:27.9770786Z Ignoring disabled issues: [] 2022-11-23T01:45:28.0028445Z Running dynamo/test_global_declaration ... [2022-11-23 01:45:28.002353] 2022-11-23T01:45:28.0037413Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:28.003017] 2022-11-23T01:45:28.0039979Z Ignoring disabled issues: [] 2022-11-23T01:45:31.3603508Z 2022-11-23T01:45:31.3604859Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T01:45:31.3606904Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_awogo7s4) 2022-11-23T01:45:31.3607571Z 2022-11-23T01:45:31.3607921Z ##[endgroup] 2022-11-23T01:45:31.3608503Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_awogo7s4) 2022-11-23T01:45:31.3609154Z 2022-11-23T01:45:32.8151420Z 2022-11-23T01:45:32.8152387Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T01:45:32.8154041Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_uzy7xhm2) 2022-11-23T01:45:32.8154623Z 2022-11-23T01:45:32.8154921Z ##[endgroup] 2022-11-23T01:45:32.8155440Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_uzy7xhm2) 2022-11-23T01:45:32.8155805Z 2022-11-23T01:45:36.3312760Z Running dynamo/test_no_fake_tensors ... [2022-11-23 01:45:36.330854] 2022-11-23T01:45:36.3325011Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_no_fake_tensors.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:36.332185] 2022-11-23T01:45:36.3327596Z Ignoring disabled issues: [] 2022-11-23T01:45:37.7584607Z Running dynamo/test_recompile_ux ... [2022-11-23 01:45:37.757684] 2022-11-23T01:45:37.7593435Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:37.759034] 2022-11-23T01:45:37.7595841Z Ignoring disabled issues: [] 2022-11-23T01:45:40.9854724Z 2022-11-23T01:45:40.9855885Z Expand the folded group to see the log file of dynamo/test_no_fake_tensors 2022-11-23T01:45:40.9857494Z ##[group]PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_dw0ma17w) 2022-11-23T01:45:40.9858251Z 2022-11-23T01:45:40.9858864Z ##[endgroup] 2022-11-23T01:45:40.9859846Z FINISHED PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_dw0ma17w) 2022-11-23T01:45:40.9860479Z 2022-11-23T01:45:42.3613013Z 2022-11-23T01:45:42.3613790Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T01:45:42.3614874Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_uxkhh4c3) 2022-11-23T01:45:42.3615255Z 2022-11-23T01:45:42.3615703Z ##[endgroup] 2022-11-23T01:45:42.3616990Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_uxkhh4c3) 2022-11-23T01:45:42.3617783Z 2022-11-23T01:45:45.9981964Z Running dynamo/test_torchxla_integration ... [2022-11-23 01:45:45.997301] 2022-11-23T01:45:45.9991434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:45.998713] 2022-11-23T01:45:45.9995006Z Ignoring disabled issues: [] 2022-11-23T01:45:47.3793632Z Running inductor/test_smoke ... [2022-11-23 01:45:47.370767] 2022-11-23T01:45:47.3801193Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:47.370767] 2022-11-23T01:45:47.3803640Z Ignoring disabled issues: [] 2022-11-23T01:45:49.8061043Z 2022-11-23T01:45:49.8062188Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T01:45:49.8063936Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_af9z44o0) 2022-11-23T01:45:49.8064732Z 2022-11-23T01:45:49.8065267Z ##[endgroup] 2022-11-23T01:45:49.8066242Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_af9z44o0) 2022-11-23T01:45:49.8067288Z 2022-11-23T01:45:51.0676395Z 2022-11-23T01:45:51.0677282Z Expand the folded group to see the log file of inductor/test_smoke 2022-11-23T01:45:51.0678522Z ##[group]PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_gee_lja9) 2022-11-23T01:45:51.0679149Z 2022-11-23T01:45:51.0680476Z ##[endgroup] 2022-11-23T01:45:51.0681375Z FINISHED PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_gee_lja9) 2022-11-23T01:45:51.0682079Z 2022-11-23T01:45:54.7834761Z Running lazy/test_meta_kernel ... [2022-11-23 01:45:54.782737] 2022-11-23T01:45:54.7843884Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:54.784154] 2022-11-23T01:45:54.7846367Z Ignoring disabled issues: [] 2022-11-23T01:45:58.7783484Z 2022-11-23T01:45:58.7784316Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-11-23T01:45:58.7786004Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_gai2q931) 2022-11-23T01:45:58.7786916Z 2022-11-23T01:45:58.7787709Z ##[endgroup] 2022-11-23T01:45:58.7788719Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_gai2q931) 2022-11-23T01:45:58.7789354Z 2022-11-23T01:45:58.7791663Z Ignoring disabled issues: [] 2022-11-23T01:45:59.3977216Z Running test_ops ... [2022-11-23 01:45:59.395544] 2022-11-23T01:46:04.1021822Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:04.101632] 2022-11-23T01:46:04.1024956Z Ignoring disabled issues: [] 2022-11-23T01:46:04.1960456Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:04.195693] 2022-11-23T01:46:04.1962088Z Ignoring disabled issues: [] 2022-11-23T02:51:00.9037775Z 2022-11-23T02:51:00.9038484Z Expand the folded group to see the log file of test_ops 2022-11-23T02:51:00.9039923Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_1my5xzgq) 2022-11-23T02:51:00.9568202Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:51:00.9569688Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:51:00.9570662Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-76b7d0068e86b6fa.xml 2022-11-23T02:51:00.9571538Z ============================= test session starts ============================= 2022-11-23T02:51:00.9572266Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:51:00.9572903Z cachedir: .pytest_cache 2022-11-23T02:51:00.9573659Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:51:00.9574547Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:51:00.9575422Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:51:00.9576195Z collecting ... collected 29772 items / 23 deselected / 29749 selected 2022-11-23T02:51:01.1776305Z Running 15118 items in this shard: test/test_ops.py::TestCommonCUDA::test_compare_cpu_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing___getitem___cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_angle_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_scatter_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_block_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_hfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_hfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_irfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mH_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_repeat_interleave_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_dtypes___getitem___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___radd___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rand___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rmod___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rmul___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___ror___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rsub___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_T_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_double_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_float_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_half_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_short_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_acos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_addr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_all_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_arange_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_frac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_gt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_i0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_le_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_mul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ne_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_neg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_roll_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_logit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_std_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_view_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_where_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addmv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_all_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_aminmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_any_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_arange_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argsort_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bernoulli_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bool_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_byte_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cartesian_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cdist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_char_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cholesky_inverse_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clone_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_combinations_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_count_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cov_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cross_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cummax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cumulative_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_equal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_erf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_frac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_full_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_full_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_geqrf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gradient_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_grid_sampler_2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_histogram_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_i0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_reduce_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_int_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_return_by_ref_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_unary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_kron_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_kthvalue_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ldexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cross_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eig_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvalsh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_grad_oriented_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_power_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_triangular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_vander_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_vecdot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logaddexp2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logcumsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logdet_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_long_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_median_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_std_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_var_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_matrix_exp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_min_binary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_msort_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nanmean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_native_dropout_backward_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_ctc_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gaussian_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_instance_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_area_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bicubic_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_linear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_circular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_reflect_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_smooth_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_inf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_normal_number_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ones_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_view_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_pca_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_pinverse_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_4_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_qr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_quantile_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rad2deg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rand_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randint_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_real_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resize__cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resolve_conj_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resolve_neg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_roll_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scalar_tensor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_searchsorted_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_lengths_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_select_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_short_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_slice_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sort_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_laguerre_polynomial_l_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_legendre_polynomial_p_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_split_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_square_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_std_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_svd_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_symeig_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_take_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tensordot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_to_sparse_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_triangular_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tril_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_triu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_uniform_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unique_consecutive_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_as_real_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_where_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_zero__cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_zeros_like_cuda, test/test_ops.py::TestCommonCUDA::test_errors___radd___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rdiv___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rmul___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rpow___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rsub___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rxor___cuda, test/test_ops.py::TestCommonCUDA::test_errors_amax_cuda, test/test_ops.py::TestCommonCUDA::test_errors_amin_cuda, test/test_ops.py::TestCommonCUDA::test_errors_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bernoulli_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_errors_complex_cuda, test/test_ops.py::TestCommonCUDA::test_errors_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_errors_cov_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diag_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_errors_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_errors_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_errors_eq_cuda, test/test_ops.py::TestCommonCUDA::test_errors_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gather_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gradient_cuda, test/test_ops.py::TestCommonCUDA::test_errors_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_errors_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_errors_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_errors_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ldexp_cuda, test/test_ops.py::TestCommonCUDA::test_errors_le_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linalg_cross_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logcumsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_errors_masked_select_cuda, test/test_ops.py::TestCommonCUDA::test_errors_max_binary_cuda, test/test_ops.py::TestCommonCUDA::test_errors_mean_cuda, test/test_ops.py::TestCommonCUDA::test_errors_min_binary_cuda, test/test_ops.py::TestCommonCUDA::test_errors_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_errors_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_errors_mul_cuda, test/test_ops.py::TestCommonCUDA::test_errors_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_errors_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_errors_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ne_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_embedding_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_with_distance_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ormqr_cuda, test/test_ops.py::TestCommonCUDA::test_errors_pow_cuda, test/test_ops.py::TestCommonCUDA::test_errors_renorm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_errors_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_errors_roll_cuda, test/test_ops.py::TestCommonCUDA::test_errors_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_errors_scatter_add_cuda, test/test_ops.py::TestCommonCUDA::test_errors_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_gaussian_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_kaiser_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_h_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_legendre_polynomial_p_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_errors_sub_cuda, test/test_ops.py::TestCommonCUDA::test_errors_t_cuda, test/test_ops.py::TestCommonCUDA::test_errors_tril_cuda, test/test_ops.py::TestCommonCUDA::test_errors_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_errors_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_errors_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_errors_view_copy_cuda, test/test_ops.py::TestCommonCUDA::test_errors_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___getitem___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rand___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rmul___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rxor___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_aminmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_angle_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_argwhere_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_block_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_combinations_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_count_nonzero_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_deg2rad_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diff_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_equal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gather_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_return_by_ref_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_unary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_kron_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_mean_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_binary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_no_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_binary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_no_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_with_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nansum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_constant_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nonzero_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_outer_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_put_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_interleave_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize__cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_neg_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_v_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_h_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_he_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_laguerre_polynomial_l_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_legendre_polynomial_p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zero__cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_cosine_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_exponential_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_out___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_out___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_warning___rand___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rdiv___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rmatmul___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___ror___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_T_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_byte_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_double_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_float_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_int_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_long_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_short_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_abs_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_addr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_all_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_any_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_arange_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_eq_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_erf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_eye_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_flip_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ge_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_gt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_le_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_neg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_positive_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_randn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_real_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_round_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_logit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_square_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_std_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_trace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_where_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__softmax_backward_data_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_acos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addmm_decomposed_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addmv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_aminmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argsort_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_asin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_baddbmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cartesian_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_chalf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_char_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cholesky_inverse_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cholesky_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_combinations_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_conj_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cross_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cummax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cumulative_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_deg2rad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_einsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_exp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_expand_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_full_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gather_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ge_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_geqrf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_grid_sampler_2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_histogramdd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_imag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_inner_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_int_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isfinite_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_istft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_2inputs_2outputs_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_unary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_kron_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_kthvalue_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ldexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lgamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cond_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_singular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvals_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvalsh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_grad_oriented_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_singular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_vander_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logcumsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logdet_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_long_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_std_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_matrix_exp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_pool2d_with_indices_backward_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_min_binary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_no_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_multinomial_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nanmedian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nanquantile_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nansum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ne_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional__scaled_dot_product_attention_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_similarity_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_bag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_grid_sample_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardswish_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_linear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_local_response_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_logsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_one_hot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_shuffle_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_rrelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_smooth_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_fro_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_nuc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_normal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_normal_number_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ones_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ones_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_outer_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_permute_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_4_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_positive_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rad2deg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rand_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randint_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randint_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_renorm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_repeat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resize_as__cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resolve_conj_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_roll_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_neg_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scalar_tensor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_searchsorted_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_offsets_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_short_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_exponential_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_gaussian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_slice_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_erfcx_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_h_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_legendre_polynomial_p_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_polygamma_special_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sqrt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_stack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_stft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_svd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_symeig_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_take_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tensordot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tile_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_topk_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_transpose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_triangular_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_triu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unfold_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_uniform_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unique_consecutive_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unique_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_vdot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_as_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_where_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_add_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_arange_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_right_shift_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eq_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmin_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ge_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gt_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hypot_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lt_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mean_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mul_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_neg_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nextafter_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sub_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_triu_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lgamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nansum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_H_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_T_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___radd___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rmatmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rsub___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward__softmax_backward_data_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_abs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_acos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_acosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addcdiv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_decomposed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addmv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_angle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_asin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_baddbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_bernoulli_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_bmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cartesian_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ceil_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cfloat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_chunk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_min_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_column_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_combinations_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_physical_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_contiguous_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cummin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_deg2rad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagflat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_double_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_erfc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_erfinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_exp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_flipud_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_float_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fmod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_gather_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_half_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_hstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_hypot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_reduce_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_inner_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_kron_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_kthvalue_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lerp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cond_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_householder_product_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vecdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log10_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log1p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logcumsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mH_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mT_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_matmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_movedim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_msort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nanquantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nansum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_native_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_native_dropout_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_celu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_elu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_glu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_selu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_silu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_number_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ormqr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_outer_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_pca_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polar_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_quantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rad2deg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_real_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_roll_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rsub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sgn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sinc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_erfcx_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i0e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_log_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_xlog1py_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_squeeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_take_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tensor_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tensordot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_topk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_true_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trunc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unflatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unsqueeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_zero__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___getitem___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rdiv___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmod___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rpow___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad__softmax_backward_data_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_abs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcdiv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_allclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_any_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_arange_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argsort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argwhere_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bernoulli_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cartesian_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cfloat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_min_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clone_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_physical_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_constant_pad_nd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_deg2rad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_embed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diff_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_digamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_floor_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_double_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expm1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flip_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gather_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_geqrf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gradient_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_histc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_int_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isfinite_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isnan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isposinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_unary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kthvalue_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lgamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cond_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_householder_product_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vander_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log10_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logcumsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_and_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_not_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_xor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_unpack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_maximum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_msort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nan_to_num_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmedian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_dropout_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ne_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_celu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_glu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_selu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_silu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_fro_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_inf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_nuc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ormqr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_permute_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_positive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reciprocal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize_as__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_roll_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_short_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signbit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_airy_ai_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_erfcx_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i0e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_log_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_xlog1py_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_with_sizes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_symeig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_along_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensor_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_sparse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_transpose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triangular_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_true_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unbind_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zero__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_H_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_T_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___radd___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rdiv___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rpow___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rsub___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator__softmax_backward_data_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_abs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_acos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addcmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_decomposed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addmv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_allclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_angle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argsort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argwhere_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_asin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_asinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_baddbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bfloat16_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_block_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bool_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_shapes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bucketize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_byte_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cartesian_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cdouble_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_char_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_chunk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_max_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_combinations_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_constant_pad_nd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_copysign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_count_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cov_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_deg2rad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagflat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diff_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_digamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_einsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_equal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_erf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_expm1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_flatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_flip_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fliplr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_float_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_float_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fmod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_frac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_full_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_gather_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_geqrf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_gt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_half_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_histc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isnan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isneginf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ldexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_le_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_householder_product_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_slogdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svdvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vander_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log1p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logcumsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_and_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_or_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_long_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_unpack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mT_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_matmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_matrix_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_maximum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_movedim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_msort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmedian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nanquantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nansum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_native_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_native_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ne_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nextafter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_celu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_elu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_glu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_selu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_silu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_inf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_number_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ormqr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_outer_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polar_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_pow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rand_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_remainder_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resize__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resize_as__cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_roll_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rot90_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rsqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scalar_tensor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sgn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_short_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sinc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_airy_ai_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_erfcx_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i0e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1e_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtri_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_xlog1py_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_std_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_stft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_to_size_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_symeig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_take_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tensor_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tensordot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_topk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_transpose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_triangular_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_triu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_true_divide_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trunc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unbind_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unflatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_consecutive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_unsqueeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_var_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_vdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_where_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_like_cuda_float32, test/test_ops.py::TestMathBitsCUDA::test_conj_view_H_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rsub___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_T_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_char_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_double_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_float_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_half_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_long_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_short_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_abs_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_allclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_3d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_chunk_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_clone_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_column_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_physical_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cumsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_float_power_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_imag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isreal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_lerp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svdvals_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log10_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_and_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_or_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_masked_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_movedim_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_neg_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_positive_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ravel_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_real_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reciprocal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_repeat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_roll_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rot90_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sgn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinc_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_t_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_trace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_transpose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_true_divide_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unbind_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_abs_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_acos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addbmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addcdiv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addmv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_allclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_any_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_asin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_3d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_bfloat16_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_bmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_bool_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_byte_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cfloat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_chalf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_char_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_chunk_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_conj_physical_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_constant_pad_nd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_count_nonzero_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cov_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cumsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cumulative_trapezoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diff_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_double_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_einsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_empty_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_equal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_expand_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_eye_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_flatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fliplr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_float_power_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_full_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_half_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_hsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_imag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_put_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isinf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isnan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isreal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_istft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_unary_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_kron_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lerp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cond_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eig_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvals_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_power_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_multi_dot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_triangular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorinv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorsolve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vander_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vecdot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logdet_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_and_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_not_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_or_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logical_xor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_logspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_long_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lu_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lu_unpack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mH_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_normalize_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_matmul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ne_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_circular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_reflect_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_unfold_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nonzero_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_inf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ormqr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_pinverse_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_put_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rand_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_randn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_randn_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ravel_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_renorm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resize_as__cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_conj_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_roll_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rsub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sigmoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sparse_sampled_addmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_squeeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_std_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_std_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sum_to_size_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_take_along_dim_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_take_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tensor_split_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tile_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_trace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_trapz_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_triangular_solve_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tril_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_triu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_true_divide_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_var_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_real_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_H_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_T_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___getitem___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___radd___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rsub___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_T_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_float_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_long_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_short_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_abs_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcdiv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_all_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_chunk_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_clone_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_column_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_contiguous_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_embed_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eq_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_exp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eye_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flip_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fliplr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flipud_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_float_power_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_imag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isinf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isnan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log10_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_or_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ne_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_full_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_pow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ravel_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_real_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reciprocal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_roll_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sgn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sigmoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinc_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_squeeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_trace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_transpose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unbind_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unflatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_abs_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcdiv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcmul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_decomposed_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_angle_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_argwhere_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_baddbmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_byte_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cfloat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chunk_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_physical_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_contiguous_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_corrcoef_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_count_nonzero_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cross_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumulative_trapezoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dist_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_einsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_equal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flip_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flipud_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_power_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gradient_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_half_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_imag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_put_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_inner_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_int_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isinf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isreal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_unary_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_kron_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ldexp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cond_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvalsh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_householder_product_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_hermitian_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_singular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_slogdet_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorinv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorsolve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vander_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_and_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_long_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mH_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mT_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumprod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_normalize_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_std_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_sum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_var_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matrix_exp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_strided_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_linear_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_normalize_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_replicate_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_unfold_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_inf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_nuc_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_permute_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pinverse_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_put_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rand_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ravel_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_real_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reciprocal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize__cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_conj_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_neg_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rot90_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scalar_tensor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinc_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_slice_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sparse_sampled_addmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_list_args_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_with_sizes_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_to_size_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_symeig_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_t_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_sparse_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_transpose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unbind_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unflatten_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_view___getitem___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rmod___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bool_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_complex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_double_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_float_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_long_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_abs_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcdiv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcmul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_any_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_arange_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_bucketize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_chunk_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_min_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clone_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_contiguous_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_copysign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_embed_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eq_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expm1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eye_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flip_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flipud_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_gt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_heaviside_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hypot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_i0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igammac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isfinite_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isposinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isreal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_le_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lgamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log10_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_or_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_masked_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_minimum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_movedim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_neg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_full_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mish_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_permute_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_positive_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_pow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_randn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ravel_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reciprocal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_remainder_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_repeat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_round_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sgn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_signbit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i0e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_logit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtri_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_squeeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tensor_split_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tril_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_triu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_true_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unbind_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unflatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unsqueeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_where_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_xlogy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_acos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_acosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addcmul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_decomposed_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addmv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_all_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_allclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_angle_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_arange_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argsort_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_asin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bfloat16_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cartesian_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ceil_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_char_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_chunk_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_max_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clone_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_column_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_combinations_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_complex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_copysign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_corrcoef_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cos_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_count_nonzero_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cov_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cross_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cummin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cumprod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cumsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cumulative_trapezoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_deg2rad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_digamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_div_floor_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_einsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_exp2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_exp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_expand_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_eye_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftshift_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_flatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_flip_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fliplr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_flipud_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_float_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_frac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_frexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_full_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ge_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_grid_sampler_2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_half_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_heaviside_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_hsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_hstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_hypot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_i0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_igamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_put_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isfinite_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_2inputs_2outputs_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_return_by_ref_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_unary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_kthvalue_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ldexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_le_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lerp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lgamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eig_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvals_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvalsh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_hermitian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_slogdet_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vander_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vecdot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log1p_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logcumsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logdet_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_and_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_not_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_xor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lu_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mH_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mT_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logaddexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_normalize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_std_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_matmul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_pool2d_with_indices_backward_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_no_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_with_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_median_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_no_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_with_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_minimum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mode_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_movedim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mul_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_multinomial_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nanmean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_native_batch_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_native_dropout_backward_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_native_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ne_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_full_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_similarity_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cross_entropy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_elu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_bag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_grid_sample_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardsigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_instance_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_area_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_nearest_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_linear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_local_response_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_logsigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mish_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_circular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_constant_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_reflect_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_shuffle_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_prelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu6_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_rrelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_soft_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softplus_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_threshold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_bilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nonzero_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_nuc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_normal_number_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ones_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ormqr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_pca_lowrank_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_permute_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polar_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_positive_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_pow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_qr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_quantile_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rad2deg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rand_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randint_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resize__cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_conj_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rsub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_offsets_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_select_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sgn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_short_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sigmoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_gaussian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_kaiser_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sinc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_slice_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_slice_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_u_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_v_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_erfcx_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_he_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_laguerre_polynomial_l_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtri_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_xlog1py_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_zeta_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_split_list_args_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_std_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_std_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_take_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tensordot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tile_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_topk_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trapezoid_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tril_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_true_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unbind_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unique_consecutive_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unsqueeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_vsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_vstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_zero__cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_like_cuda_float64, test/test_ops.py::TestFakeTensorCUDA::test_fake_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rand___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___ror___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_aminmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argwhere_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rand___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_all_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_any_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_arange_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argsort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argwhere_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bincount_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_left_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_not_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_right_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_xor_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_shapes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bucketize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_char_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_geqrf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_heaviside_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igammac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_int_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isneginf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isreal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_unary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lcm_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_le_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_not_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_or_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_xor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_long_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ne_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize_as__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_short_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_airy_ai_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_zeta_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_uniform_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_real_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_and_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_left_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_right_shift_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bucketize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_count_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cartesian_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cfloat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_contiguous_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagflat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_equal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_floor_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_full_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ge_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_geqrf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_half_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_heaviside_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_histc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_hstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_hypot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isneginf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isposinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_le_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_not_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_maximum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_minimum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_multinomial_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ne_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nextafter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randint_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randint_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_remainder_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resize_as__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scalar_tensor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_cosine_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_exponential_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_erfcx_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtri_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tril_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_triu_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unique_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_as_real_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_vstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_zeros_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_T_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rmatmul___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rmod___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___ror___cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags___rsub___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rxor___cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bool_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_byte_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_complex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_double_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_float_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_short_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_acos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_addcdiv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_addcmul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_all_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_allclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_any_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atleast_1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atleast_2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atleast_3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_and_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_not_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ceil_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_chunk_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clamp_max_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_conj_physical_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cumsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_dsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_dstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_empty_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_eq_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_erfinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_exp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_expand_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_expm1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_flatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_flip_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fliplr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_flipud_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_gt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_heaviside_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_hsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_hypot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_i0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_igamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_igammac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_imag_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isreal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_lcm_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_lerp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_lgamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log10_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_and_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_not_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_or_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_lt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_movedim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_neg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_full_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nextafter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_positive_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ravel_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_real_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_reciprocal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_repeat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_reshape_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_round_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_rsqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_rsub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sinc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_erfcx_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_xlog1py_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_square_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_squeeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_std_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_trace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_transpose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tril_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_triu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_trunc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_var_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_where_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_xlogy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_acos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addcdiv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addmm_decomposed_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_all_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_any_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argsort_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argwhere_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_as_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_as_strided_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atleast_1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atleast_3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bernoulli_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bfloat16_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bincount_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_right_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_xor_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_block_diag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bool_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_broadcast_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bucketize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cdist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ceil_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cfloat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cholesky_inverse_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cholesky_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_chunk_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clamp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clamp_max_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clone_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_combinations_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_conj_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_constant_pad_nd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_copysign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_corrcoef_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_count_nonzero_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cov_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cross_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cumprod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diag_embed_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagonal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diff_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_dstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_eq_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_equal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_erf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_erfc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_erfinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_exp2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_expand_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_expm1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_eye_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_hfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_hfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_hfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ihfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_irfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_irfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_rfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_rfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_rfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_flatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_float_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fmod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_frexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_full_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_full_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gather_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gcd_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_ge_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_grid_sampler_2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_half_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_hsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_i0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_imag_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags_index_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_reduce_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_int_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isreal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_istft_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_kron_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_kthvalue_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lcm_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_ldexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lgamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cross_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eigh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eigvals_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_householder_product_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_power_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_multi_dot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_qr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_solve_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_tensorinv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_vander_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_vecdot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log1p_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logaddexp2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logaddexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logcumsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logdet_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mH_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mT_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_argmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_log_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_logaddexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_logsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_median_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_normalize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_std_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_binary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_maximum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_min_binary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_minimum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_multinomial_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nan_to_num_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nanmean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nanquantile_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nansum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_narrow_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_native_batch_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_native_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ne_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_full_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nextafter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_celu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_gelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_linear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_normalize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pdist_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_prelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_silu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softplus_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_threshold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_fro_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_nuc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_normal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ones_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_view_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_pinverse_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polar_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_positive_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_pow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_qr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_quantile_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rand_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randint_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randn_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ravel_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resolve_conj_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resolve_neg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rot90_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_decimals_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rsqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rsub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scalar_tensor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_searchsorted_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sgn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sigmoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_slice_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_softmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_y0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_y1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_entr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_erfcx_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_i0e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_i1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_i1e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_log_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_xlog1py_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_zeta_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_split_list_args_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_square_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_std_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_stft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sum_to_size_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_svd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_symeig_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_take_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tensor_split_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_triangular_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trunc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unbind_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unique_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unsqueeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_vsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_vstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_zero__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_zeros_cuda_float32 2022-11-23T02:51:01.3830338Z 2022-11-23T02:51:01.3830797Z test_ops.py::TestCommonCUDA::test_compare_cpu_T_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3831445Z test_ops.py::TestCommonCUDA::test_compare_cpu___radd___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3832019Z test_ops.py::TestCommonCUDA::test_compare_cpu___rdiv___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3832741Z test_ops.py::TestCommonCUDA::test_compare_cpu___rmod___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3833819Z test_ops.py::TestCommonCUDA::test_compare_cpu___rxor___cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3834453Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_T_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3835068Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bfloat16_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3835710Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_byte_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:51:01.3836342Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cdouble_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3836971Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_chalf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3837598Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_char_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:51:01.3838207Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_double_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3838843Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_half_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3839611Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_short_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:51:01.3840493Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcdiv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3841106Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addcmul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3841707Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_addr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3842301Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_arange_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3843653Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atan2_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3844255Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3844845Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_left_shift_cuda_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T02:51:01.3845427Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bucketize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3846231Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_column_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3847121Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_constant_pad_nd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3847745Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_contiguous_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3848356Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diag_embed_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3848972Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3849703Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_floor_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3850355Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_no_rounding_mode_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3850974Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3851550Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_like_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:51:01.3852241Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_eye_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3853100Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_ifftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3853715Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flipud_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3854309Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3854907Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3855498Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hypot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3856087Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igamma_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3856687Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_igammac_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3857288Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_add_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3858500Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3859122Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3859990Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3860615Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3861239Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3861844Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_logsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3862458Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_masked_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3863061Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_movedim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3863655Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_mul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3864348Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3865088Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_narrow_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3865681Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:51:01.3866501Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_empty_strided_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:51:01.3867087Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_full_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3867682Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3868276Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_dropout_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:51:01.3868878Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_glu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3869511Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3870172Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3870811Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_leaky_relu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3871610Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3872506Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3873137Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3874185Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_randn_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3874799Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_repeat_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3875399Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3875999Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rsub_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3876607Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3877253Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3878066Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3878924Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_xlog1py_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3879643Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_special_zeta_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3880254Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3880839Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_to_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3881431Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_tril_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3882027Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unflatten_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3882627Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3883240Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unsqueeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3884012Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3884720Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3885424Z test_ops.py::TestCommonCUDA::test_compare_cpu_addcdiv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3885991Z test_ops.py::TestCommonCUDA::test_compare_cpu_addcmul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3886577Z test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3887164Z test_ops.py::TestCommonCUDA::test_compare_cpu_addmv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3887743Z test_ops.py::TestCommonCUDA::test_compare_cpu_addr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3888434Z test_ops.py::TestCommonCUDA::test_compare_cpu_arange_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3889024Z test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3889626Z test_ops.py::TestCommonCUDA::test_compare_cpu_as_strided_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3890381Z test_ops.py::TestCommonCUDA::test_compare_cpu_atan2_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3891209Z test_ops.py::TestCommonCUDA::test_compare_cpu_baddbmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3891757Z test_ops.py::TestCommonCUDA::test_compare_cpu_bernoulli_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:51:01.3892326Z test_ops.py::TestCommonCUDA::test_compare_cpu_bfloat16_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3892911Z test_ops.py::TestCommonCUDA::test_compare_cpu_bincount_cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3893487Z test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_left_shift_cuda_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T02:51:01.3894060Z test_ops.py::TestCommonCUDA::test_compare_cpu_bmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3894733Z test_ops.py::TestCommonCUDA::test_compare_cpu_bucketize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3895335Z test_ops.py::TestCommonCUDA::test_compare_cpu_byte_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:51:01.3895918Z test_ops.py::TestCommonCUDA::test_compare_cpu_cdist_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3896651Z test_ops.py::TestCommonCUDA::test_compare_cpu_cdouble_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3897467Z test_ops.py::TestCommonCUDA::test_compare_cpu_char_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:51:01.3898057Z test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3898658Z test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3899249Z test_ops.py::TestCommonCUDA::test_compare_cpu_chunk_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3899844Z test_ops.py::TestCommonCUDA::test_compare_cpu_combinations_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3900446Z test_ops.py::TestCommonCUDA::test_compare_cpu_constant_pad_nd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3901033Z test_ops.py::TestCommonCUDA::test_compare_cpu_cov_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3901619Z test_ops.py::TestCommonCUDA::test_compare_cpu_cummax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3902202Z test_ops.py::TestCommonCUDA::test_compare_cpu_cummin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3902910Z test_ops.py::TestCommonCUDA::test_compare_cpu_cumprod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3903876Z test_ops.py::TestCommonCUDA::test_compare_cpu_cumsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3904490Z test_ops.py::TestCommonCUDA::test_compare_cpu_cumulative_trapezoid_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3905105Z test_ops.py::TestCommonCUDA::test_compare_cpu_diag_embed_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3905700Z test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3906302Z test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3906918Z test_ops.py::TestCommonCUDA::test_compare_cpu_div_floor_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3907536Z test_ops.py::TestCommonCUDA::test_compare_cpu_div_no_rounding_mode_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3908148Z test_ops.py::TestCommonCUDA::test_compare_cpu_div_trunc_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3908741Z test_ops.py::TestCommonCUDA::test_compare_cpu_dsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3909525Z test_ops.py::TestCommonCUDA::test_compare_cpu_dstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3910254Z test_ops.py::TestCommonCUDA::test_compare_cpu_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:51:01.3910986Z test_ops.py::TestCommonCUDA::test_compare_cpu_expand_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3911575Z test_ops.py::TestCommonCUDA::test_compare_cpu_expand_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3912165Z test_ops.py::TestCommonCUDA::test_compare_cpu_fft_fftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3912756Z test_ops.py::TestCommonCUDA::test_compare_cpu_fliplr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3913341Z test_ops.py::TestCommonCUDA::test_compare_cpu_fmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3913915Z test_ops.py::TestCommonCUDA::test_compare_cpu_fmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3914489Z test_ops.py::TestCommonCUDA::test_compare_cpu_full_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3915049Z test_ops.py::TestCommonCUDA::test_compare_cpu_full_like_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3915646Z test_ops.py::TestCommonCUDA::test_compare_cpu_gather_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3916365Z test_ops.py::TestCommonCUDA::test_compare_cpu_geqrf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3917201Z test_ops.py::TestCommonCUDA::test_compare_cpu_gradient_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3917789Z test_ops.py::TestCommonCUDA::test_compare_cpu_half_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3918480Z test_ops.py::TestCommonCUDA::test_compare_cpu_hypot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3919063Z test_ops.py::TestCommonCUDA::test_compare_cpu_igamma_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3919649Z test_ops.py::TestCommonCUDA::test_compare_cpu_igammac_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3920237Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_add_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3920807Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_put_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3921402Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3922142Z test_ops.py::TestCommonCUDA::test_compare_cpu_inner_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3922727Z test_ops.py::TestCommonCUDA::test_compare_cpu_kron_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3923536Z test_ops.py::TestCommonCUDA::test_compare_cpu_kthvalue_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3924202Z test_ops.py::TestCommonCUDA::test_compare_cpu_lerp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3924811Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3925408Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvals_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3926019Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigvalsh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3926665Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3927286Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3927906Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_factor_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3928724Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3929582Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_power_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3930217Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:51:01.3930843Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_multi_dot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3931481Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3932121Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_hermitian_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3932742Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3933440Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_qr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3934035Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3934808Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_triangular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3935670Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3936279Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_svdvals_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3936886Z test_ops.py::TestCommonCUDA::test_compare_cpu_linspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3937482Z test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp2_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3938076Z test_ops.py::TestCommonCUDA::test_compare_cpu_logsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3938659Z test_ops.py::TestCommonCUDA::test_compare_cpu_long_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2022-11-23T02:51:01.3939299Z test_ops.py::TestCommonCUDA::test_compare_cpu_lu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3939905Z test_ops.py::TestCommonCUDA::test_compare_cpu_lu_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3940495Z test_ops.py::TestCommonCUDA::test_compare_cpu_lu_unpack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3941233Z test_ops.py::TestCommonCUDA::test_compare_cpu_mH_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3942032Z test_ops.py::TestCommonCUDA::test_compare_cpu_mT_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3942623Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumprod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3943234Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logaddexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3943847Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_median_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3944455Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3945062Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3945636Z test_ops.py::TestCommonCUDA::test_compare_cpu_matmul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3946256Z test_ops.py::TestCommonCUDA::test_compare_cpu_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3946889Z test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_no_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3947660Z test_ops.py::TestCommonCUDA::test_compare_cpu_max_reduction_with_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3948648Z test_ops.py::TestCommonCUDA::test_compare_cpu_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3949250Z test_ops.py::TestCommonCUDA::test_compare_cpu_mm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3949828Z test_ops.py::TestCommonCUDA::test_compare_cpu_movedim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3950414Z test_ops.py::TestCommonCUDA::test_compare_cpu_msort_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3950996Z test_ops.py::TestCommonCUDA::test_compare_cpu_mul_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3951556Z test_ops.py::TestCommonCUDA::test_compare_cpu_mv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3952141Z test_ops.py::TestCommonCUDA::test_compare_cpu_nanmedian_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3952737Z test_ops.py::TestCommonCUDA::test_compare_cpu_nanquantile_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3953472Z test_ops.py::TestCommonCUDA::test_compare_cpu_native_dropout_backward_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3954276Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_strided_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3954970Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3955566Z test_ops.py::TestCommonCUDA::test_compare_cpu_nextafter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3956192Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3956848Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3957509Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3958151Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3958797Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3959428Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_alpha_dropout_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3960213Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3961088Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3961719Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3962367Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cross_entropy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3963083Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout2d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3963692Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3964360Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3965012Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3965617Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3966391Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3967256Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_grid_sample_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3967896Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3968594Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardtanh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3969257Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3969900Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_huber_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3970539Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_instance_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3971180Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_area_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3971837Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3972647Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_linear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3973514Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_kl_div_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3974148Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_leaky_relu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3974787Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3975425Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3976034Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3976676Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3977413Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3978040Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_circular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3978823Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_reflect_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3979605Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3980395Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3981032Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_relu6_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3981619Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_rrelu_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3982214Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3982819Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_unfold_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3983544Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_nearest_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3984183Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_fro_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3984775Z test_ops.py::TestCommonCUDA::test_compare_cpu_ones_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3985511Z test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_var_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3986349Z test_ops.py::TestCommonCUDA::test_compare_cpu_outer_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3986942Z test_ops.py::TestCommonCUDA::test_compare_cpu_put_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3987503Z test_ops.py::TestCommonCUDA::test_compare_cpu_randint_like_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3988065Z test_ops.py::TestCommonCUDA::test_compare_cpu_randn_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3988606Z test_ops.py::TestCommonCUDA::test_compare_cpu_randn_like_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.3989176Z test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_conj_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3989766Z test_ops.py::TestCommonCUDA::test_compare_cpu_rot90_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3990368Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3990987Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_amin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3991744Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_sum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3992725Z test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_lengths_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3993348Z test_ops.py::TestCommonCUDA::test_compare_cpu_select_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3993938Z test_ops.py::TestCommonCUDA::test_compare_cpu_short_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2022-11-23T02:51:01.3994516Z test_ops.py::TestCommonCUDA::test_compare_cpu_slice_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3995112Z test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3995698Z test_ops.py::TestCommonCUDA::test_compare_cpu_sort_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3996299Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.3996913Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.3997541Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.3998439Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_h_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.3999335Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_hermite_polynomial_he_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.3999956Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_laguerre_polynomial_l_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.4000567Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_legendre_polynomial_p_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.4001181Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.4001818Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:51:01.4002445Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_xlog1py_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4003050Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_zeta_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4003649Z test_ops.py::TestCommonCUDA::test_compare_cpu_split_list_args_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4004387Z test_ops.py::TestCommonCUDA::test_compare_cpu_squeeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4005203Z test_ops.py::TestCommonCUDA::test_compare_cpu_std_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4005811Z test_ops.py::TestCommonCUDA::test_compare_cpu_sum_to_size_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4006393Z test_ops.py::TestCommonCUDA::test_compare_cpu_svd_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4007086Z test_ops.py::TestCommonCUDA::test_compare_cpu_symeig_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4007656Z test_ops.py::TestCommonCUDA::test_compare_cpu_take_along_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4008254Z test_ops.py::TestCommonCUDA::test_compare_cpu_tensordot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4008836Z test_ops.py::TestCommonCUDA::test_compare_cpu_to_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4009421Z test_ops.py::TestCommonCUDA::test_compare_cpu_trace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4010010Z test_ops.py::TestCommonCUDA::test_compare_cpu_trapezoid_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4010770Z test_ops.py::TestCommonCUDA::test_compare_cpu_trapz_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4011569Z test_ops.py::TestCommonCUDA::test_compare_cpu_tril_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4012159Z test_ops.py::TestCommonCUDA::test_compare_cpu_true_divide_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4012839Z test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4013405Z test_ops.py::TestCommonCUDA::test_compare_cpu_uniform_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:51:01.4013991Z test_ops.py::TestCommonCUDA::test_compare_cpu_unique_consecutive_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4014603Z test_ops.py::TestCommonCUDA::test_compare_cpu_unsqueeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4015188Z test_ops.py::TestCommonCUDA::test_compare_cpu_vdot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4015782Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_complex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4016396Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_real_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4017150Z test_ops.py::TestCommonCUDA::test_compare_cpu_vsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4017867Z test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_like_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:51:01.4018544Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_T_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4019016Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing___getitem___cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4019506Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_abs_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4019994Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acosh_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4020481Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_add_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4020968Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_angle_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4021524Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_cuda_complex32 SKIPPED (Errors when storage_offset is included) [ 1%] 2022-11-23T02:51:01.4022240Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_as_strided_scatter_cuda_complex32 SKIPPED (Fails on cuda + rocm) [ 1%] 2022-11-23T02:51:01.4022750Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asinh_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4023233Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atan_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4023874Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atanh_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4024621Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_1d_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4025127Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_2d_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4025626Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bfloat16_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4026127Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_block_diag_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4026638Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cdouble_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4027131Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_char_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4027617Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_cuda_complex32 PASSED [ 1%] 2022-11-23T02:51:01.4028112Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_contiguous_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4028698Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cosh_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4029210Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_double_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4029847Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dstack_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4030498Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 2%] 2022-11-23T02:51:01.4031187Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_empty_like_cuda_complex32 SKIPPED (Skipped!) [ 2%] 2022-11-23T02:51:01.4031693Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_exp_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4032184Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fft2_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4032677Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_hfft2_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4033173Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_hfft_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4033670Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifftn_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4034178Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifftshift_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4034668Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_irfft2_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4035160Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fill_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4035647Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_flatten_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4036281Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_float_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4036989Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_full_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4037487Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hsplit_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4037975Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_imag_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4038555Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_add_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4039056Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_select_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4039552Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isinf_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4040038Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isreal_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4040523Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_long_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4041009Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mH_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4041487Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_neg_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4041954Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_zeros_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4042629Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv1d_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4043403Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv2d_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4043956Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose1d_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4044474Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4044961Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4045533Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ravel_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4046042Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_repeat_interleave_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4046541Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_roll_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4047034Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_select_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4047516Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sgn_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4047995Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sin_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4048636Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4049126Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sqrt_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4049831Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_stack_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4050309Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sum_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4050795Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tanh_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4051279Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tril_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4051751Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_triu_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4052241Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unflatten_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4052746Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_copy_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4053226Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vstack_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4053717Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_like_cuda_complex32 PASSED [ 2%] 2022-11-23T02:51:01.4054171Z test_ops.py::TestCommonCUDA::test_dtypes___getitem___cuda PASSED [ 2%] 2022-11-23T02:51:01.4054833Z test_ops.py::TestCommonCUDA::test_dtypes___radd___cuda PASSED [ 2%] 2022-11-23T02:51:01.4055249Z test_ops.py::TestCommonCUDA::test_dtypes___rand___cuda PASSED [ 2%] 2022-11-23T02:51:01.4055878Z test_ops.py::TestCommonCUDA::test_dtypes___rmod___cuda PASSED [ 2%] 2022-11-23T02:51:01.4056288Z test_ops.py::TestCommonCUDA::test_dtypes___rmul___cuda PASSED [ 2%] 2022-11-23T02:51:01.4056670Z test_ops.py::TestCommonCUDA::test_dtypes___ror___cuda PASSED [ 2%] 2022-11-23T02:51:01.4057068Z test_ops.py::TestCommonCUDA::test_dtypes___rsub___cuda PASSED [ 2%] 2022-11-23T02:51:01.4057475Z test_ops.py::TestCommonCUDA::test_dtypes__refs_T_cuda PASSED [ 2%] 2022-11-23T02:51:01.4057904Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_chalf_cuda PASSED [ 2%] 2022-11-23T02:51:01.4058358Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_double_cuda PASSED [ 2%] 2022-11-23T02:51:01.4058801Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_float_cuda PASSED [ 2%] 2022-11-23T02:51:01.4059226Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_half_cuda PASSED [ 2%] 2022-11-23T02:51:01.4059667Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_short_cuda PASSED [ 2%] 2022-11-23T02:51:01.4060093Z test_ops.py::TestCommonCUDA::test_dtypes__refs_acos_cuda PASSED [ 2%] 2022-11-23T02:51:01.4060505Z test_ops.py::TestCommonCUDA::test_dtypes__refs_acosh_cuda PASSED [ 2%] 2022-11-23T02:51:01.4061025Z test_ops.py::TestCommonCUDA::test_dtypes__refs_add_cuda PASSED [ 2%] 2022-11-23T02:51:01.4062307Z test_ops.py::TestCommonCUDA::test_dtypes__refs_addr_cuda PASSED [ 2%] 2022-11-23T02:51:01.4062767Z test_ops.py::TestCommonCUDA::test_dtypes__refs_all_cuda PASSED [ 2%] 2022-11-23T02:51:01.4063181Z test_ops.py::TestCommonCUDA::test_dtypes__refs_allclose_cuda PASSED [ 2%] 2022-11-23T02:51:01.4063591Z test_ops.py::TestCommonCUDA::test_dtypes__refs_amax_cuda PASSED [ 2%] 2022-11-23T02:51:01.4064003Z test_ops.py::TestCommonCUDA::test_dtypes__refs_amin_cuda PASSED [ 2%] 2022-11-23T02:51:01.4064412Z test_ops.py::TestCommonCUDA::test_dtypes__refs_arange_cuda PASSED [ 2%] 2022-11-23T02:51:01.4064824Z test_ops.py::TestCommonCUDA::test_dtypes__refs_asinh_cuda PASSED [ 2%] 2022-11-23T02:51:01.4065228Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atan2_cuda PASSED [ 2%] 2022-11-23T02:51:01.4065619Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atanh_cuda PASSED [ 2%] 2022-11-23T02:51:01.4066027Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_2d_cuda PASSED [ 2%] 2022-11-23T02:51:01.4066445Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_3d_cuda PASSED [ 2%] 2022-11-23T02:51:01.4066860Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_and_cuda PASSED [ 2%] 2022-11-23T02:51:01.4067412Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_left_shift_cuda PASSED [ 2%] 2022-11-23T02:51:01.4067874Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_not_cuda PASSED [ 2%] 2022-11-23T02:51:01.4068270Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_or_cuda PASSED [ 2%] 2022-11-23T02:51:01.4068977Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_right_shift_cuda PASSED [ 2%] 2022-11-23T02:51:01.4069427Z test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_shapes_cuda PASSED [ 2%] 2022-11-23T02:51:01.4069873Z test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_tensors_cuda PASSED [ 2%] 2022-11-23T02:51:01.4070304Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bucketize_cuda PASSED [ 2%] 2022-11-23T02:51:01.4070725Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cat_cuda PASSED [ 2%] 2022-11-23T02:51:01.4071114Z test_ops.py::TestCommonCUDA::test_dtypes__refs_chunk_cuda PASSED [ 2%] 2022-11-23T02:51:01.4071529Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_max_cuda PASSED [ 2%] 2022-11-23T02:51:01.4072423Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_min_cuda PASSED [ 2%] 2022-11-23T02:51:01.4081941Z test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_cuda PASSED [ 2%] 2022-11-23T02:51:01.4082731Z test_ops.py::TestCommonCUDA::test_dtypes__refs_conj_physical_cuda PASSED [ 2%] 2022-11-23T02:51:01.4083547Z test_ops.py::TestCommonCUDA::test_dtypes__refs_constant_pad_nd_cuda PASSED [ 2%] 2022-11-23T02:51:01.4084331Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cos_cuda PASSED [ 2%] 2022-11-23T02:51:01.4085085Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_embed_cuda PASSED [ 2%] 2022-11-23T02:51:01.4085906Z test_ops.py::TestCommonCUDA::test_dtypes__refs_div_floor_rounding_cuda PASSED [ 2%] 2022-11-23T02:51:01.4086484Z test_ops.py::TestCommonCUDA::test_dtypes__refs_div_trunc_rounding_cuda PASSED [ 2%] 2022-11-23T02:51:01.4086922Z test_ops.py::TestCommonCUDA::test_dtypes__refs_dsplit_cuda PASSED [ 2%] 2022-11-23T02:51:01.4087339Z test_ops.py::TestCommonCUDA::test_dtypes__refs_dstack_cuda PASSED [ 2%] 2022-11-23T02:51:01.4087762Z test_ops.py::TestCommonCUDA::test_dtypes__refs_erfc_cuda PASSED [ 2%] 2022-11-23T02:51:01.4088159Z test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_as_cuda PASSED [ 2%] 2022-11-23T02:51:01.4088576Z test_ops.py::TestCommonCUDA::test_dtypes__refs_expm1_cuda PASSED [ 2%] 2022-11-23T02:51:01.4088980Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft2_cuda PASSED [ 2%] 2022-11-23T02:51:01.4089397Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fft_cuda PASSED [ 2%] 2022-11-23T02:51:01.4089948Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftshift_cuda PASSED [ 2%] 2022-11-23T02:51:01.4090392Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft_cuda PASSED [ 2%] 2022-11-23T02:51:01.4090804Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfftn_cuda PASSED [ 2%] 2022-11-23T02:51:01.4091202Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft2_cuda PASSED [ 2%] 2022-11-23T02:51:01.4091810Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifft_cuda PASSED [ 2%] 2022-11-23T02:51:01.4092232Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftn_cuda PASSED [ 2%] 2022-11-23T02:51:01.4092933Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft_cuda PASSED [ 2%] 2022-11-23T02:51:01.4093393Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft2_cuda PASSED [ 2%] 2022-11-23T02:51:01.4095346Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfft_cuda PASSED [ 2%] 2022-11-23T02:51:01.4095968Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft2_cuda PASSED [ 2%] 2022-11-23T02:51:01.4096397Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fill_cuda PASSED [ 2%] 2022-11-23T02:51:01.4096820Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fliplr_cuda PASSED [ 2%] 2022-11-23T02:51:01.4097235Z test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_cuda PASSED [ 2%] 2022-11-23T02:51:01.4097656Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fmin_cuda PASSED [ 2%] 2022-11-23T02:51:01.4098065Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fmod_cuda PASSED [ 2%] 2022-11-23T02:51:01.4098453Z test_ops.py::TestCommonCUDA::test_dtypes__refs_frac_cuda PASSED [ 2%] 2022-11-23T02:51:01.4098865Z test_ops.py::TestCommonCUDA::test_dtypes__refs_gcd_cuda PASSED [ 2%] 2022-11-23T02:51:01.4099264Z test_ops.py::TestCommonCUDA::test_dtypes__refs_gt_cuda PASSED [ 2%] 2022-11-23T02:51:01.4099671Z test_ops.py::TestCommonCUDA::test_dtypes__refs_hsplit_cuda PASSED [ 2%] 2022-11-23T02:51:01.4100087Z test_ops.py::TestCommonCUDA::test_dtypes__refs_hstack_cuda PASSED [ 2%] 2022-11-23T02:51:01.4100497Z test_ops.py::TestCommonCUDA::test_dtypes__refs_hypot_cuda PASSED [ 2%] 2022-11-23T02:51:01.4100901Z test_ops.py::TestCommonCUDA::test_dtypes__refs_i0_cuda PASSED [ 2%] 2022-11-23T02:51:01.4101512Z test_ops.py::TestCommonCUDA::test_dtypes__refs_igamma_cuda PASSED [ 2%] 2022-11-23T02:51:01.4101925Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_copy_cuda PASSED [ 2%] 2022-11-23T02:51:01.4102341Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_fill_cuda PASSED [ 2%] 2022-11-23T02:51:01.4102757Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_select_cuda PASSED [ 2%] 2022-11-23T02:51:01.4103175Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isfinite_cuda PASSED [ 2%] 2022-11-23T02:51:01.4103584Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isinf_cuda PASSED [ 2%] 2022-11-23T02:51:01.4103975Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isnan_cuda PASSED [ 2%] 2022-11-23T02:51:01.4104380Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isneginf_cuda PASSED [ 2%] 2022-11-23T02:51:01.4104792Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isreal_cuda PASSED [ 2%] 2022-11-23T02:51:01.4105198Z test_ops.py::TestCommonCUDA::test_dtypes__refs_le_cuda PASSED [ 2%] 2022-11-23T02:51:01.4105609Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lerp_cuda PASSED [ 2%] 2022-11-23T02:51:01.4106011Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lgamma_cuda PASSED [ 2%] 2022-11-23T02:51:01.4106422Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_matrix_norm_cuda PASSED [ 2%] 2022-11-23T02:51:01.4106852Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svd_cuda PASSED [ 2%] 2022-11-23T02:51:01.4107279Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_vector_norm_cuda PASSED [ 2%] 2022-11-23T02:51:01.4107711Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linspace_cuda PASSED [ 2%] 2022-11-23T02:51:01.4108379Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log2_cuda PASSED [ 2%] 2022-11-23T02:51:01.4108817Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log_cuda PASSED [ 2%] 2022-11-23T02:51:01.4109533Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log_softmax_with_dtype_cuda PASSED [ 2%] 2022-11-23T02:51:01.4109965Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_not_cuda PASSED [ 2%] 2022-11-23T02:51:01.4110382Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_or_cuda PASSED [ 2%] 2022-11-23T02:51:01.4110802Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_xor_cuda PASSED [ 2%] 2022-11-23T02:51:01.4111267Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logsumexp_cuda PASSED [ 2%] 2022-11-23T02:51:01.4111688Z test_ops.py::TestCommonCUDA::test_dtypes__refs_masked_fill_cuda PASSED [ 2%] 2022-11-23T02:51:01.4112102Z test_ops.py::TestCommonCUDA::test_dtypes__refs_movedim_cuda PASSED [ 2%] 2022-11-23T02:51:01.4112496Z test_ops.py::TestCommonCUDA::test_dtypes__refs_mul_cuda PASSED [ 2%] 2022-11-23T02:51:01.4112908Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nan_to_num_cuda PASSED [ 2%] 2022-11-23T02:51:01.4113313Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ne_cuda PASSED [ 3%] 2022-11-23T02:51:01.4113720Z test_ops.py::TestCommonCUDA::test_dtypes__refs_neg_cuda PASSED [ 3%] 2022-11-23T02:51:01.4114128Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_cuda PASSED [ 3%] 2022-11-23T02:51:01.4114553Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_empty_strided_cuda PASSED [ 3%] 2022-11-23T02:51:01.4114976Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_full_cuda PASSED [ 3%] 2022-11-23T02:51:01.4115369Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nextafter_cuda PASSED [ 3%] 2022-11-23T02:51:01.4115799Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_dropout_cuda PASSED [ 3%] 2022-11-23T02:51:01.4116248Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_elu_cuda PASSED [ 3%] 2022-11-23T02:51:01.4116695Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_group_norm_cuda PASSED [ 3%] 2022-11-23T02:51:01.4117154Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardtanh_cuda PASSED [ 3%] 2022-11-23T02:51:01.4117738Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_huber_loss_cuda PASSED [ 3%] 2022-11-23T02:51:01.4118175Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_layer_norm_cuda PASSED [ 3%] 2022-11-23T02:51:01.4118628Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_leaky_relu_cuda PASSED [ 3%] 2022-11-23T02:51:01.4119083Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_nll_loss_cuda PASSED [ 3%] 2022-11-23T02:51:01.4119555Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pairwise_distance_cuda PASSED [ 3%] 2022-11-23T02:51:01.4120020Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu_cuda PASSED [ 3%] 2022-11-23T02:51:01.4120480Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softplus_cuda PASSED [ 3%] 2022-11-23T02:51:01.4120933Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softshrink_cuda PASSED [ 3%] 2022-11-23T02:51:01.4121390Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_triplet_margin_loss_cuda PASSED [ 3%] 2022-11-23T02:51:01.4121842Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ones_cuda PASSED [ 3%] 2022-11-23T02:51:01.4122251Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ravel_cuda PASSED [ 3%] 2022-11-23T02:51:01.4122666Z test_ops.py::TestCommonCUDA::test_dtypes__refs_remainder_cuda PASSED [ 3%] 2022-11-23T02:51:01.4123081Z test_ops.py::TestCommonCUDA::test_dtypes__refs_repeat_cuda PASSED [ 3%] 2022-11-23T02:51:01.4123495Z test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_cuda PASSED [ 3%] 2022-11-23T02:51:01.4123970Z test_ops.py::TestCommonCUDA::test_dtypes__refs_roll_cuda PASSED [ 3%] 2022-11-23T02:51:01.4124406Z test_ops.py::TestCommonCUDA::test_dtypes__refs_rsqrt_cuda PASSED [ 3%] 2022-11-23T02:51:01.4124812Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sigmoid_cuda PASSED [ 3%] 2022-11-23T02:51:01.4125224Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sign_cuda PASSED [ 3%] 2022-11-23T02:51:01.4125636Z test_ops.py::TestCommonCUDA::test_dtypes__refs_signbit_cuda PASSED [ 3%] 2022-11-23T02:51:01.4126087Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sin_cuda PASSED [ 3%] 2022-11-23T02:51:01.4126493Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sinh_cuda PASSED [ 3%] 2022-11-23T02:51:01.4126900Z test_ops.py::TestCommonCUDA::test_dtypes__refs_softmax_with_dtype_cuda PASSED [ 3%] 2022-11-23T02:51:01.4127341Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j0_cuda PASSED [ 3%] 2022-11-23T02:51:01.4127780Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_bessel_j1_cuda PASSED [ 3%] 2022-11-23T02:51:01.4128213Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_entr_cuda PASSED [ 3%] 2022-11-23T02:51:01.4128638Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_erfcx_cuda PASSED [ 3%] 2022-11-23T02:51:01.4129060Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i0e_cuda PASSED [ 3%] 2022-11-23T02:51:01.4129494Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_softmax_with_dtype_cuda PASSED [ 3%] 2022-11-23T02:51:01.4129942Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_logit_cuda PASSED [ 3%] 2022-11-23T02:51:01.4130406Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cuda PASSED [ 3%] 2022-11-23T02:51:01.4130891Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cuda PASSED [ 3%] 2022-11-23T02:51:01.4131345Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtri_cuda PASSED [ 3%] 2022-11-23T02:51:01.4131799Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_spherical_bessel_j0_cuda PASSED [ 3%] 2022-11-23T02:51:01.4132251Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_xlog1py_cuda PASSED [ 3%] 2022-11-23T02:51:01.4132660Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_zeta_cuda PASSED [ 3%] 2022-11-23T02:51:01.4133074Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sqrt_cuda PASSED [ 3%] 2022-11-23T02:51:01.4133601Z test_ops.py::TestCommonCUDA::test_dtypes__refs_squeeze_cuda PASSED [ 3%] 2022-11-23T02:51:01.4134016Z test_ops.py::TestCommonCUDA::test_dtypes__refs_stack_cuda PASSED [ 3%] 2022-11-23T02:51:01.4134423Z test_ops.py::TestCommonCUDA::test_dtypes__refs_std_cuda PASSED [ 3%] 2022-11-23T02:51:01.4134826Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sub_cuda PASSED [ 3%] 2022-11-23T02:51:01.4135207Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_cuda PASSED [ 3%] 2022-11-23T02:51:01.4135609Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sum_to_size_cuda PASSED [ 3%] 2022-11-23T02:51:01.4136021Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tan_cuda PASSED [ 3%] 2022-11-23T02:51:01.4136427Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tanh_cuda PASSED [ 3%] 2022-11-23T02:51:01.4136829Z test_ops.py::TestCommonCUDA::test_dtypes__refs_to_cuda PASSED [ 3%] 2022-11-23T02:51:01.4137241Z test_ops.py::TestCommonCUDA::test_dtypes__refs_transpose_cuda PASSED [ 3%] 2022-11-23T02:51:01.4137638Z test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_indices_cuda PASSED [ 3%] 2022-11-23T02:51:01.4138049Z test_ops.py::TestCommonCUDA::test_dtypes__refs_trunc_cuda PASSED [ 3%] 2022-11-23T02:51:01.4138458Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unflatten_cuda PASSED [ 3%] 2022-11-23T02:51:01.4138876Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_copy_cuda PASSED [ 3%] 2022-11-23T02:51:01.4139290Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unfold_cuda PASSED [ 3%] 2022-11-23T02:51:01.4139925Z test_ops.py::TestCommonCUDA::test_dtypes__refs_view_cuda PASSED [ 3%] 2022-11-23T02:51:01.4140371Z test_ops.py::TestCommonCUDA::test_dtypes__refs_vstack_cuda PASSED [ 3%] 2022-11-23T02:51:01.4140871Z test_ops.py::TestCommonCUDA::test_dtypes__refs_where_cuda PASSED [ 3%] 2022-11-23T02:51:01.4141391Z test_ops.py::TestCommonCUDA::test_dtypes__refs_xlogy_cuda PASSED [ 3%] 2022-11-23T02:51:01.4141797Z test_ops.py::TestCommonCUDA::test_dtypes_acosh_cuda PASSED [ 3%] 2022-11-23T02:51:01.4142198Z test_ops.py::TestCommonCUDA::test_dtypes_add_cuda PASSED [ 3%] 2022-11-23T02:51:01.4142599Z test_ops.py::TestCommonCUDA::test_dtypes_addcmul_cuda PASSED [ 3%] 2022-11-23T02:51:01.4143001Z test_ops.py::TestCommonCUDA::test_dtypes_addmv_cuda PASSED [ 3%] 2022-11-23T02:51:01.4143376Z test_ops.py::TestCommonCUDA::test_dtypes_all_cuda PASSED [ 3%] 2022-11-23T02:51:01.4143772Z test_ops.py::TestCommonCUDA::test_dtypes_amax_cuda PASSED [ 3%] 2022-11-23T02:51:01.4144176Z test_ops.py::TestCommonCUDA::test_dtypes_aminmax_cuda PASSED [ 3%] 2022-11-23T02:51:01.4144575Z test_ops.py::TestCommonCUDA::test_dtypes_any_cuda PASSED [ 3%] 2022-11-23T02:51:01.4144970Z test_ops.py::TestCommonCUDA::test_dtypes_arange_cuda PASSED [ 3%] 2022-11-23T02:51:01.4145372Z test_ops.py::TestCommonCUDA::test_dtypes_argmin_cuda PASSED [ 3%] 2022-11-23T02:51:01.4145759Z test_ops.py::TestCommonCUDA::test_dtypes_argsort_cuda PASSED [ 3%] 2022-11-23T02:51:01.4146167Z test_ops.py::TestCommonCUDA::test_dtypes_as_strided_cuda PASSED [ 3%] 2022-11-23T02:51:01.4146579Z test_ops.py::TestCommonCUDA::test_dtypes_as_strided_scatter_cuda PASSED [ 3%] 2022-11-23T02:51:01.4146988Z test_ops.py::TestCommonCUDA::test_dtypes_asinh_cuda PASSED [ 3%] 2022-11-23T02:51:01.4147382Z test_ops.py::TestCommonCUDA::test_dtypes_atan_cuda PASSED [ 3%] 2022-11-23T02:51:01.4147787Z test_ops.py::TestCommonCUDA::test_dtypes_atleast_1d_cuda PASSED [ 3%] 2022-11-23T02:51:01.4148191Z test_ops.py::TestCommonCUDA::test_dtypes_atleast_2d_cuda PASSED [ 3%] 2022-11-23T02:51:01.4148579Z test_ops.py::TestCommonCUDA::test_dtypes_bernoulli_cuda PASSED [ 3%] 2022-11-23T02:51:01.4149103Z test_ops.py::TestCommonCUDA::test_dtypes_bfloat16_cuda PASSED [ 3%] 2022-11-23T02:51:01.4149516Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_left_shift_cuda PASSED [ 3%] 2022-11-23T02:51:01.4149941Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_right_shift_cuda PASSED [ 3%] 2022-11-23T02:51:01.4150351Z test_ops.py::TestCommonCUDA::test_dtypes_bmm_cuda PASSED [ 3%] 2022-11-23T02:51:01.4150745Z test_ops.py::TestCommonCUDA::test_dtypes_bool_cuda PASSED [ 3%] 2022-11-23T02:51:01.4151155Z test_ops.py::TestCommonCUDA::test_dtypes_broadcast_shapes_cuda SKIPPED (Skipped!) [ 3%] 2022-11-23T02:51:01.4151597Z test_ops.py::TestCommonCUDA::test_dtypes_broadcast_to_cuda PASSED [ 3%] 2022-11-23T02:51:01.4152005Z test_ops.py::TestCommonCUDA::test_dtypes_bucketize_cuda PASSED [ 3%] 2022-11-23T02:51:01.4152408Z test_ops.py::TestCommonCUDA::test_dtypes_byte_cuda PASSED [ 3%] 2022-11-23T02:51:01.4152817Z test_ops.py::TestCommonCUDA::test_dtypes_cartesian_prod_cuda PASSED [ 3%] 2022-11-23T02:51:01.4153225Z test_ops.py::TestCommonCUDA::test_dtypes_cat_cuda PASSED [ 3%] 2022-11-23T02:51:01.4153600Z test_ops.py::TestCommonCUDA::test_dtypes_cdist_cuda PASSED [ 3%] 2022-11-23T02:51:01.4153997Z test_ops.py::TestCommonCUDA::test_dtypes_ceil_cuda PASSED [ 3%] 2022-11-23T02:51:01.4154389Z test_ops.py::TestCommonCUDA::test_dtypes_chalf_cuda PASSED [ 3%] 2022-11-23T02:51:01.4154786Z test_ops.py::TestCommonCUDA::test_dtypes_char_cuda PASSED [ 3%] 2022-11-23T02:51:01.4155279Z test_ops.py::TestCommonCUDA::test_dtypes_cholesky_inverse_cuda PASSED [ 3%] 2022-11-23T02:51:01.4155715Z test_ops.py::TestCommonCUDA::test_dtypes_clamp_min_cuda PASSED [ 3%] 2022-11-23T02:51:01.4156117Z test_ops.py::TestCommonCUDA::test_dtypes_clone_cuda PASSED [ 3%] 2022-11-23T02:51:01.4156512Z test_ops.py::TestCommonCUDA::test_dtypes_combinations_cuda PASSED [ 3%] 2022-11-23T02:51:01.4156926Z test_ops.py::TestCommonCUDA::test_dtypes_conj_physical_cuda PASSED [ 3%] 2022-11-23T02:51:01.4157336Z test_ops.py::TestCommonCUDA::test_dtypes_copysign_cuda PASSED [ 3%] 2022-11-23T02:51:01.4157735Z test_ops.py::TestCommonCUDA::test_dtypes_cosh_cuda PASSED [ 3%] 2022-11-23T02:51:01.4158138Z test_ops.py::TestCommonCUDA::test_dtypes_count_nonzero_cuda PASSED [ 3%] 2022-11-23T02:51:01.4158540Z test_ops.py::TestCommonCUDA::test_dtypes_cov_cuda PASSED [ 3%] 2022-11-23T02:51:01.4158919Z test_ops.py::TestCommonCUDA::test_dtypes_cross_cuda PASSED [ 3%] 2022-11-23T02:51:01.4159320Z test_ops.py::TestCommonCUDA::test_dtypes_cummax_cuda PASSED [ 3%] 2022-11-23T02:51:01.4159722Z test_ops.py::TestCommonCUDA::test_dtypes_cumprod_cuda PASSED [ 3%] 2022-11-23T02:51:01.4160145Z test_ops.py::TestCommonCUDA::test_dtypes_cumulative_trapezoid_cuda PASSED [ 3%] 2022-11-23T02:51:01.4160574Z test_ops.py::TestCommonCUDA::test_dtypes_diag_embed_cuda PASSED [ 3%] 2022-11-23T02:51:01.4160980Z test_ops.py::TestCommonCUDA::test_dtypes_diagonal_cuda PASSED [ 3%] 2022-11-23T02:51:01.4161362Z test_ops.py::TestCommonCUDA::test_dtypes_digamma_cuda PASSED [ 3%] 2022-11-23T02:51:01.4161773Z test_ops.py::TestCommonCUDA::test_dtypes_div_floor_rounding_cuda PASSED [ 3%] 2022-11-23T02:51:01.4162181Z test_ops.py::TestCommonCUDA::test_dtypes_dot_cuda PASSED [ 3%] 2022-11-23T02:51:01.4162580Z test_ops.py::TestCommonCUDA::test_dtypes_dsplit_cuda PASSED [ 3%] 2022-11-23T02:51:01.4162982Z test_ops.py::TestCommonCUDA::test_dtypes_empty_cuda PASSED [ 3%] 2022-11-23T02:51:01.4163384Z test_ops.py::TestCommonCUDA::test_dtypes_equal_cuda PASSED [ 3%] 2022-11-23T02:51:01.4163780Z test_ops.py::TestCommonCUDA::test_dtypes_erf_cuda PASSED [ 3%] 2022-11-23T02:51:01.4164271Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fftn_cuda PASSED [ 3%] 2022-11-23T02:51:01.4164674Z test_ops.py::TestCommonCUDA::test_dtypes_fft_hfftn_cuda PASSED [ 3%] 2022-11-23T02:51:01.4165080Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftn_cuda PASSED [ 3%] 2022-11-23T02:51:01.4165494Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifftshift_cuda PASSED [ 3%] 2022-11-23T02:51:01.4165904Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft2_cuda PASSED [ 3%] 2022-11-23T02:51:01.4166309Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfftn_cuda PASSED [ 3%] 2022-11-23T02:51:01.4166699Z test_ops.py::TestCommonCUDA::test_dtypes_fft_irfftn_cuda PASSED [ 3%] 2022-11-23T02:51:01.4167106Z test_ops.py::TestCommonCUDA::test_dtypes_fft_rfftn_cuda PASSED [ 3%] 2022-11-23T02:51:01.4167508Z test_ops.py::TestCommonCUDA::test_dtypes_flatten_cuda PASSED [ 3%] 2022-11-23T02:51:01.4167918Z test_ops.py::TestCommonCUDA::test_dtypes_fliplr_cuda PASSED [ 3%] 2022-11-23T02:51:01.4168319Z test_ops.py::TestCommonCUDA::test_dtypes_flipud_cuda PASSED [ 3%] 2022-11-23T02:51:01.4168729Z test_ops.py::TestCommonCUDA::test_dtypes_float_power_cuda PASSED [ 3%] 2022-11-23T02:51:01.4169119Z test_ops.py::TestCommonCUDA::test_dtypes_floor_divide_cuda PASSED [ 3%] 2022-11-23T02:51:01.4169525Z test_ops.py::TestCommonCUDA::test_dtypes_fmax_cuda PASSED [ 3%] 2022-11-23T02:51:01.4169916Z test_ops.py::TestCommonCUDA::test_dtypes_fmin_cuda PASSED [ 3%] 2022-11-23T02:51:01.4170390Z test_ops.py::TestCommonCUDA::test_dtypes_frac_cuda PASSED [ 3%] 2022-11-23T02:51:01.4170816Z test_ops.py::TestCommonCUDA::test_dtypes_full_cuda PASSED [ 3%] 2022-11-23T02:51:01.4171219Z test_ops.py::TestCommonCUDA::test_dtypes_full_like_cuda PASSED [ 3%] 2022-11-23T02:51:01.4171617Z test_ops.py::TestCommonCUDA::test_dtypes_geqrf_cuda XFAIL [ 3%] 2022-11-23T02:51:01.4172005Z test_ops.py::TestCommonCUDA::test_dtypes_gradient_cuda PASSED [ 3%] 2022-11-23T02:51:01.4172412Z test_ops.py::TestCommonCUDA::test_dtypes_grid_sampler_2d_cuda PASSED [ 3%] 2022-11-23T02:51:01.4172813Z test_ops.py::TestCommonCUDA::test_dtypes_gt_cuda PASSED [ 3%] 2022-11-23T02:51:01.4173214Z test_ops.py::TestCommonCUDA::test_dtypes_histogram_cuda PASSED [ 3%] 2022-11-23T02:51:01.4173616Z test_ops.py::TestCommonCUDA::test_dtypes_hstack_cuda PASSED [ 3%] 2022-11-23T02:51:01.4174015Z test_ops.py::TestCommonCUDA::test_dtypes_hypot_cuda PASSED [ 3%] 2022-11-23T02:51:01.4174392Z test_ops.py::TestCommonCUDA::test_dtypes_i0_cuda PASSED [ 3%] 2022-11-23T02:51:01.4174791Z test_ops.py::TestCommonCUDA::test_dtypes_index_add_cuda PASSED [ 3%] 2022-11-23T02:51:01.4175197Z test_ops.py::TestCommonCUDA::test_dtypes_index_reduce_cuda PASSED [ 3%] 2022-11-23T02:51:01.4175601Z test_ops.py::TestCommonCUDA::test_dtypes_int_cuda PASSED [ 3%] 2022-11-23T02:51:01.4176001Z test_ops.py::TestCommonCUDA::test_dtypes_isfinite_cuda PASSED [ 3%] 2022-11-23T02:51:01.4176403Z test_ops.py::TestCommonCUDA::test_dtypes_isin_cuda PASSED [ 3%] 2022-11-23T02:51:01.4176776Z test_ops.py::TestCommonCUDA::test_dtypes_isinf_cuda PASSED [ 4%] 2022-11-23T02:51:01.4177174Z test_ops.py::TestCommonCUDA::test_dtypes_isnan_cuda PASSED [ 4%] 2022-11-23T02:51:01.4177571Z test_ops.py::TestCommonCUDA::test_dtypes_isneginf_cuda PASSED [ 4%] 2022-11-23T02:51:01.4177976Z test_ops.py::TestCommonCUDA::test_dtypes_isreal_cuda PASSED [ 4%] 2022-11-23T02:51:01.4178384Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_cuda PASSED [ 4%] 2022-11-23T02:51:01.4178823Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_binary_return_by_ref_cuda PASSED [ 4%] 2022-11-23T02:51:01.4179368Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_unary_cuda PASSED [ 4%] 2022-11-23T02:51:01.4179763Z test_ops.py::TestCommonCUDA::test_dtypes_kron_cuda PASSED [ 4%] 2022-11-23T02:51:01.4180168Z test_ops.py::TestCommonCUDA::test_dtypes_kthvalue_cuda PASSED [ 4%] 2022-11-23T02:51:01.4180571Z test_ops.py::TestCommonCUDA::test_dtypes_lcm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4180970Z test_ops.py::TestCommonCUDA::test_dtypes_ldexp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4181368Z test_ops.py::TestCommonCUDA::test_dtypes_lerp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4181770Z test_ops.py::TestCommonCUDA::test_dtypes_lgamma_cuda PASSED [ 4%] 2022-11-23T02:51:01.4182157Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cross_cuda PASSED [ 4%] 2022-11-23T02:51:01.4182564Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_cuda PASSED [ 4%] 2022-11-23T02:51:01.4182970Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eig_cuda PASSED [ 4%] 2022-11-23T02:51:01.4183382Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvalsh_cuda PASSED [ 4%] 2022-11-23T02:51:01.4183814Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_grad_oriented_cuda PASSED [ 4%] 2022-11-23T02:51:01.4184238Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_cuda PASSED [ 4%] 2022-11-23T02:51:01.4184645Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_cuda PASSED [ 4%] 2022-11-23T02:51:01.4185043Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_factor_ex_cuda PASSED [ 4%] 2022-11-23T02:51:01.4185536Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lu_solve_cuda PASSED [ 4%] 2022-11-23T02:51:01.4185980Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_norm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4186405Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_power_cuda PASSED [ 4%] 2022-11-23T02:51:01.4186831Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_cuda PASSED [ 4%] 2022-11-23T02:51:01.4187272Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_matrix_rank_hermitian_cuda PASSED [ 4%] 2022-11-23T02:51:01.4187688Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_cuda PASSED [ 4%] 2022-11-23T02:51:01.4188113Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_triangular_cuda PASSED [ 4%] 2022-11-23T02:51:01.4188537Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_svd_cuda PASSED [ 4%] 2022-11-23T02:51:01.4188950Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_svdvals_cuda PASSED [ 4%] 2022-11-23T02:51:01.4189367Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorinv_cuda PASSED [ 4%] 2022-11-23T02:51:01.4189787Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_vander_cuda PASSED [ 4%] 2022-11-23T02:51:01.4190183Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_vecdot_cuda PASSED [ 4%] 2022-11-23T02:51:01.4190600Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_vector_norm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4191020Z test_ops.py::TestCommonCUDA::test_dtypes_logaddexp2_cuda PASSED [ 4%] 2022-11-23T02:51:01.4191429Z test_ops.py::TestCommonCUDA::test_dtypes_logaddexp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4191843Z test_ops.py::TestCommonCUDA::test_dtypes_logcumsumexp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4192252Z test_ops.py::TestCommonCUDA::test_dtypes_logdet_cuda PASSED [ 4%] 2022-11-23T02:51:01.4192653Z test_ops.py::TestCommonCUDA::test_dtypes_logical_and_cuda PASSED [ 4%] 2022-11-23T02:51:01.4193041Z test_ops.py::TestCommonCUDA::test_dtypes_logical_not_cuda PASSED [ 4%] 2022-11-23T02:51:01.4193451Z test_ops.py::TestCommonCUDA::test_dtypes_logical_xor_cuda PASSED [ 4%] 2022-11-23T02:51:01.4193862Z test_ops.py::TestCommonCUDA::test_dtypes_logsumexp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4194265Z test_ops.py::TestCommonCUDA::test_dtypes_long_cuda PASSED [ 4%] 2022-11-23T02:51:01.4194765Z test_ops.py::TestCommonCUDA::test_dtypes_lt_cuda PASSED [ 4%] 2022-11-23T02:51:01.4195164Z test_ops.py::TestCommonCUDA::test_dtypes_lu_cuda PASSED [ 4%] 2022-11-23T02:51:01.4195540Z test_ops.py::TestCommonCUDA::test_dtypes_lu_solve_cuda PASSED [ 4%] 2022-11-23T02:51:01.4195945Z test_ops.py::TestCommonCUDA::test_dtypes_masked_amin_cuda PASSED [ 4%] 2022-11-23T02:51:01.4196354Z test_ops.py::TestCommonCUDA::test_dtypes_masked_fill_cuda PASSED [ 4%] 2022-11-23T02:51:01.4196926Z test_ops.py::TestCommonCUDA::test_dtypes_masked_log_softmax_cuda PASSED [ 4%] 2022-11-23T02:51:01.4197354Z test_ops.py::TestCommonCUDA::test_dtypes_masked_logaddexp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4197996Z test_ops.py::TestCommonCUDA::test_dtypes_masked_logsumexp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4198399Z test_ops.py::TestCommonCUDA::test_dtypes_masked_mean_cuda PASSED [ 4%] 2022-11-23T02:51:01.4198812Z test_ops.py::TestCommonCUDA::test_dtypes_masked_median_cuda PASSED [ 4%] 2022-11-23T02:51:01.4199227Z test_ops.py::TestCommonCUDA::test_dtypes_masked_norm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4199637Z test_ops.py::TestCommonCUDA::test_dtypes_masked_softmax_cuda PASSED [ 4%] 2022-11-23T02:51:01.4200051Z test_ops.py::TestCommonCUDA::test_dtypes_masked_softmin_cuda PASSED [ 4%] 2022-11-23T02:51:01.4200462Z test_ops.py::TestCommonCUDA::test_dtypes_masked_std_cuda PASSED [ 4%] 2022-11-23T02:51:01.4200863Z test_ops.py::TestCommonCUDA::test_dtypes_masked_sum_cuda PASSED [ 4%] 2022-11-23T02:51:01.4201343Z test_ops.py::TestCommonCUDA::test_dtypes_masked_var_cuda PASSED [ 4%] 2022-11-23T02:51:01.4201775Z test_ops.py::TestCommonCUDA::test_dtypes_matrix_exp_cuda PASSED [ 4%] 2022-11-23T02:51:01.4202197Z test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_no_dim_cuda PASSED [ 4%] 2022-11-23T02:51:01.4202615Z test_ops.py::TestCommonCUDA::test_dtypes_mean_cuda PASSED [ 4%] 2022-11-23T02:51:01.4203045Z test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_variadic_tensors_cuda PASSED [ 4%] 2022-11-23T02:51:01.4203473Z test_ops.py::TestCommonCUDA::test_dtypes_min_binary_cuda PASSED [ 4%] 2022-11-23T02:51:01.4203869Z test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_no_dim_cuda PASSED [ 4%] 2022-11-23T02:51:01.4204289Z test_ops.py::TestCommonCUDA::test_dtypes_minimum_cuda PASSED [ 4%] 2022-11-23T02:51:01.4204688Z test_ops.py::TestCommonCUDA::test_dtypes_mm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4205085Z test_ops.py::TestCommonCUDA::test_dtypes_movedim_cuda PASSED [ 4%] 2022-11-23T02:51:01.4205484Z test_ops.py::TestCommonCUDA::test_dtypes_msort_cuda PASSED [ 4%] 2022-11-23T02:51:01.4205903Z test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_5_cuda PASSED [ 4%] 2022-11-23T02:51:01.4206324Z test_ops.py::TestCommonCUDA::test_dtypes_nanmean_cuda PASSED [ 4%] 2022-11-23T02:51:01.4206710Z test_ops.py::TestCommonCUDA::test_dtypes_narrow_cuda PASSED [ 4%] 2022-11-23T02:51:01.4207115Z test_ops.py::TestCommonCUDA::test_dtypes_native_batch_norm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4207545Z test_ops.py::TestCommonCUDA::test_dtypes_native_dropout_backward_cuda PASSED [ 4%] 2022-11-23T02:51:01.4207965Z test_ops.py::TestCommonCUDA::test_dtypes_new_empty_cuda PASSED [ 4%] 2022-11-23T02:51:01.4208362Z test_ops.py::TestCommonCUDA::test_dtypes_new_full_cuda PASSED [ 4%] 2022-11-23T02:51:01.4208764Z test_ops.py::TestCommonCUDA::test_dtypes_new_ones_cuda PASSED [ 4%] 2022-11-23T02:51:01.4209154Z test_ops.py::TestCommonCUDA::test_dtypes_new_zeros_cuda PASSED [ 4%] 2022-11-23T02:51:01.4209560Z test_ops.py::TestCommonCUDA::test_dtypes_nextafter_cuda PASSED [ 4%] 2022-11-23T02:51:01.4209999Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool1d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4210580Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool2d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4211046Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool3d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4211503Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_alpha_dropout_cuda PASSED [ 4%] 2022-11-23T02:51:01.4211948Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool1d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4212370Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4212812Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_bilinear_cuda PASSED [ 4%] 2022-11-23T02:51:01.4213272Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_cuda PASSED [ 4%] 2022-11-23T02:51:01.4213759Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cuda PASSED [ 4%] 2022-11-23T02:51:01.4214226Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv1d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4214679Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose2d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4215140Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose3d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4215588Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_embedding_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4216052Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cross_entropy_cuda PASSED [ 4%] 2022-11-23T02:51:01.4216501Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_ctc_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4217108Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout2d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4217571Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout3d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4218011Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_cuda PASSED [ 4%] 2022-11-23T02:51:01.4218457Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool2d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4218924Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gaussian_nll_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4219368Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_gelu_cuda PASSED [ 4%] 2022-11-23T02:51:01.4219794Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_glu_cuda PASSED [ 4%] 2022-11-23T02:51:01.4220229Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardtanh_cuda PASSED [ 4%] 2022-11-23T02:51:01.4220688Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hinge_embedding_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4221151Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_instance_norm_cuda PASSED [ 4%] 2022-11-23T02:51:01.4221593Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_area_cuda PASSED [ 4%] 2022-11-23T02:51:01.4222062Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bicubic_cuda PASSED [ 4%] 2022-11-23T02:51:01.4222540Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_linear_cuda PASSED [ 4%] 2022-11-23T02:51:01.4222989Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_l1_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4223427Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_leaky_relu_cuda PASSED [ 4%] 2022-11-23T02:51:01.4223883Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_margin_ranking_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4224317Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool2d_cuda PASSED [ 4%] 2022-11-23T02:51:01.4224766Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_grad_cuda PASSED [ 4%] 2022-11-23T02:51:01.4225227Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_grad_cuda PASSED [ 4%] 2022-11-23T02:51:01.4225663Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mish_cuda PASSED [ 4%] 2022-11-23T02:51:01.4226157Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_margin_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4226725Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_nll_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4227170Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_circular_cuda PASSED [ 4%] 2022-11-23T02:51:01.4227599Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_reflect_cuda PASSED [ 4%] 2022-11-23T02:51:01.4228050Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pairwise_distance_cuda PASSED [ 4%] 2022-11-23T02:51:01.4228500Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_prelu_cuda PASSED [ 4%] 2022-11-23T02:51:01.4228944Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_complex_cuda XFAIL [ 4%] 2022-11-23T02:51:01.4229395Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_smooth_l1_loss_cuda PASSED [ 4%] 2022-11-23T02:51:01.4229843Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softplus_cuda PASSED [ 4%] 2022-11-23T02:51:01.4230287Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_threshold_cuda PASSED [ 4%] 2022-11-23T02:51:01.4230711Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_unfold_cuda PASSED [ 4%] 2022-11-23T02:51:01.4231129Z test_ops.py::TestCommonCUDA::test_dtypes_norm_inf_cuda PASSED [ 4%] 2022-11-23T02:51:01.4231542Z test_ops.py::TestCommonCUDA::test_dtypes_normal_number_mean_cuda PASSED [ 4%] 2022-11-23T02:51:01.4231954Z test_ops.py::TestCommonCUDA::test_dtypes_ones_like_cuda PASSED [ 4%] 2022-11-23T02:51:01.4232372Z test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_var_mean_cuda PASSED [ 4%] 2022-11-23T02:51:01.4232880Z test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_view_cuda PASSED [ 4%] 2022-11-23T02:51:01.4233304Z test_ops.py::TestCommonCUDA::test_dtypes_pca_lowrank_cuda PASSED [ 4%] 2022-11-23T02:51:01.4233705Z test_ops.py::TestCommonCUDA::test_dtypes_pinverse_cuda PASSED [ 4%] 2022-11-23T02:51:01.4234150Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_1_cuda SKIPPED (Skipped!) [ 4%] 2022-11-23T02:51:01.4234628Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_4_cuda SKIPPED (Skipped!) [ 4%] 2022-11-23T02:51:01.4235057Z test_ops.py::TestCommonCUDA::test_dtypes_qr_cuda PASSED [ 4%] 2022-11-23T02:51:01.4235453Z test_ops.py::TestCommonCUDA::test_dtypes_quantile_cuda PASSED [ 4%] 2022-11-23T02:51:01.4235837Z test_ops.py::TestCommonCUDA::test_dtypes_rad2deg_cuda PASSED [ 4%] 2022-11-23T02:51:01.4236239Z test_ops.py::TestCommonCUDA::test_dtypes_rand_like_cuda PASSED [ 4%] 2022-11-23T02:51:01.4236646Z test_ops.py::TestCommonCUDA::test_dtypes_randint_like_cuda PASSED [ 4%] 2022-11-23T02:51:01.4237051Z test_ops.py::TestCommonCUDA::test_dtypes_real_cuda PASSED [ 4%] 2022-11-23T02:51:01.4237452Z test_ops.py::TestCommonCUDA::test_dtypes_reciprocal_cuda PASSED [ 4%] 2022-11-23T02:51:01.4237862Z test_ops.py::TestCommonCUDA::test_dtypes_remainder_cuda PASSED [ 4%] 2022-11-23T02:51:01.4238267Z test_ops.py::TestCommonCUDA::test_dtypes_repeat_cuda PASSED [ 4%] 2022-11-23T02:51:01.4238648Z test_ops.py::TestCommonCUDA::test_dtypes_resize__cuda XFAIL [ 4%] 2022-11-23T02:51:01.4239044Z test_ops.py::TestCommonCUDA::test_dtypes_resolve_conj_cuda PASSED [ 4%] 2022-11-23T02:51:01.4239448Z test_ops.py::TestCommonCUDA::test_dtypes_resolve_neg_cuda PASSED [ 4%] 2022-11-23T02:51:01.4239848Z test_ops.py::TestCommonCUDA::test_dtypes_roll_cuda PASSED [ 4%] 2022-11-23T02:51:01.4240236Z test_ops.py::TestCommonCUDA::test_dtypes_rot90_cuda PASSED [ 4%] 2022-11-23T02:51:01.4240664Z test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_3_cuda SKIPPED (Skipped!) [ 4%] 2022-11-23T02:51:01.4241077Z test_ops.py::TestCommonCUDA::test_dtypes_scalar_tensor_cuda PASSED [ 4%] 2022-11-23T02:51:01.4241486Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_add_cuda PASSED [ 4%] 2022-11-23T02:51:01.4242609Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_cuda PASSED [ 5%] 2022-11-23T02:51:01.4243022Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amax_cuda PASSED [ 5%] 2022-11-23T02:51:01.4243442Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_prod_cuda PASSED [ 5%] 2022-11-23T02:51:01.4243862Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_sum_cuda PASSED [ 5%] 2022-11-23T02:51:01.4244259Z test_ops.py::TestCommonCUDA::test_dtypes_searchsorted_cuda PASSED [ 5%] 2022-11-23T02:51:01.4244685Z test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_lengths_cuda PASSED [ 5%] 2022-11-23T02:51:01.4245114Z test_ops.py::TestCommonCUDA::test_dtypes_select_scatter_cuda PASSED [ 5%] 2022-11-23T02:51:01.4245521Z test_ops.py::TestCommonCUDA::test_dtypes_short_cuda PASSED [ 5%] 2022-11-23T02:51:01.4245918Z test_ops.py::TestCommonCUDA::test_dtypes_sigmoid_cuda PASSED [ 5%] 2022-11-23T02:51:01.4246319Z test_ops.py::TestCommonCUDA::test_dtypes_sinc_cuda PASSED [ 5%] 2022-11-23T02:51:01.4246713Z test_ops.py::TestCommonCUDA::test_dtypes_sinh_cuda PASSED [ 5%] 2022-11-23T02:51:01.4247090Z test_ops.py::TestCommonCUDA::test_dtypes_slice_cuda PASSED [ 5%] 2022-11-23T02:51:01.4247493Z test_ops.py::TestCommonCUDA::test_dtypes_softmax_with_dtype_cuda PASSED [ 5%] 2022-11-23T02:51:01.4247895Z test_ops.py::TestCommonCUDA::test_dtypes_sort_cuda PASSED [ 5%] 2022-11-23T02:51:01.4248297Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j1_cuda PASSED [ 5%] 2022-11-23T02:51:01.4248831Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_u_cuda PASSED [ 5%] 2022-11-23T02:51:01.4249303Z test_ops.py::TestCommonCUDA::test_dtypes_special_erfcx_cuda PASSED [ 5%] 2022-11-23T02:51:01.4249699Z test_ops.py::TestCommonCUDA::test_dtypes_special_i0e_cuda PASSED [ 5%] 2022-11-23T02:51:01.4250106Z test_ops.py::TestCommonCUDA::test_dtypes_special_i1_cuda PASSED [ 5%] 2022-11-23T02:51:01.4250518Z test_ops.py::TestCommonCUDA::test_dtypes_special_i1e_cuda PASSED [ 5%] 2022-11-23T02:51:01.4250951Z test_ops.py::TestCommonCUDA::test_dtypes_special_laguerre_polynomial_l_cuda PASSED [ 5%] 2022-11-23T02:51:01.4251509Z test_ops.py::TestCommonCUDA::test_dtypes_special_legendre_polynomial_p_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:51:01.4252025Z test_ops.py::TestCommonCUDA::test_dtypes_special_log_ndtr_cuda PASSED [ 5%] 2022-11-23T02:51:01.4252459Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i1_cuda PASSED [ 5%] 2022-11-23T02:51:01.4252873Z test_ops.py::TestCommonCUDA::test_dtypes_special_ndtr_cuda PASSED [ 5%] 2022-11-23T02:51:01.4253315Z test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k1_cuda PASSED [ 5%] 2022-11-23T02:51:01.4253882Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_u_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:51:01.4254533Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:51:01.4255060Z test_ops.py::TestCommonCUDA::test_dtypes_special_xlog1py_cuda PASSED [ 5%] 2022-11-23T02:51:01.4255476Z test_ops.py::TestCommonCUDA::test_dtypes_split_cuda PASSED [ 5%] 2022-11-23T02:51:01.4255881Z test_ops.py::TestCommonCUDA::test_dtypes_sqrt_cuda PASSED [ 5%] 2022-11-23T02:51:01.4256271Z test_ops.py::TestCommonCUDA::test_dtypes_square_cuda PASSED [ 5%] 2022-11-23T02:51:01.4256675Z test_ops.py::TestCommonCUDA::test_dtypes_std_cuda PASSED [ 5%] 2022-11-23T02:51:01.4257070Z test_ops.py::TestCommonCUDA::test_dtypes_sub_cuda PASSED [ 5%] 2022-11-23T02:51:01.4257467Z test_ops.py::TestCommonCUDA::test_dtypes_svd_lowrank_cuda PASSED [ 5%] 2022-11-23T02:51:01.4257983Z test_ops.py::TestCommonCUDA::test_dtypes_symeig_cuda PASSED [ 5%] 2022-11-23T02:51:01.4258382Z test_ops.py::TestCommonCUDA::test_dtypes_take_cuda PASSED [ 5%] 2022-11-23T02:51:01.4258759Z test_ops.py::TestCommonCUDA::test_dtypes_tanh_cuda PASSED [ 5%] 2022-11-23T02:51:01.4259163Z test_ops.py::TestCommonCUDA::test_dtypes_tensor_split_cuda PASSED [ 5%] 2022-11-23T02:51:01.4259570Z test_ops.py::TestCommonCUDA::test_dtypes_tensordot_cuda PASSED [ 5%] 2022-11-23T02:51:01.4259999Z test_ops.py::TestCommonCUDA::test_dtypes_to_sparse_cuda SKIPPED (Skipped!) [ 5%] 2022-11-23T02:51:01.4260422Z test_ops.py::TestCommonCUDA::test_dtypes_transpose_cuda PASSED [ 5%] 2022-11-23T02:51:01.4260834Z test_ops.py::TestCommonCUDA::test_dtypes_triangular_solve_cuda PASSED [ 5%] 2022-11-23T02:51:01.4261243Z test_ops.py::TestCommonCUDA::test_dtypes_tril_cuda PASSED [ 5%] 2022-11-23T02:51:01.4261624Z test_ops.py::TestCommonCUDA::test_dtypes_triu_cuda PASSED [ 5%] 2022-11-23T02:51:01.4262021Z test_ops.py::TestCommonCUDA::test_dtypes_unfold_copy_cuda PASSED [ 5%] 2022-11-23T02:51:01.4262430Z test_ops.py::TestCommonCUDA::test_dtypes_unfold_cuda PASSED [ 5%] 2022-11-23T02:51:01.4262833Z test_ops.py::TestCommonCUDA::test_dtypes_uniform_cuda PASSED [ 5%] 2022-11-23T02:51:01.4263249Z test_ops.py::TestCommonCUDA::test_dtypes_unique_consecutive_cuda PASSED [ 5%] 2022-11-23T02:51:01.4263662Z test_ops.py::TestCommonCUDA::test_dtypes_unsqueeze_cuda PASSED [ 5%] 2022-11-23T02:51:01.4264125Z test_ops.py::TestCommonCUDA::test_dtypes_var_mean_cuda PASSED [ 5%] 2022-11-23T02:51:01.4264554Z test_ops.py::TestCommonCUDA::test_dtypes_view_as_real_cuda PASSED [ 5%] 2022-11-23T02:51:01.4264952Z test_ops.py::TestCommonCUDA::test_dtypes_vsplit_cuda PASSED [ 5%] 2022-11-23T02:51:01.4265354Z test_ops.py::TestCommonCUDA::test_dtypes_vstack_cuda PASSED [ 5%] 2022-11-23T02:51:01.4265750Z test_ops.py::TestCommonCUDA::test_dtypes_where_cuda PASSED [ 5%] 2022-11-23T02:51:01.4266145Z test_ops.py::TestCommonCUDA::test_dtypes_xlogy_cuda PASSED [ 5%] 2022-11-23T02:51:01.4266519Z test_ops.py::TestCommonCUDA::test_dtypes_zero__cuda PASSED [ 5%] 2022-11-23T02:51:01.4266918Z test_ops.py::TestCommonCUDA::test_dtypes_zeros_like_cuda PASSED [ 5%] 2022-11-23T02:51:01.4267311Z test_ops.py::TestCommonCUDA::test_errors___radd___cuda PASSED [ 5%] 2022-11-23T02:51:01.4267711Z test_ops.py::TestCommonCUDA::test_errors___rdiv___cuda PASSED [ 5%] 2022-11-23T02:51:01.4268098Z test_ops.py::TestCommonCUDA::test_errors___rmul___cuda PASSED [ 5%] 2022-11-23T02:51:01.4268485Z test_ops.py::TestCommonCUDA::test_errors___rpow___cuda PASSED [ 5%] 2022-11-23T02:51:01.4268875Z test_ops.py::TestCommonCUDA::test_errors___rsub___cuda PASSED [ 5%] 2022-11-23T02:51:01.4269252Z test_ops.py::TestCommonCUDA::test_errors___rxor___cuda PASSED [ 5%] 2022-11-23T02:51:01.4269643Z test_ops.py::TestCommonCUDA::test_errors_amax_cuda PASSED [ 5%] 2022-11-23T02:51:01.4270031Z test_ops.py::TestCommonCUDA::test_errors_amin_cuda PASSED [ 5%] 2022-11-23T02:51:01.4270423Z test_ops.py::TestCommonCUDA::test_errors_atan2_cuda PASSED [ 5%] 2022-11-23T02:51:01.4270819Z test_ops.py::TestCommonCUDA::test_errors_bernoulli_cuda PASSED [ 5%] 2022-11-23T02:51:01.4271226Z test_ops.py::TestCommonCUDA::test_errors_bitwise_left_shift_cuda PASSED [ 5%] 2022-11-23T02:51:01.4271621Z test_ops.py::TestCommonCUDA::test_errors_bitwise_or_cuda PASSED [ 5%] 2022-11-23T02:51:01.4272040Z test_ops.py::TestCommonCUDA::test_errors_bitwise_right_shift_cuda PASSED [ 5%] 2022-11-23T02:51:01.4272443Z test_ops.py::TestCommonCUDA::test_errors_bitwise_xor_cuda PASSED [ 5%] 2022-11-23T02:51:01.4272952Z test_ops.py::TestCommonCUDA::test_errors_complex_cuda PASSED [ 5%] 2022-11-23T02:51:01.4273352Z test_ops.py::TestCommonCUDA::test_errors_copysign_cuda PASSED [ 5%] 2022-11-23T02:51:01.4273749Z test_ops.py::TestCommonCUDA::test_errors_cov_cuda PASSED [ 5%] 2022-11-23T02:51:01.4274121Z test_ops.py::TestCommonCUDA::test_errors_diag_cuda PASSED [ 5%] 2022-11-23T02:51:01.4274517Z test_ops.py::TestCommonCUDA::test_errors_diag_embed_cuda PASSED [ 5%] 2022-11-23T02:51:01.4274923Z test_ops.py::TestCommonCUDA::test_errors_diagonal_copy_cuda PASSED [ 5%] 2022-11-23T02:51:01.4275346Z test_ops.py::TestCommonCUDA::test_errors_div_no_rounding_mode_cuda PASSED [ 5%] 2022-11-23T02:51:01.4275761Z test_ops.py::TestCommonCUDA::test_errors_dstack_cuda PASSED [ 5%] 2022-11-23T02:51:01.4276156Z test_ops.py::TestCommonCUDA::test_errors_eq_cuda PASSED [ 5%] 2022-11-23T02:51:01.4276558Z test_ops.py::TestCommonCUDA::test_errors_floor_divide_cuda PASSED [ 5%] 2022-11-23T02:51:01.4276941Z test_ops.py::TestCommonCUDA::test_errors_fmin_cuda PASSED [ 5%] 2022-11-23T02:51:01.4277336Z test_ops.py::TestCommonCUDA::test_errors_gather_cuda PASSED [ 5%] 2022-11-23T02:51:01.4277737Z test_ops.py::TestCommonCUDA::test_errors_gradient_cuda PASSED [ 5%] 2022-11-23T02:51:01.4278139Z test_ops.py::TestCommonCUDA::test_errors_hsplit_cuda PASSED [ 5%] 2022-11-23T02:51:01.4278538Z test_ops.py::TestCommonCUDA::test_errors_hstack_cuda PASSED [ 5%] 2022-11-23T02:51:01.4279014Z test_ops.py::TestCommonCUDA::test_errors_hypot_cuda PASSED [ 5%] 2022-11-23T02:51:01.4279421Z test_ops.py::TestCommonCUDA::test_errors_isclose_cuda PASSED [ 5%] 2022-11-23T02:51:01.4279830Z test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_cuda PASSED [ 5%] 2022-11-23T02:51:01.4280236Z test_ops.py::TestCommonCUDA::test_errors_ldexp_cuda PASSED [ 5%] 2022-11-23T02:51:01.4280635Z test_ops.py::TestCommonCUDA::test_errors_le_cuda PASSED [ 5%] 2022-11-23T02:51:01.4281032Z test_ops.py::TestCommonCUDA::test_errors_linalg_cross_cuda PASSED [ 5%] 2022-11-23T02:51:01.4281438Z test_ops.py::TestCommonCUDA::test_errors_linspace_cuda PASSED [ 5%] 2022-11-23T02:51:01.4281847Z test_ops.py::TestCommonCUDA::test_errors_logcumsumexp_cuda PASSED [ 5%] 2022-11-23T02:51:01.4282239Z test_ops.py::TestCommonCUDA::test_errors_logical_and_cuda PASSED [ 5%] 2022-11-23T02:51:01.4282647Z test_ops.py::TestCommonCUDA::test_errors_logical_or_cuda PASSED [ 5%] 2022-11-23T02:51:01.4283050Z test_ops.py::TestCommonCUDA::test_errors_logical_xor_cuda PASSED [ 5%] 2022-11-23T02:51:01.4283457Z test_ops.py::TestCommonCUDA::test_errors_masked_select_cuda PASSED [ 5%] 2022-11-23T02:51:01.4283866Z test_ops.py::TestCommonCUDA::test_errors_max_binary_cuda PASSED [ 5%] 2022-11-23T02:51:01.4284267Z test_ops.py::TestCommonCUDA::test_errors_mean_cuda PASSED [ 5%] 2022-11-23T02:51:01.4284645Z test_ops.py::TestCommonCUDA::test_errors_min_binary_cuda PASSED [ 5%] 2022-11-23T02:51:01.4285038Z test_ops.py::TestCommonCUDA::test_errors_minimum_cuda PASSED [ 5%] 2022-11-23T02:51:01.4285437Z test_ops.py::TestCommonCUDA::test_errors_movedim_cuda PASSED [ 5%] 2022-11-23T02:51:01.4285833Z test_ops.py::TestCommonCUDA::test_errors_mul_cuda PASSED [ 5%] 2022-11-23T02:51:01.4286227Z test_ops.py::TestCommonCUDA::test_errors_narrow_copy_cuda PASSED [ 5%] 2022-11-23T02:51:01.4286628Z test_ops.py::TestCommonCUDA::test_errors_narrow_cuda PASSED [ 5%] 2022-11-23T02:51:01.4287012Z test_ops.py::TestCommonCUDA::test_errors_native_layer_norm_cuda PASSED [ 5%] 2022-11-23T02:51:01.4287416Z test_ops.py::TestCommonCUDA::test_errors_ne_cuda PASSED [ 5%] 2022-11-23T02:51:01.4287915Z test_ops.py::TestCommonCUDA::test_errors_nextafter_cuda PASSED [ 5%] 2022-11-23T02:51:01.4288342Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool1d_cuda PASSED [ 5%] 2022-11-23T02:51:01.4288786Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool2d_cuda PASSED [ 5%] 2022-11-23T02:51:01.4289228Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_embedding_cuda PASSED [ 5%] 2022-11-23T02:51:01.4289657Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_gelu_cuda PASSED [ 5%] 2022-11-23T02:51:01.4290070Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_group_norm_cuda PASSED [ 5%] 2022-11-23T02:51:01.4290507Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_huber_loss_cuda PASSED [ 5%] 2022-11-23T02:51:01.4290942Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_l1_loss_cuda PASSED [ 5%] 2022-11-23T02:51:01.4291374Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool1d_cuda PASSED [ 5%] 2022-11-23T02:51:01.4291815Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool2d_cuda PASSED [ 5%] 2022-11-23T02:51:01.4292262Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_poisson_nll_loss_cuda PASSED [ 5%] 2022-11-23T02:51:01.4292686Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_prelu_cuda PASSED [ 5%] 2022-11-23T02:51:01.4293154Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_with_distance_loss_cuda PASSED [ 5%] 2022-11-23T02:51:01.4293606Z test_ops.py::TestCommonCUDA::test_errors_ormqr_cuda PASSED [ 5%] 2022-11-23T02:51:01.4294003Z test_ops.py::TestCommonCUDA::test_errors_pow_cuda PASSED [ 5%] 2022-11-23T02:51:01.4294478Z test_ops.py::TestCommonCUDA::test_errors_renorm_cuda PASSED [ 5%] 2022-11-23T02:51:01.4294908Z test_ops.py::TestCommonCUDA::test_errors_reshape_as_cuda PASSED [ 5%] 2022-11-23T02:51:01.4295312Z test_ops.py::TestCommonCUDA::test_errors_reshape_cuda PASSED [ 5%] 2022-11-23T02:51:01.4295696Z test_ops.py::TestCommonCUDA::test_errors_roll_cuda PASSED [ 5%] 2022-11-23T02:51:01.4296087Z test_ops.py::TestCommonCUDA::test_errors_rot90_cuda PASSED [ 5%] 2022-11-23T02:51:01.4296488Z test_ops.py::TestCommonCUDA::test_errors_scatter_add_cuda PASSED [ 5%] 2022-11-23T02:51:01.4296895Z test_ops.py::TestCommonCUDA::test_errors_scatter_cuda PASSED [ 5%] 2022-11-23T02:51:01.4297310Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_cosine_cuda PASSED [ 5%] 2022-11-23T02:51:01.4297744Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_gaussian_cuda PASSED [ 5%] 2022-11-23T02:51:01.4298163Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_kaiser_cuda PASSED [ 5%] 2022-11-23T02:51:01.4298816Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_u_cuda PASSED [ 5%] 2022-11-23T02:51:01.4299399Z test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_h_cuda PASSED [ 5%] 2022-11-23T02:51:01.4300076Z test_ops.py::TestCommonCUDA::test_errors_special_legendre_polynomial_p_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:51:01.4300717Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_t_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:51:01.4301361Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:51:01.4301883Z test_ops.py::TestCommonCUDA::test_errors_special_xlog1py_cuda PASSED [ 5%] 2022-11-23T02:51:01.4302280Z test_ops.py::TestCommonCUDA::test_errors_sub_cuda PASSED [ 5%] 2022-11-23T02:51:01.4302678Z test_ops.py::TestCommonCUDA::test_errors_t_cuda PASSED [ 5%] 2022-11-23T02:51:01.4303066Z test_ops.py::TestCommonCUDA::test_errors_tril_cuda PASSED [ 5%] 2022-11-23T02:51:01.4303584Z test_ops.py::TestCommonCUDA::test_errors_true_divide_cuda PASSED [ 5%] 2022-11-23T02:51:01.4303991Z test_ops.py::TestCommonCUDA::test_errors_unbind_cuda PASSED [ 5%] 2022-11-23T02:51:01.4304388Z test_ops.py::TestCommonCUDA::test_errors_view_as_cuda PASSED [ 5%] 2022-11-23T02:51:01.4304788Z test_ops.py::TestCommonCUDA::test_errors_view_copy_cuda PASSED [ 5%] 2022-11-23T02:51:01.4305298Z test_ops.py::TestCommonCUDA::test_errors_xlogy_cuda PASSED [ 5%] 2022-11-23T02:51:01.4305760Z test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2022-11-23T02:51:01.4306481Z test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2022-11-23T02:51:01.4307007Z test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 5%] 2022-11-23T02:51:01.4307529Z test_ops.py::TestCommonCUDA::test_multiple_devices___radd___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 5%] 2022-11-23T02:51:01.4308056Z test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4308567Z test_ops.py::TestCommonCUDA::test_multiple_devices___rdiv___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4309075Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmatmul___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4309604Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4310210Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmul___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4310755Z test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4311307Z test_ops.py::TestCommonCUDA::test_multiple_devices__softmax_backward_data_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4311975Z test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4312597Z test_ops.py::TestCommonCUDA::test_multiple_devices_abs_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4313224Z test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4313717Z test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4314232Z test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4314749Z test_ops.py::TestCommonCUDA::test_multiple_devices_addcdiv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4315276Z test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4315792Z test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4316310Z test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4316825Z test_ops.py::TestCommonCUDA::test_multiple_devices_addr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4317334Z test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4317844Z test_ops.py::TestCommonCUDA::test_multiple_devices_allclose_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4318486Z test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4319235Z test_ops.py::TestCommonCUDA::test_multiple_devices_amax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4319858Z test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4320380Z test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4320902Z test_ops.py::TestCommonCUDA::test_multiple_devices_aminmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4321418Z test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4321915Z test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4322423Z test_ops.py::TestCommonCUDA::test_multiple_devices_any_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4322944Z test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4323464Z test_ops.py::TestCommonCUDA::test_multiple_devices_arange_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4323975Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4324483Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4325152Z test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4326368Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4326944Z test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4327472Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4327985Z test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4328504Z test_ops.py::TestCommonCUDA::test_multiple_devices_atanh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4329035Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4329562Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_1d_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4330093Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4330620Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_2d_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4331129Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4331780Z test_ops.py::TestCommonCUDA::test_multiple_devices_atleast_3d_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4332336Z test_ops.py::TestCommonCUDA::test_multiple_devices_bernoulli_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4333060Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_and_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4333614Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_right_shift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4334157Z test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4334687Z test_ops.py::TestCommonCUDA::test_multiple_devices_block_diag_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4335319Z test_ops.py::TestCommonCUDA::test_multiple_devices_bmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4335830Z test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4336363Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4336918Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_tensors_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4337472Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4338188Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_to_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4338725Z test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4339474Z test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4340016Z test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4340529Z test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4341042Z test_ops.py::TestCommonCUDA::test_multiple_devices_ceil_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4341648Z test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4342194Z test_ops.py::TestCommonCUDA::test_multiple_devices_cfloat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4342717Z test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4343257Z test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_inverse_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4343788Z test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4344287Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4344921Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4345459Z test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4346096Z test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4346741Z test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4347274Z test_ops.py::TestCommonCUDA::test_multiple_devices_complex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4347784Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4348307Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4348826Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_physical_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4349360Z test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4349879Z test_ops.py::TestCommonCUDA::test_multiple_devices_corrcoef_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4350511Z test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4351026Z test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4351540Z test_ops.py::TestCommonCUDA::test_multiple_devices_cosh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4352192Z test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4352827Z test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4353442Z test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4353965Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4354486Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4355003Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4355520Z test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4356036Z test_ops.py::TestCommonCUDA::test_multiple_devices_deg2rad_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4356635Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4357193Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4357713Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4358257Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4358916Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4359659Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4360220Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4360779Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4361327Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_trunc_rounding_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4361856Z test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4362356Z test_ops.py::TestCommonCUDA::test_multiple_devices_double_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4362872Z test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4363386Z test_ops.py::TestCommonCUDA::test_multiple_devices_dsplit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4363898Z test_ops.py::TestCommonCUDA::test_multiple_devices_einsum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4364411Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4365017Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4365555Z test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4366399Z test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4366926Z test_ops.py::TestCommonCUDA::test_multiple_devices_equal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4367432Z test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4367943Z test_ops.py::TestCommonCUDA::test_multiple_devices_erf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4368459Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4368969Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4369480Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4369996Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4370484Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4370985Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4371500Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4372232Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_as_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4373013Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4373542Z test_ops.py::TestCommonCUDA::test_multiple_devices_expand_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4373804Z test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4374055Z test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4374304Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4374554Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4374807Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4375071Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4375311Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4375564Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4375815Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4376071Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4376323Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4376582Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4376831Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4377096Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4377475Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifftshift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4377735Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4377986Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4378375Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4378648Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4378901Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4379265Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4379634Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4379894Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4380153Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4380491Z test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4380768Z test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4381018Z test_ops.py::TestCommonCUDA::test_multiple_devices_flipud_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4381278Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4381547Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4381802Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4382048Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4382296Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4382547Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4382781Z test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:51:01.4383041Z test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4383309Z test_ops.py::TestCommonCUDA::test_multiple_devices_grid_sampler_2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4383555Z test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4383809Z test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4384059Z test_ops.py::TestCommonCUDA::test_multiple_devices_half_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4384316Z test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4384571Z test_ops.py::TestCommonCUDA::test_multiple_devices_heaviside_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4385057Z test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4385318Z test_ops.py::TestCommonCUDA::test_multiple_devices_histc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4385572Z test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4385928Z test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4386287Z test_ops.py::TestCommonCUDA::test_multiple_devices_i0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4386550Z test_ops.py::TestCommonCUDA::test_multiple_devices_igamma_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4386807Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4387067Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4387325Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4387590Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4387849Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_reduce_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4388187Z test_ops.py::TestCommonCUDA::test_multiple_devices_inner_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4388457Z test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4388712Z test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4388965Z test_ops.py::TestCommonCUDA::test_multiple_devices_isin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4389218Z test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4389473Z test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4389732Z test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4389974Z test_ops.py::TestCommonCUDA::test_multiple_devices_isneginf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4390226Z test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4390472Z test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4390725Z test_ops.py::TestCommonCUDA::test_multiple_devices_isreal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4391019Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4391312Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_4inputs_with_extra_args_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4391705Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4392009Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4392409Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_return_by_ref_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4392906Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4393172Z test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4393428Z test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4393715Z test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4393983Z test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4394262Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_singular_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4394525Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eig_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4394800Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4395067Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4395350Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4395611Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4395964Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4396262Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4396560Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4396828Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_multi_dot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4397095Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4397388Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4397649Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4397929Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_hermitian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4398306Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_qr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4398585Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_slogdet_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4398839Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4399301Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4399576Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4399847Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vecdot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4400122Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vector_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4400486Z test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4400739Z test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4400990Z test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4401242Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4401515Z test_ops.py::TestCommonCUDA::test_multiple_devices_logcumsumexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4401769Z test_ops.py::TestCommonCUDA::test_multiple_devices_logdet_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4402030Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4402300Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4402560Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_xor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4402812Z test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4403060Z test_ops.py::TestCommonCUDA::test_multiple_devices_logit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4403390Z test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4403671Z test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4403920Z test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4404173Z test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4404431Z test_ops.py::TestCommonCUDA::test_multiple_devices_lu_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4404798Z test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4405069Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4405335Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4405807Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4406083Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4406348Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4406602Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4406867Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumprod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4407128Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4407396Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4407656Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4407925Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_normalize_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4408291Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4408558Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4408822Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4409091Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4409356Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4409615Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_var_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4409871Z test_ops.py::TestCommonCUDA::test_multiple_devices_matmul_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4410124Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4410397Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4410653Z test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4410979Z test_ops.py::TestCommonCUDA::test_multiple_devices_maximum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4411404Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4411704Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4412059Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4412439Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_binary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4412726Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4413004Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4413268Z test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4413519Z test_ops.py::TestCommonCUDA::test_multiple_devices_minimum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4413767Z test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4414026Z test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4414274Z test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4414525Z test_ops.py::TestCommonCUDA::test_multiple_devices_mv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4414781Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4415060Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4415330Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_5_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4415689Z test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4415950Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4416216Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanquantile_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4416470Z test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4416728Z test_ops.py::TestCommonCUDA::test_multiple_devices_nansum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4416990Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4417250Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4417523Z test_ops.py::TestCommonCUDA::test_multiple_devices_native_batch_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4417914Z test_ops.py::TestCommonCUDA::test_multiple_devices_native_layer_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4418172Z test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4418431Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4418988Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4419286Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4419540Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_full_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4419800Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4420056Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_ones_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4420313Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4420623Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4420927Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4421223Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4421521Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4421810Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_alpha_dropout_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4422091Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4422372Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4422648Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_avg_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4422931Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4423318Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_bilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4423612Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4423904Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4424198Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_similarity_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4424601Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_ctc_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4424893Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4425268Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4425668Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_elu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4425989Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4426319Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4426712Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:51:01.4427006Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gelu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4427281Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_glu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4427577Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4427871Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_area_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4428165Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_linear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4428468Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4428748Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_layer_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4429024Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_leaky_relu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4429301Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_linear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4429593Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_local_response_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4429886Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4430168Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4430454Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4431489Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4431898Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4432293Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mish_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4432578Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_mse_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4432890Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4433178Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_reflect_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4433470Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_replicate_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4433763Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4434053Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pairwise_distance_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4434326Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pdist_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4434708Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4435023Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4435301Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4435576Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4435832Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_rrelu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4436103Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_selu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4436380Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_silu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4436663Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4436953Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4437248Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4437651Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_with_dtype_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4437944Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4438228Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softsign_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4438622Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4439003Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_tanhshrink_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4439403Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4439683Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_threshold_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4439997Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4440277Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_unfold_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4440572Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4440832Z test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4441093Z test_ops.py::TestCommonCUDA::test_multiple_devices_nonzero_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4441346Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4441602Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_fro_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4441858Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4442198Z test_ops.py::TestCommonCUDA::test_multiple_devices_ormqr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4442471Z test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4442731Z test_ops.py::TestCommonCUDA::test_multiple_devices_pinverse_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4442986Z test_ops.py::TestCommonCUDA::test_multiple_devices_polar_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4443271Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4443522Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:51:01.4443774Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:51:01.4444034Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:51:01.4444399Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_4_cuda_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:51:01.4444639Z test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4444897Z test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4445254Z test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4445612Z test_ops.py::TestCommonCUDA::test_multiple_devices_put_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4445866Z test_ops.py::TestCommonCUDA::test_multiple_devices_qr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4446125Z test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4446387Z test_ops.py::TestCommonCUDA::test_multiple_devices_rand_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4446651Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4447023Z test_ops.py::TestCommonCUDA::test_multiple_devices_randn_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4447277Z test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4447525Z test_ops.py::TestCommonCUDA::test_multiple_devices_real_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4447789Z test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4448054Z test_ops.py::TestCommonCUDA::test_multiple_devices_remainder_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4448310Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4448585Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4448849Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4449104Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_as_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4449361Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4449621Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4449953Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize_as__cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4450239Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4450507Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4450886Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_neg_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4451147Z test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4451400Z test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4451761Z test_ops.py::TestCommonCUDA::test_multiple_devices_rot90_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4452137Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4452378Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4452651Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4452895Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:51:01.4453146Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4453392Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4453661Z test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4453921Z test_ops.py::TestCommonCUDA::test_multiple_devices_scalar_tensor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4454178Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4454541Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4454796Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4455071Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4455345Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4455624Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4455902Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4456157Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4456425Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4456679Z test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4456932Z test_ops.py::TestCommonCUDA::test_multiple_devices_sigmoid_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4457184Z test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4457633Z test_ops.py::TestCommonCUDA::test_multiple_devices_sign_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4457952Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_exponential_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4458336Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_kaiser_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4458709Z test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4458968Z test_ops.py::TestCommonCUDA::test_multiple_devices_sin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4459218Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4459472Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4459723Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4459969Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4460227Z test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4460480Z test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4460726Z test_ops.py::TestCommonCUDA::test_multiple_devices_sort_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4460994Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4461261Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_airy_ai_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4461525Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4461789Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4462169Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4462433Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4462725Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4463067Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:51:01.4463403Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:51:01.4463673Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4464045Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_erfcx_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4464350Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4464642Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4465012Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4465466Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4465755Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4466025Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4466310Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4466573Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4466842Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4467109Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtri_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4467405Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4467694Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4468039Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:51:01.4468383Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:51:01.4468714Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:51:01.4469004Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4469270Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4469638Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_xlog1py_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4469890Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4470157Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4470407Z test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4470789Z test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4471054Z test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4471300Z test_ops.py::TestCommonCUDA::test_multiple_devices_std_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4471675Z test_ops.py::TestCommonCUDA::test_multiple_devices_std_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:51:01.4472034Z test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4472278Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4472539Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4473215Z test_ops.py::TestCommonCUDA::test_multiple_devices_symeig_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4473517Z test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4473784Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4474053Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_along_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4474308Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4474556Z test_ops.py::TestCommonCUDA::test_multiple_devices_take_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4474804Z test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4475061Z test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4475307Z test_ops.py::TestCommonCUDA::test_multiple_devices_tanh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4475567Z test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4475834Z test_ops.py::TestCommonCUDA::test_multiple_devices_tensordot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4476081Z test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4476341Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4476593Z test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4476853Z test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4477196Z test_ops.py::TestCommonCUDA::test_multiple_devices_transpose_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4477505Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4477867Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4478246Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapz_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4478631Z test_ops.py::TestCommonCUDA::test_multiple_devices_triangular_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4478890Z test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4479145Z test_ops.py::TestCommonCUDA::test_multiple_devices_tril_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4479408Z test_ops.py::TestCommonCUDA::test_multiple_devices_triu_indices_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4479669Z test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4479929Z test_ops.py::TestCommonCUDA::test_multiple_devices_true_divide_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4480176Z test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4480426Z test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4480684Z test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4481029Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4481311Z test_ops.py::TestCommonCUDA::test_multiple_devices_uniform_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4481591Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4481868Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_consecutive_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4482120Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4482380Z test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4482647Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_complex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4482906Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4483159Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4483418Z test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4483669Z test_ops.py::TestCommonCUDA::test_multiple_devices_vsplit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4484039Z test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4484297Z test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4484553Z test_ops.py::TestCommonCUDA::test_multiple_devices_xlogy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4484904Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:51:01.4485228Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___getitem___cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4485541Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rand___cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4485757Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rmul___cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4485966Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rxor___cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4486180Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_abs_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4486393Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acos_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4486603Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_add_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4486825Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_aminmax_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4487038Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_angle_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4487255Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_argwhere_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4487496Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_scatter_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4487708Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asin_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4487919Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan2_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4488129Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atan_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4488348Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_2d_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4488642Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bfloat16_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4488892Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_and_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4489118Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_not_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4489348Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_xor_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4489564Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_block_diag_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4489773Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_to_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4489980Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_byte_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4490195Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cdouble_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4490535Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_min_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4490762Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clone_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4490985Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_column_stack_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4491211Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_combinations_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4491537Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_physical_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4491860Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_constant_pad_nd_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4492090Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_contiguous_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4492308Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_copysign_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4492521Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cos_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4492753Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_count_nonzero_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4492973Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_deg2rad_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4493201Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_copy_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4493522Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diff_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4493738Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_digamma_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4493977Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_div_no_rounding_mode_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4494194Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_double_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4494409Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dsplit_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4494640Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_like_cuda_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T02:51:01.4494850Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eq_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4495061Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_equal_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4495276Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4495494Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_as_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4495702Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expm1_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4495912Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_eye_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4496125Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft2_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4496413Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fft_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4496648Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftn_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4496870Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4497274Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfftn_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4497509Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftn_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4497732Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfftn_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4498053Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4498372Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfftn_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4498598Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfftn_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4498816Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flip_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4499034Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fliplr_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4499247Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4499447Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmin_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4499654Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4499871Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_full_like_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4500084Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gather_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4500293Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_gt_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4500515Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_heaviside_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4500728Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hstack_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4500936Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_i0_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4501155Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_fill_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4501483Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isclose_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4501703Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isfinite_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4501916Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isinf_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4502131Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isnan_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4502343Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isreal_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4502603Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_return_by_ref_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4502839Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_unary_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4503053Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_kron_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4503279Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_and_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4503498Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logsumexp_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4503826Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_long_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4504029Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lt_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4504256Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_mean_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4504665Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_prod_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4505026Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_scatter_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4505263Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_select_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4505490Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_binary_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4505727Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_no_dim_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4505970Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_list_of_tensors_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4506218Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_meshgrid_variadic_tensors_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4506437Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_binary_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4506677Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_no_dim_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4506915Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_min_reduction_with_dim_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4507128Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mode_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4507349Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nan_to_num_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4507563Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nansum_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4507772Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ne_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4508079Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_strided_cuda_bool SKIPPED (Expected: new_empty_strided is not comparable) [ 9%] 2022-11-23T02:51:01.4508341Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4508628Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4508875Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_constant_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4509244Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4509467Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nonzero_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4509668Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_like_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4509882Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_outer_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4510100Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_permute_cuda_bool PASSED [ 9%] 2022-11-23T02:51:01.4510470Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_0_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4510745Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_1_cuda_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T02:51:01.4510960Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_prod_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4511285Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_put_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4511628Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ravel_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4511851Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4512088Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_repeat_interleave_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4512309Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_as_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4512610Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reshape_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4512848Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize__cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4513075Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_conj_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4513297Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resolve_neg_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4513516Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_roll_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4513728Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rot90_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4513944Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rsqrt_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4514169Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_add_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4514382Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4514599Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_scatter_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4514810Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sgn_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4515023Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_short_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4515239Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sigmoid_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4515447Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sin_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4515657Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4515888Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y0_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4516113Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_y1_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4516375Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_t_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4516716Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_v_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:51:01.4517160Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_entr_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4517425Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_h_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4517680Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_hermite_polynomial_he_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4518006Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i0e_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4518329Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4518592Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_laguerre_polynomial_l_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4518938Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_legendre_polynomial_p_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:51:01.4519184Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i0_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4519436Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k1_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4519663Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtri_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4519931Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4520190Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4520628Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:51:01.4521000Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:51:01.4521263Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_spherical_bessel_j0_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4521462Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4521675Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sqrt_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4521890Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_stack_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4522099Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4522326Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tensor_split_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4522535Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_trace_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4522745Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_triu_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4522972Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_true_divide_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4523185Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unbind_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4523399Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_as_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4523739Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_copy_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4523961Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vsplit_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4524180Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zero__cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4524505Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_like_cuda_bool PASSED [ 10%] 2022-11-23T02:51:01.4524867Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4525246Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4525494Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4525761Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4526027Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4526325Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___getitem___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4526593Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4526828Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4527083Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmod___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4527335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___ror___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4527598Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4527853Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4528101Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4528432Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rxor___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4528713Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4528969Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4529218Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_abs_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4529472Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4529733Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4529985Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4530358Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4530629Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4530888Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addbmm_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4531250Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4531606Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4531866Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4532145Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4532403Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4532661Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4533019Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4533277Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4533530Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4533787Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4534025Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4534281Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4534530Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_any_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4534782Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4535041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4535290Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4535547Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4535813Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4536143Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4536464Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_int64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T02:51:01.4536851Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4537114Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4537374Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4537732Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4538087Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asinh_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4538359Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4538614Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4538860Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4539112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4539373Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4539628Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4539891Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4540149Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4540413Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4540667Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4541019Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4541273Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4541525Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bincount_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4541786Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_and_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4542058Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_left_shift_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4542319Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4542580Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4542832Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4543082Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bmm_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4543346Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4543707Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4544074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4544474Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4544848Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4545111Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4545365Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4545641Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4545913Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4546174Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4546436Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4546695Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4546946Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4547195Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ceil_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4547457Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4547716Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4547973Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4548208Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chalf_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4548568Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4548834Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4549110Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4549382Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_inverse_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4549655Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4549914Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4550288Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4550553Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_chunk_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4550809Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4551159Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:51:01.4551520Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4551779Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4552117Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4552393Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clone_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4552661Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4552924Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4553197Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4553470Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4553739Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4554002Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_physical_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4554270Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4554538Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4554806Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4555068Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4555324Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_contiguous_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4555583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4555824Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4556074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4556920Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4557190Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4557437Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4557790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4558148Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4558417Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4558676Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4558930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4559216Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4559495Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4559771Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumulative_trapezoid_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4560131Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4560413Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4560685Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4560957Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4561221Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_copy_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4561489Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4561746Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4562004Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4562256Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4562514Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4562790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4563060Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_trunc_rounding_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4563436Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4563684Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4563949Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4564301Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_einsum_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4564647Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:51:01.4565013Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:51:01.4565254Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:51:01.4565512Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4565761Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4566015Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eq_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4566273Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4566523Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4566776Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4567027Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4567289Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4567547Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4567872Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4568134Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:51:01.4568366Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:51:01.4568631Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4568884Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4569141Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4569393Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4569648Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4570048Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4570326Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4570567Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4570931Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4571297Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4571565Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4571823Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4572083Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4572333Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4572701Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4572962Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4573220Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4573494Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4573760Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4574017Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4574275Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4574534Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfftn_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4574797Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4575054Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4575310Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4575642Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4575922Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4576180Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4576441Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4576815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4577078Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfft_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4577335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4577691Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4578028Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fill_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4578300Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4578560Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4578820Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4579080Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4579335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4579592Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flipud_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4579844Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4580111Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4580481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4580740Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_power_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4580994Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4581256Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4581510Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4581763Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frac_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4582022Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_frexp_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4582279Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4582528Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4582791Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4583049Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4583502Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4583779Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ge_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4584147Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4584541Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4584805Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4585044Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4585306Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4585560Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4585815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_histc_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4586076Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4586334Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4586584Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hsplit_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4586838Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4587087Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4587340Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hypot_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4587589Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4587849Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igammac_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4588215Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_imag_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4588481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4588741Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4588994Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_add_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4589259Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4589524Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4589877Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_copy_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4590173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4590432Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4590793Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4591152Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4591414Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4591753Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4592024Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_int_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4592276Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4592533Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4592786Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4593034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isin_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4593294Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4593547Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4593799Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4594051Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:51:01.4594309Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4594562Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isneginf_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4594818Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4595074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4595328Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4595587Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_istft_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4595871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4596257Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4596674Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4596980Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4597276Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4597749Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_return_by_ref_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4598034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4598305Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4598563Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4598815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4599061Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lcm_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4599711Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4600016Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4600259Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4600517Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4600787Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4601048Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4601353Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_complex64 SKIPPED (The backward may give different results) [ 12%] 2022-11-23T02:51:01.4665636Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4666268Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4666583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigh_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4666854Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4667123Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4667387Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvalsh_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4667679Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4667963Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_householder_product_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4668225Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4668697Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4668961Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4669220Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_inv_ex_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4669485Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4669756Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4670017Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_solve_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4670454Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4670723Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4671001Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4671568Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4671957Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4672251Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4672517Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4672783Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4673055Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4673314Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4673587Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4673860Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4674145Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4674386Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_complex64 SKIPPED (67470!) [ 12%] 2022-11-23T02:51:01.4674680Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4674965Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4675224Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4675498Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4675751Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4676004Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4676380Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4676637Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_ex_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4677059Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4677319Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4677587Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4678036Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svdvals_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4678420Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4678700Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4678966Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorsolve_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4679229Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4679490Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4679852Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4680140Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vector_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4680403Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4680656Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4680905Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4681153Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4681410Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log2_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4681649Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4681926Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4682197Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp2_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4682468Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logcumsumexp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4682729Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4682996Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4683263Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4683672Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4683938Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4684304Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4684868Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4685236Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4685501Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4685756Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4686009Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4686250Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4686497Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4686751Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4687001Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_solve_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4687254Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4687597Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4687861Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4688112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4688376Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4688630Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmax_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4688888Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4689154Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4689406Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4689669Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4689924Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4690301Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumsum_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4690573Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4690829Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4691190Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_fill_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4691632Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4691897Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4692152Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_median_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4692533Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4692787Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4693041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4693300Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4693560Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4693817Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4694074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4694333Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmax_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4694592Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4694843Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4695173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_sum_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4695453Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4695704Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4695957Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4696205Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matmul_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4696460Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4696712Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_matrix_exp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4697086Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4697379Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4697643Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4698196Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4698462Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4698709Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_maximum_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4698955Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4699207Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4699452Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_median_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4699807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4700392Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4700739Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4708279Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_no_dim_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4708975Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4709519Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4710037Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_minimum_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4710676Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4711183Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4711831Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mode_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4712352Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:51:01.4712844Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4713543Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_msort_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4714053Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4714543Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4715095Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4715611Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4716106Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4716584Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmean_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4717163Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4717671Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanmedian_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4718315Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nanquantile_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4718825Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4719316Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nansum_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4719840Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4757112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4757478Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_copy_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4757872Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4758448Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4758700Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_narrow_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4758965Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_batch_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4759244Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_dropout_backward_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4759510Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_native_layer_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4759761Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4760008Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4760249Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4760477Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4760783Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T02:51:01.4761078Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T02:51:01.4761429Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4761704Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4761956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4762209Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4762451Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4762697Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4762979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4763269Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4763713Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4764015Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4764295Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4764685Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4765065Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4765347Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4765615Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4765985Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_avg_pool3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4766248Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4766537Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4766807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_bilinear_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4767111Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4767375Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_celu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4767650Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4767923Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4768189Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4768480Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4768841Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4769150Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4769431Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4769716Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4769992Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4770402Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_similarity_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4770692Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cross_entropy_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4770968Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4771459Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4771736Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4772015Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4772289Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_embedding_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4772605Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4772910Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4773193Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4773590Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4773868Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4774132Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_gelu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4774407Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardswish_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4774676Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4774948Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_huber_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4775225Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_instance_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4775508Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_area_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4775795Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4776164Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4776457Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_layer_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4776833Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_leaky_relu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4777121Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4777406Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_local_response_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4777785Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4778173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4778469Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4778753Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4779034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4779326Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4779620Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4779885Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_one_hot_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4780171Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4780449Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4780837Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_circular_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4781117Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4781393Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4781665Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_constant_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4781952Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4782232Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_replicate_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4782512Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4782790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4783075Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4783493Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4783868Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4784165Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4784553Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_prelu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4784930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_silu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4785209Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4785487Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4785760Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4786050Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4786325Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4786597Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4786876Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4787147Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4787431Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4787750Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4788025Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4788392Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_unfold_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4788682Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4788938Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4789192Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4789448Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nonzero_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4789703Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4790046Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4790335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_fro_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4790583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4790837Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4791209Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4791654Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4791925Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4792173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4792420Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4792668Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4792915Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_outer_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4793174Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4793432Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4793680Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polar_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4793960Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4794222Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4794480Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4794736Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_3_cuda_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4794985Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:51:01.4795249Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4795506Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4795744Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4796820Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4797088Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4797339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4797689Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_put_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4798074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_quantile_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4798335Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:51:01.4798588Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4798849Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_float32 SKIPPED (Test expects tensor input) [ 14%] 2022-11-23T02:51:01.4799108Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4799367Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_complex64 SKIPPED (Test expects tensor input) [ 14%] 2022-11-23T02:51:01.4799631Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4799988Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_like_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4800269Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4800521Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4800781Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4801037Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4801291Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_remainder_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4801549Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4801804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4802075Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4802344Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4802609Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4802866Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4803120Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_as_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4803509Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4803761Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4804016Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4804634Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4804914Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4805171Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4805435Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4805699Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4805956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4806206Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4806460Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4806710Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4806976Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4807223Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4807564Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4807835Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4808088Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4808342Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4808589Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_complex64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4808831Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4809073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scalar_tensor_cuda_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4809330Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4809591Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4809847Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4810220Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4810491Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4810764Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4811253Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4811534Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_prod_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4811796Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4812072Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4812438Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4812689Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4812956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4813206Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4813457Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4813714Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4813965Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4814217Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_short_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4814473Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_cosine_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4814730Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4814985Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:51:01.4815316Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4815590Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signbit_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4815839Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4816089Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4816341Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4816710Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4816965Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinc_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4817217Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4817583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4817956Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4818217Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4818459Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4818706Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4818949Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sort_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4819212Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4819481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_airy_ai_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4819749Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4820123Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4820388Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4820677Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4820967Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4821311Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4821644Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4821911Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4822172Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4822433Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_erfcx_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4822720Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4823086Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_he_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4823481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4823739Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1e_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4824146Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4824534Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4824805Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_log_ndtr_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4825087Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4825367Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4825630Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4825898Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtr_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4826197Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4826498Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4826785Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4827076Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4827364Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4827827Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4828161Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4828503Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4828852Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4829183Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:51:01.4829467Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4829841Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_spherical_bessel_j0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4830118Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4830366Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4830822Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4831244Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4831524Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4831796Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4832059Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_with_sizes_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4832308Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4832566Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4832823Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4833075Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_square_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4833331Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4833585Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4833844Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4834099Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_mean_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4834355Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4834610Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4834855Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4835107Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4835472Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4835727Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4835972Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4836230Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4836610Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_symeig_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4836859Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4837103Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4837465Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_t_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4837858Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4838128Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4838390Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_along_dim_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4839064Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4839360Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4839615Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4839872Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4840137Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4840399Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4840650Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4840898Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4841126Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_float32 SKIPPED [ 14%] 2022-11-23T02:51:01.4841391Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4841657Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4841920Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:51:01.4842174Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapezoid_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4842447Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4842697Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4842952Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4843370Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4843740Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4844118Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trunc_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4844368Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4844632Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4845014Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4845282Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4845533Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4845793Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4846048Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4846299Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4846556Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4846897Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_var_mean_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4847174Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4847438Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_complex_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4847702Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4847959Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4848208Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4848467Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4848721Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4848979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4849227Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4849481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4849730Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4849992Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T02:51:01.4850310Z test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4850527Z test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4850734Z test_ops.py::TestCommonCUDA::test_numpy_ref_allclose_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4850920Z test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4851231Z test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4851690Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4851897Z test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4852089Z test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4852283Z test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4852470Z test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_float64 XFAIL [ 15%] 2022-11-23T02:51:01.4852657Z test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4852867Z test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4853067Z test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4853261Z test_ops.py::TestCommonCUDA::test_numpy_ref_diagflat_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4853459Z test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4853650Z test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4853836Z test_ops.py::TestCommonCUDA::test_numpy_ref_diff_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4854030Z test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4854220Z test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4854408Z test_ops.py::TestCommonCUDA::test_numpy_ref_equal_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4854665Z test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4854927Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4855154Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4855403Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4855642Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4855881Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_4inputs_with_extra_args_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4856091Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4856307Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4856521Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorinv_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4856731Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4857053Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4857294Z test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4857524Z test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4857838Z test_ops.py::TestCommonCUDA::test_numpy_ref_native_layer_norm_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4858197Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4858436Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4858675Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_complex128 XFAIL [ 15%] 2022-11-23T02:51:01.4858901Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_group_norm_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4859116Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4859339Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_layer_norm_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4859665Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_mse_loss_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4859868Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pdist_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4860095Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4860299Z test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4860499Z test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4860704Z test_ops.py::TestCommonCUDA::test_numpy_ref_permute_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4860904Z test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4861108Z test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4861304Z test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4861515Z test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4861721Z test_ops.py::TestCommonCUDA::test_numpy_ref_searchsorted_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4861938Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_cosine_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4862167Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_exponential_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4862379Z test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4862660Z test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4862883Z test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4863074Z test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4863287Z test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4863605Z test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4863797Z test_ops.py::TestCommonCUDA::test_numpy_ref_triu_indices_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4864000Z test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_complex128 PASSED [ 15%] 2022-11-23T02:51:01.4864192Z test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_float64 PASSED [ 15%] 2022-11-23T02:51:01.4864514Z test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4864835Z test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4865028Z test_ops.py::TestCommonCUDA::test_out_T_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4865215Z test_ops.py::TestCommonCUDA::test_out___radd___cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4865403Z test_ops.py::TestCommonCUDA::test_out___rand___cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4865592Z test_ops.py::TestCommonCUDA::test_out___rdiv___cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4865777Z test_ops.py::TestCommonCUDA::test_out___ror___cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4865957Z test_ops.py::TestCommonCUDA::test_out___rxor___cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4866145Z test_ops.py::TestCommonCUDA::test_out__refs_T_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4866364Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_bfloat16_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4866582Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_byte_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4866799Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_cdouble_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4867016Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_cfloat_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4867333Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_chalf_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4867543Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_char_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4867760Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_complex_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4867956Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_float_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4868165Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_int_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4868359Z test_ops.py::TestCommonCUDA::test_out__refs_abs_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4868555Z test_ops.py::TestCommonCUDA::test_out__refs_acosh_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4868872Z test_ops.py::TestCommonCUDA::test_out__refs_allclose_cuda_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 15%] 2022-11-23T02:51:01.4869063Z test_ops.py::TestCommonCUDA::test_out__refs_amax_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4869259Z test_ops.py::TestCommonCUDA::test_out__refs_any_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4869452Z test_ops.py::TestCommonCUDA::test_out__refs_arange_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4869643Z test_ops.py::TestCommonCUDA::test_out__refs_asinh_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4869830Z test_ops.py::TestCommonCUDA::test_out__refs_atan_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4870119Z test_ops.py::TestCommonCUDA::test_out__refs_atanh_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4870430Z test_ops.py::TestCommonCUDA::test_out__refs_atleast_2d_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4870651Z test_ops.py::TestCommonCUDA::test_out__refs_atleast_3d_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4870852Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_and_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4871177Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_left_shift_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4871508Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_right_shift_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4871710Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_xor_cuda_int64 PASSED [ 15%] 2022-11-23T02:51:01.4871919Z test_ops.py::TestCommonCUDA::test_out__refs_broadcast_shapes_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4872116Z test_ops.py::TestCommonCUDA::test_out__refs_broadcast_tensors_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4872319Z test_ops.py::TestCommonCUDA::test_out__refs_broadcast_to_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4872524Z test_ops.py::TestCommonCUDA::test_out__refs_bucketize_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4872721Z test_ops.py::TestCommonCUDA::test_out__refs_chunk_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4872919Z test_ops.py::TestCommonCUDA::test_out__refs_clamp_max_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4873127Z test_ops.py::TestCommonCUDA::test_out__refs_column_stack_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4873342Z test_ops.py::TestCommonCUDA::test_out__refs_constant_pad_nd_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4873546Z test_ops.py::TestCommonCUDA::test_out__refs_contiguous_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4873741Z test_ops.py::TestCommonCUDA::test_out__refs_cosh_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4873934Z test_ops.py::TestCommonCUDA::test_out__refs_diag_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4874135Z test_ops.py::TestCommonCUDA::test_out__refs_diag_embed_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4874334Z test_ops.py::TestCommonCUDA::test_out__refs_diagonal_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4874549Z test_ops.py::TestCommonCUDA::test_out__refs_diagonal_scatter_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4874746Z test_ops.py::TestCommonCUDA::test_out__refs_digamma_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4874963Z test_ops.py::TestCommonCUDA::test_out__refs_div_no_rounding_mode_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4875270Z test_ops.py::TestCommonCUDA::test_out__refs_dstack_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4875525Z test_ops.py::TestCommonCUDA::test_out__refs_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T02:51:01.4875786Z test_ops.py::TestCommonCUDA::test_out__refs_empty_like_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T02:51:01.4875976Z test_ops.py::TestCommonCUDA::test_out__refs_eq_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4876152Z test_ops.py::TestCommonCUDA::test_out__refs_erf_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4876352Z test_ops.py::TestCommonCUDA::test_out__refs_expand_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4876546Z test_ops.py::TestCommonCUDA::test_out__refs_expm1_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4876856Z test_ops.py::TestCommonCUDA::test_out__refs_eye_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4877065Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4877261Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fftn_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4877462Z test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:51:01.4877773Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft2_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4878088Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifft_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4878292Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4878584Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ifftshift_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4878806Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4879003Z test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4879205Z test_ops.py::TestCommonCUDA::test_out__refs_fft_irfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4879405Z test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4879604Z test_ops.py::TestCommonCUDA::test_out__refs_fft_rfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4879795Z test_ops.py::TestCommonCUDA::test_out__refs_fill_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4879991Z test_ops.py::TestCommonCUDA::test_out__refs_flipud_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4880180Z test_ops.py::TestCommonCUDA::test_out__refs_float_power_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4880377Z test_ops.py::TestCommonCUDA::test_out__refs_floor_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4880584Z test_ops.py::TestCommonCUDA::test_out__refs_floor_divide_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4880780Z test_ops.py::TestCommonCUDA::test_out__refs_fmax_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4880971Z test_ops.py::TestCommonCUDA::test_out__refs_fmin_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4881165Z test_ops.py::TestCommonCUDA::test_out__refs_gcd_cuda_int64 PASSED [ 16%] 2022-11-23T02:51:01.4881355Z test_ops.py::TestCommonCUDA::test_out__refs_gt_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4881547Z test_ops.py::TestCommonCUDA::test_out__refs_hsplit_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4881739Z test_ops.py::TestCommonCUDA::test_out__refs_hstack_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4881931Z test_ops.py::TestCommonCUDA::test_out__refs_hypot_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4882119Z test_ops.py::TestCommonCUDA::test_out__refs_i0_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4882313Z test_ops.py::TestCommonCUDA::test_out__refs_igamma_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4882506Z test_ops.py::TestCommonCUDA::test_out__refs_imag_cuda_complex64 PASSED [ 16%] 2022-11-23T02:51:01.4882708Z test_ops.py::TestCommonCUDA::test_out__refs_index_add_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4883012Z test_ops.py::TestCommonCUDA::test_out__refs_index_select_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4883205Z test_ops.py::TestCommonCUDA::test_out__refs_isinf_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4883516Z test_ops.py::TestCommonCUDA::test_out__refs_isneginf_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4883700Z test_ops.py::TestCommonCUDA::test_out__refs_isposinf_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4883897Z test_ops.py::TestCommonCUDA::test_out__refs_isreal_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4884084Z test_ops.py::TestCommonCUDA::test_out__refs_lcm_cuda_int64 PASSED [ 16%] 2022-11-23T02:51:01.4884389Z test_ops.py::TestCommonCUDA::test_out__refs_lgamma_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4884723Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_matrix_norm_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4884933Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_svd_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4885146Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_vector_norm_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4885342Z test_ops.py::TestCommonCUDA::test_out__refs_linspace_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4885548Z test_ops.py::TestCommonCUDA::test_out__refs_logical_not_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4885739Z test_ops.py::TestCommonCUDA::test_out__refs_lt_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4885933Z test_ops.py::TestCommonCUDA::test_out__refs_mean_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4886157Z test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4886467Z test_ops.py::TestCommonCUDA::test_out__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4886686Z test_ops.py::TestCommonCUDA::test_out__refs_minimum_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4886878Z test_ops.py::TestCommonCUDA::test_out__refs_mul_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4887085Z test_ops.py::TestCommonCUDA::test_out__refs_narrow_copy_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4887298Z test_ops.py::TestCommonCUDA::test_out__refs_native_layer_norm_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4887488Z test_ops.py::TestCommonCUDA::test_out__refs_neg_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4887683Z test_ops.py::TestCommonCUDA::test_out__refs_new_full_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4887860Z test_ops.py::TestCommonCUDA::test_out__refs_new_ones_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4888062Z test_ops.py::TestCommonCUDA::test_out__refs_nextafter_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4888298Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_alpha_dropout_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4888518Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_celu_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4888729Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_elu_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4888946Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_gelu_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4889157Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_glu_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4889385Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4889607Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4889824Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4890169Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4890389Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mish_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4890609Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4891056Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_prelu_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4891376Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_selu_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4891615Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4891853Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4892074Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softplus_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4892304Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4892528Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4892722Z test_ops.py::TestCommonCUDA::test_out__refs_norm_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4892921Z test_ops.py::TestCommonCUDA::test_out__refs_ones_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4893123Z test_ops.py::TestCommonCUDA::test_out__refs_permute_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4893320Z test_ops.py::TestCommonCUDA::test_out__refs_real_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4893523Z test_ops.py::TestCommonCUDA::test_out__refs_remainder_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4893718Z test_ops.py::TestCommonCUDA::test_out__refs_repeat_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4893921Z test_ops.py::TestCommonCUDA::test_out__refs_reshape_as_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4894205Z test_ops.py::TestCommonCUDA::test_out__refs_reshape_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4894422Z test_ops.py::TestCommonCUDA::test_out__refs_rot90_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4894611Z test_ops.py::TestCommonCUDA::test_out__refs_rsub_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4894807Z test_ops.py::TestCommonCUDA::test_out__refs_signbit_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4895002Z test_ops.py::TestCommonCUDA::test_out__refs_sin_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4895192Z test_ops.py::TestCommonCUDA::test_out__refs_sinc_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4895406Z test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j0_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4895611Z test_ops.py::TestCommonCUDA::test_out__refs_special_entr_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4895815Z test_ops.py::TestCommonCUDA::test_out__refs_special_i0e_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4896014Z test_ops.py::TestCommonCUDA::test_out__refs_special_i1e_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4896208Z test_ops.py::TestCommonCUDA::test_out__refs_special_logit_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4896452Z test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4896769Z test_ops.py::TestCommonCUDA::test_out__refs_special_ndtri_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4897007Z test_ops.py::TestCommonCUDA::test_out__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4897219Z test_ops.py::TestCommonCUDA::test_out__refs_special_xlog1py_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4897551Z test_ops.py::TestCommonCUDA::test_out__refs_special_zeta_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4897870Z test_ops.py::TestCommonCUDA::test_out__refs_square_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4898076Z test_ops.py::TestCommonCUDA::test_out__refs_squeeze_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4898273Z test_ops.py::TestCommonCUDA::test_out__refs_std_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4898465Z test_ops.py::TestCommonCUDA::test_out__refs_sub_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4898668Z test_ops.py::TestCommonCUDA::test_out__refs_sum_to_size_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4898857Z test_ops.py::TestCommonCUDA::test_out__refs_t_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4899152Z test_ops.py::TestCommonCUDA::test_out__refs_tan_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4899357Z test_ops.py::TestCommonCUDA::test_out__refs_tensor_split_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4899560Z test_ops.py::TestCommonCUDA::test_out__refs_transpose_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4899753Z test_ops.py::TestCommonCUDA::test_out__refs_tril_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4899946Z test_ops.py::TestCommonCUDA::test_out__refs_unbind_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4900148Z test_ops.py::TestCommonCUDA::test_out__refs_unflatten_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4900356Z test_ops.py::TestCommonCUDA::test_out__refs_unfold_copy_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4900535Z test_ops.py::TestCommonCUDA::test_out__refs_unfold_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4900739Z test_ops.py::TestCommonCUDA::test_out__refs_unsqueeze_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4900936Z test_ops.py::TestCommonCUDA::test_out__refs_view_as_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4901131Z test_ops.py::TestCommonCUDA::test_out__refs_vstack_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4901323Z test_ops.py::TestCommonCUDA::test_out__refs_zeros_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4901511Z test_ops.py::TestCommonCUDA::test_out_abs_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4901700Z test_ops.py::TestCommonCUDA::test_out_addcmul_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4901888Z test_ops.py::TestCommonCUDA::test_out_addmv_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4902157Z test_ops.py::TestCommonCUDA::test_out_addr_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4902482Z test_ops.py::TestCommonCUDA::test_out_allclose_cuda_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-11-23T02:51:01.4902672Z test_ops.py::TestCommonCUDA::test_out_amax_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4902866Z test_ops.py::TestCommonCUDA::test_out_any_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4903056Z test_ops.py::TestCommonCUDA::test_out_arange_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4903370Z test_ops.py::TestCommonCUDA::test_out_argmin_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4903567Z test_ops.py::TestCommonCUDA::test_out_argwhere_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4903755Z test_ops.py::TestCommonCUDA::test_out_asinh_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4903943Z test_ops.py::TestCommonCUDA::test_out_atan_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4904247Z test_ops.py::TestCommonCUDA::test_out_bitwise_and_cuda_int64 PASSED [ 16%] 2022-11-23T02:51:01.4904534Z test_ops.py::TestCommonCUDA::test_out_bitwise_or_cuda_int64 PASSED [ 16%] 2022-11-23T02:51:01.4904749Z test_ops.py::TestCommonCUDA::test_out_bitwise_right_shift_cuda_int64 PASSED [ 16%] 2022-11-23T02:51:01.4904944Z test_ops.py::TestCommonCUDA::test_out_bitwise_xor_cuda_int64 PASSED [ 16%] 2022-11-23T02:51:01.4905138Z test_ops.py::TestCommonCUDA::test_out_block_diag_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4905323Z test_ops.py::TestCommonCUDA::test_out_bmm_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4905516Z test_ops.py::TestCommonCUDA::test_out_broadcast_to_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4905700Z test_ops.py::TestCommonCUDA::test_out_byte_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4905893Z test_ops.py::TestCommonCUDA::test_out_cartesian_prod_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4906082Z test_ops.py::TestCommonCUDA::test_out_cat_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4906268Z test_ops.py::TestCommonCUDA::test_out_cdist_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4906456Z test_ops.py::TestCommonCUDA::test_out_cdouble_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4906749Z test_ops.py::TestCommonCUDA::test_out_ceil_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4906938Z test_ops.py::TestCommonCUDA::test_out_cfloat_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4907125Z test_ops.py::TestCommonCUDA::test_out_chalf_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4907308Z test_ops.py::TestCommonCUDA::test_out_char_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4907497Z test_ops.py::TestCommonCUDA::test_out_cholesky_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4907700Z test_ops.py::TestCommonCUDA::test_out_cholesky_inverse_cuda_float32 XFAIL [ 16%] 2022-11-23T02:51:01.4907874Z test_ops.py::TestCommonCUDA::test_out_chunk_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4908061Z test_ops.py::TestCommonCUDA::test_out_clamp_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4908252Z test_ops.py::TestCommonCUDA::test_out_clamp_max_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4908449Z test_ops.py::TestCommonCUDA::test_out_clamp_min_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4908638Z test_ops.py::TestCommonCUDA::test_out_clone_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4908832Z test_ops.py::TestCommonCUDA::test_out_combinations_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4909019Z test_ops.py::TestCommonCUDA::test_out_complex_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4909219Z test_ops.py::TestCommonCUDA::test_out_constant_pad_nd_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4909412Z test_ops.py::TestCommonCUDA::test_out_contiguous_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4909676Z test_ops.py::TestCommonCUDA::test_out_copysign_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4910008Z test_ops.py::TestCommonCUDA::test_out_cos_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4910205Z test_ops.py::TestCommonCUDA::test_out_cross_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4910392Z test_ops.py::TestCommonCUDA::test_out_cummin_cuda_float32 PASSED [ 16%] 2022-11-23T02:51:01.4910581Z test_ops.py::TestCommonCUDA::test_out_cumsum_cuda_float32 XFAIL [ 16%] 2022-11-23T02:51:01.4910878Z test_ops.py::TestCommonCUDA::test_out_diag_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4911192Z test_ops.py::TestCommonCUDA::test_out_diagflat_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4911391Z test_ops.py::TestCommonCUDA::test_out_diagonal_copy_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4911576Z test_ops.py::TestCommonCUDA::test_out_diff_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4911744Z test_ops.py::TestCommonCUDA::test_out_dist_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4911960Z test_ops.py::TestCommonCUDA::test_out_div_no_rounding_mode_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4912167Z test_ops.py::TestCommonCUDA::test_out_div_trunc_rounding_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4912354Z test_ops.py::TestCommonCUDA::test_out_dot_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4912549Z test_ops.py::TestCommonCUDA::test_out_dstack_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4912797Z test_ops.py::TestCommonCUDA::test_out_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 17%] 2022-11-23T02:51:01.4912982Z test_ops.py::TestCommonCUDA::test_out_eq_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4913166Z test_ops.py::TestCommonCUDA::test_out_erf_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4913351Z test_ops.py::TestCommonCUDA::test_out_erfc_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4913538Z test_ops.py::TestCommonCUDA::test_out_exp2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4913729Z test_ops.py::TestCommonCUDA::test_out_expm1_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4913913Z test_ops.py::TestCommonCUDA::test_out_eye_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4914102Z test_ops.py::TestCommonCUDA::test_out_fft_fft2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4914398Z test_ops.py::TestCommonCUDA::test_out_fft_fft_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4914586Z test_ops.py::TestCommonCUDA::test_out_fft_fftn_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4914775Z test_ops.py::TestCommonCUDA::test_out_fft_hfft2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4914963Z test_ops.py::TestCommonCUDA::test_out_fft_hfft_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4915152Z test_ops.py::TestCommonCUDA::test_out_fft_hfftn_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4915326Z test_ops.py::TestCommonCUDA::test_out_fft_ifft2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4915517Z test_ops.py::TestCommonCUDA::test_out_fft_ifft_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4915707Z test_ops.py::TestCommonCUDA::test_out_fft_ifftn_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4915900Z test_ops.py::TestCommonCUDA::test_out_fft_ifftshift_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4916095Z test_ops.py::TestCommonCUDA::test_out_fft_ihfft2_cuda_float32 XFAIL [ 17%] 2022-11-23T02:51:01.4916285Z test_ops.py::TestCommonCUDA::test_out_fft_ihfft_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4916592Z test_ops.py::TestCommonCUDA::test_out_fft_irfft2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4916788Z test_ops.py::TestCommonCUDA::test_out_fft_irfft_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4916978Z test_ops.py::TestCommonCUDA::test_out_fft_irfftn_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4917165Z test_ops.py::TestCommonCUDA::test_out_fft_rfft2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4917537Z test_ops.py::TestCommonCUDA::test_out_fft_rfft_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4917877Z test_ops.py::TestCommonCUDA::test_out_fill_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4918074Z test_ops.py::TestCommonCUDA::test_out_flatten_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4918258Z test_ops.py::TestCommonCUDA::test_out_flip_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4918451Z test_ops.py::TestCommonCUDA::test_out_fliplr_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4918639Z test_ops.py::TestCommonCUDA::test_out_flipud_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4918826Z test_ops.py::TestCommonCUDA::test_out_float_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4919016Z test_ops.py::TestCommonCUDA::test_out_float_power_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4919186Z test_ops.py::TestCommonCUDA::test_out_fmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4919370Z test_ops.py::TestCommonCUDA::test_out_fmod_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4919561Z test_ops.py::TestCommonCUDA::test_out_gather_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4919749Z test_ops.py::TestCommonCUDA::test_out_geqrf_cuda_float32 XFAIL [ 17%] 2022-11-23T02:51:01.4919954Z test_ops.py::TestCommonCUDA::test_out_grid_sampler_2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4920142Z test_ops.py::TestCommonCUDA::test_out_half_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4920334Z test_ops.py::TestCommonCUDA::test_out_heaviside_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4920517Z test_ops.py::TestCommonCUDA::test_out_histc_cuda_float32 XFAIL [ 17%] 2022-11-23T02:51:01.4920705Z test_ops.py::TestCommonCUDA::test_out_hstack_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4920891Z test_ops.py::TestCommonCUDA::test_out_hypot_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4921085Z test_ops.py::TestCommonCUDA::test_out_index_reduce_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4921271Z test_ops.py::TestCommonCUDA::test_out_int_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4921460Z test_ops.py::TestCommonCUDA::test_out_isclose_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4921649Z test_ops.py::TestCommonCUDA::test_out_isfinite_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4922398Z test_ops.py::TestCommonCUDA::test_out_isin_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4922584Z test_ops.py::TestCommonCUDA::test_out_isnan_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4922775Z test_ops.py::TestCommonCUDA::test_out_isposinf_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4922946Z test_ops.py::TestCommonCUDA::test_out_isreal_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4923324Z test_ops.py::TestCommonCUDA::test_out_jiterator_2inputs_2outputs_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4923565Z test_ops.py::TestCommonCUDA::test_out_jiterator_4inputs_with_extra_args_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4923794Z test_ops.py::TestCommonCUDA::test_out_jiterator_binary_return_by_ref_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4924125Z test_ops.py::TestCommonCUDA::test_out_jiterator_unary_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4924432Z test_ops.py::TestCommonCUDA::test_out_le_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4924632Z test_ops.py::TestCommonCUDA::test_out_lgamma_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4924824Z test_ops.py::TestCommonCUDA::test_out_linalg_cross_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4925015Z test_ops.py::TestCommonCUDA::test_out_linalg_det_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4925226Z test_ops.py::TestCommonCUDA::test_out_linalg_det_singular_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4925448Z test_ops.py::TestCommonCUDA::test_out_linalg_householder_product_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4925653Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4925953Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_factor_ex_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4926224Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_solve_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4926433Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4926641Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4926865Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4927066Z test_ops.py::TestCommonCUDA::test_out_linalg_multi_dot_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4927278Z test_ops.py::TestCommonCUDA::test_out_linalg_pinv_hermitian_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4927561Z test_ops.py::TestCommonCUDA::test_out_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 17%] 2022-11-23T02:51:01.4927759Z test_ops.py::TestCommonCUDA::test_out_linalg_qr_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4927955Z test_ops.py::TestCommonCUDA::test_out_linalg_solve_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4928158Z test_ops.py::TestCommonCUDA::test_out_linalg_solve_ex_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4928363Z test_ops.py::TestCommonCUDA::test_out_linalg_tensorinv_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4928562Z test_ops.py::TestCommonCUDA::test_out_linalg_vecdot_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4928758Z test_ops.py::TestCommonCUDA::test_out_linspace_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4928946Z test_ops.py::TestCommonCUDA::test_out_log2_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4929142Z test_ops.py::TestCommonCUDA::test_out_logaddexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4929338Z test_ops.py::TestCommonCUDA::test_out_logcumsumexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4929528Z test_ops.py::TestCommonCUDA::test_out_logdet_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4929843Z test_ops.py::TestCommonCUDA::test_out_logical_or_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4930046Z test_ops.py::TestCommonCUDA::test_out_logical_xor_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4930234Z test_ops.py::TestCommonCUDA::test_out_logit_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4930638Z test_ops.py::TestCommonCUDA::test_out_logspace_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4930952Z test_ops.py::TestCommonCUDA::test_out_logsumexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4931151Z test_ops.py::TestCommonCUDA::test_out_masked_amax_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4931343Z test_ops.py::TestCommonCUDA::test_out_masked_cumsum_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4931517Z test_ops.py::TestCommonCUDA::test_out_masked_fill_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4931724Z test_ops.py::TestCommonCUDA::test_out_masked_log_softmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4931935Z test_ops.py::TestCommonCUDA::test_out_masked_logaddexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4932127Z test_ops.py::TestCommonCUDA::test_out_masked_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4932334Z test_ops.py::TestCommonCUDA::test_out_masked_normalize_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4932534Z test_ops.py::TestCommonCUDA::test_out_masked_prod_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4932731Z test_ops.py::TestCommonCUDA::test_out_masked_scatter_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4932922Z test_ops.py::TestCommonCUDA::test_out_masked_std_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4933113Z test_ops.py::TestCommonCUDA::test_out_max_binary_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4933325Z test_ops.py::TestCommonCUDA::test_out_max_reduction_no_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4933536Z test_ops.py::TestCommonCUDA::test_out_max_reduction_with_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4933812Z test_ops.py::TestCommonCUDA::test_out_maximum_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4934028Z test_ops.py::TestCommonCUDA::test_out_median_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4934244Z test_ops.py::TestCommonCUDA::test_out_meshgrid_list_of_tensors_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4934444Z test_ops.py::TestCommonCUDA::test_out_min_binary_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4934653Z test_ops.py::TestCommonCUDA::test_out_min_reduction_no_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4934865Z test_ops.py::TestCommonCUDA::test_out_min_reduction_with_dim_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4935052Z test_ops.py::TestCommonCUDA::test_out_minimum_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4935224Z test_ops.py::TestCommonCUDA::test_out_mode_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4935415Z test_ops.py::TestCommonCUDA::test_out_movedim_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4935606Z test_ops.py::TestCommonCUDA::test_out_msort_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4935824Z test_ops.py::TestCommonCUDA::test_out_multinomial_cuda_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:51:01.4936012Z test_ops.py::TestCommonCUDA::test_out_mv_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4936228Z test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4936538Z test_ops.py::TestCommonCUDA::test_out_nan_to_num_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4936735Z test_ops.py::TestCommonCUDA::test_out_nanmedian_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4936924Z test_ops.py::TestCommonCUDA::test_out_nansum_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4937116Z test_ops.py::TestCommonCUDA::test_out_narrow_copy_cuda_float32 XFAIL [ 17%] 2022-11-23T02:51:01.4937400Z test_ops.py::TestCommonCUDA::test_out_narrow_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4937720Z test_ops.py::TestCommonCUDA::test_out_native_batch_norm_cuda_float32 XFAIL [ 17%] 2022-11-23T02:51:01.4937931Z test_ops.py::TestCommonCUDA::test_out_native_layer_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4938115Z test_ops.py::TestCommonCUDA::test_out_ne_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4938302Z test_ops.py::TestCommonCUDA::test_out_neg_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4938616Z test_ops.py::TestCommonCUDA::test_out_new_empty_strided_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4938808Z test_ops.py::TestCommonCUDA::test_out_nextafter_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4939057Z test_ops.py::TestCommonCUDA::test_out_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4939273Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4939495Z test_ops.py::TestCommonCUDA::test_out_nn_functional_alpha_dropout_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4939711Z test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4939947Z test_ops.py::TestCommonCUDA::test_out_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4940165Z test_ops.py::TestCommonCUDA::test_out_nn_functional_bilinear_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4940376Z test_ops.py::TestCommonCUDA::test_out_nn_functional_celu_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4940586Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4940811Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4941039Z test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_similarity_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4941259Z test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4941545Z test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4941822Z test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4942061Z test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4942269Z test_ops.py::TestCommonCUDA::test_out_nn_functional_glu_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4942486Z test_ops.py::TestCommonCUDA::test_out_nn_functional_grid_sample_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4942700Z test_ops.py::TestCommonCUDA::test_out_nn_functional_group_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4943043Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardshrink_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4943267Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardswish_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4943481Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardtanh_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4943696Z test_ops.py::TestCommonCUDA::test_out_nn_functional_huber_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4944017Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_area_cuda_float32 PASSED [ 17%] 2022-11-23T02:51:01.4944365Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4944612Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4944840Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_linear_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4945055Z test_ops.py::TestCommonCUDA::test_out_nn_functional_kl_div_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4945264Z test_ops.py::TestCommonCUDA::test_out_nn_functional_l1_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4945480Z test_ops.py::TestCommonCUDA::test_out_nn_functional_leaky_relu_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4945701Z test_ops.py::TestCommonCUDA::test_out_nn_functional_logsigmoid_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4945930Z test_ops.py::TestCommonCUDA::test_out_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4946144Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool1d_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4946469Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4946695Z test_ops.py::TestCommonCUDA::test_out_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4946903Z test_ops.py::TestCommonCUDA::test_out_nn_functional_one_hot_cuda_int64 PASSED [ 18%] 2022-11-23T02:51:01.4947122Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_circular_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4947338Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_reflect_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4947562Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4947773Z test_ops.py::TestCommonCUDA::test_out_nn_functional_relu_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4947975Z test_ops.py::TestCommonCUDA::test_out_nn_functional_silu_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4948185Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4948420Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4948620Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softshrink_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4948834Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softsign_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4949064Z test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4949291Z test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_nearest_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4949657Z test_ops.py::TestCommonCUDA::test_out_norm_inf_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4949904Z test_ops.py::TestCommonCUDA::test_out_norm_nuc_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4950110Z test_ops.py::TestCommonCUDA::test_out_normal_number_mean_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4950309Z test_ops.py::TestCommonCUDA::test_out_ones_like_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4950631Z test_ops.py::TestCommonCUDA::test_out_ops_nvprims_native_batch_norm_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4950954Z test_ops.py::TestCommonCUDA::test_out_ops_nvprims_var_mean_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4951163Z test_ops.py::TestCommonCUDA::test_out_ops_nvprims_view_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4951355Z test_ops.py::TestCommonCUDA::test_out_outer_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4951571Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_0_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4951812Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:51:01.4952043Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:51:01.4952269Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:51:01.4952496Z test_ops.py::TestCommonCUDA::test_out_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:51:01.4952690Z test_ops.py::TestCommonCUDA::test_out_positive_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4952877Z test_ops.py::TestCommonCUDA::test_out_qr_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4953057Z test_ops.py::TestCommonCUDA::test_out_quantile_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4953253Z test_ops.py::TestCommonCUDA::test_out_randint_like_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4953446Z test_ops.py::TestCommonCUDA::test_out_randn_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4953640Z test_ops.py::TestCommonCUDA::test_out_randn_like_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4953829Z test_ops.py::TestCommonCUDA::test_out_real_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4954025Z test_ops.py::TestCommonCUDA::test_out_reciprocal_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4954318Z test_ops.py::TestCommonCUDA::test_out_renorm_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4954507Z test_ops.py::TestCommonCUDA::test_out_repeat_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4954716Z test_ops.py::TestCommonCUDA::test_out_repeat_interleave_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4954907Z test_ops.py::TestCommonCUDA::test_out_resize__cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4955099Z test_ops.py::TestCommonCUDA::test_out_resize_as__cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4955291Z test_ops.py::TestCommonCUDA::test_out_resolve_neg_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4955481Z test_ops.py::TestCommonCUDA::test_out_round_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4955705Z test_ops.py::TestCommonCUDA::test_out_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:51:01.4955931Z test_ops.py::TestCommonCUDA::test_out_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:51:01.4956124Z test_ops.py::TestCommonCUDA::test_out_rsqrt_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4956433Z test_ops.py::TestCommonCUDA::test_out_scatter_add_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4956630Z test_ops.py::TestCommonCUDA::test_out_scatter_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4956821Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amax_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4957029Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_sum_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4957324Z test_ops.py::TestCommonCUDA::test_out_searchsorted_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4957740Z test_ops.py::TestCommonCUDA::test_out_segment_reduce_lengths_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4957960Z test_ops.py::TestCommonCUDA::test_out_select_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4958149Z test_ops.py::TestCommonCUDA::test_out_short_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4958344Z test_ops.py::TestCommonCUDA::test_out_sigmoid_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4958565Z test_ops.py::TestCommonCUDA::test_out_signal_windows_exponential_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4958778Z test_ops.py::TestCommonCUDA::test_out_signal_windows_kaiser_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4958967Z test_ops.py::TestCommonCUDA::test_out_signbit_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4959153Z test_ops.py::TestCommonCUDA::test_out_sin_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4959341Z test_ops.py::TestCommonCUDA::test_out_sinc_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4959534Z test_ops.py::TestCommonCUDA::test_out_slice_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4959720Z test_ops.py::TestCommonCUDA::test_out_sort_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4959923Z test_ops.py::TestCommonCUDA::test_out_special_airy_ai_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4960132Z test_ops.py::TestCommonCUDA::test_out_special_bessel_j1_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4960362Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4960591Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4960895Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:51:01.4961092Z test_ops.py::TestCommonCUDA::test_out_special_entr_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4961319Z test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_h_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4961516Z test_ops.py::TestCommonCUDA::test_out_special_i0e_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4961746Z test_ops.py::TestCommonCUDA::test_out_special_laguerre_polynomial_l_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4962070Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k0_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4962290Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_k1_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4962521Z test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4962746Z test_ops.py::TestCommonCUDA::test_out_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4963192Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:51:01.4963514Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:51:01.4963931Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:51:01.4964278Z test_ops.py::TestCommonCUDA::test_out_special_spherical_bessel_j0_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4964483Z test_ops.py::TestCommonCUDA::test_out_special_zeta_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4964674Z test_ops.py::TestCommonCUDA::test_out_split_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4964879Z test_ops.py::TestCommonCUDA::test_out_split_with_sizes_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4965070Z test_ops.py::TestCommonCUDA::test_out_sqrt_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4965659Z test_ops.py::TestCommonCUDA::test_out_square_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4965897Z test_ops.py::TestCommonCUDA::test_out_stack_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4966089Z test_ops.py::TestCommonCUDA::test_out_std_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4966276Z test_ops.py::TestCommonCUDA::test_out_sub_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4966474Z test_ops.py::TestCommonCUDA::test_out_sum_to_size_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4966643Z test_ops.py::TestCommonCUDA::test_out_svd_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4966838Z test_ops.py::TestCommonCUDA::test_out_svd_lowrank_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4967032Z test_ops.py::TestCommonCUDA::test_out_tensor_split_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4967223Z test_ops.py::TestCommonCUDA::test_out_tensordot_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4967408Z test_ops.py::TestCommonCUDA::test_out_tile_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4967598Z test_ops.py::TestCommonCUDA::test_out_topk_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4967786Z test_ops.py::TestCommonCUDA::test_out_trace_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4967978Z test_ops.py::TestCommonCUDA::test_out_transpose_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4968173Z test_ops.py::TestCommonCUDA::test_out_trapezoid_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4968379Z test_ops.py::TestCommonCUDA::test_out_triangular_solve_cuda_float32 XFAIL [ 18%] 2022-11-23T02:51:01.4968564Z test_ops.py::TestCommonCUDA::test_out_tril_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4968750Z test_ops.py::TestCommonCUDA::test_out_triu_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4968941Z test_ops.py::TestCommonCUDA::test_out_true_divide_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4969135Z test_ops.py::TestCommonCUDA::test_out_unflatten_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4969331Z test_ops.py::TestCommonCUDA::test_out_unfold_copy_cuda_float32 XFAIL [ 18%] 2022-11-23T02:51:01.4969655Z test_ops.py::TestCommonCUDA::test_out_unfold_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4969874Z test_ops.py::TestCommonCUDA::test_out_unique_consecutive_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4970161Z test_ops.py::TestCommonCUDA::test_out_unique_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4970464Z test_ops.py::TestCommonCUDA::test_out_var_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4970785Z test_ops.py::TestCommonCUDA::test_out_view_as_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4970980Z test_ops.py::TestCommonCUDA::test_out_view_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4971170Z test_ops.py::TestCommonCUDA::test_out_vstack_cuda_float32 PASSED [ 18%] 2022-11-23T02:51:01.4971361Z test_ops.py::TestCommonCUDA::test_out_warning___rand___cuda PASSED [ 18%] 2022-11-23T02:51:01.4971554Z test_ops.py::TestCommonCUDA::test_out_warning___rdiv___cuda PASSED [ 18%] 2022-11-23T02:51:01.4971746Z test_ops.py::TestCommonCUDA::test_out_warning___rmatmul___cuda PASSED [ 18%] 2022-11-23T02:51:01.4971930Z test_ops.py::TestCommonCUDA::test_out_warning___ror___cuda PASSED [ 18%] 2022-11-23T02:51:01.4972122Z test_ops.py::TestCommonCUDA::test_out_warning__refs_T_cuda PASSED [ 18%] 2022-11-23T02:51:01.4972346Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bfloat16_cuda PASSED [ 18%] 2022-11-23T02:51:01.4972563Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_byte_cuda PASSED [ 18%] 2022-11-23T02:51:01.4972783Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cdouble_cuda PASSED [ 18%] 2022-11-23T02:51:01.4973000Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_chalf_cuda PASSED [ 18%] 2022-11-23T02:51:01.4973217Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_double_cuda PASSED [ 18%] 2022-11-23T02:51:01.4973518Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_float_cuda PASSED [ 18%] 2022-11-23T02:51:01.4973756Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_int_cuda PASSED [ 18%] 2022-11-23T02:51:01.4973971Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_long_cuda PASSED [ 18%] 2022-11-23T02:51:01.4974191Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_short_cuda PASSED [ 18%] 2022-11-23T02:51:01.4974369Z test_ops.py::TestCommonCUDA::test_out_warning__refs_abs_cuda PASSED [ 18%] 2022-11-23T02:51:01.4974563Z test_ops.py::TestCommonCUDA::test_out_warning__refs_addr_cuda PASSED [ 18%] 2022-11-23T02:51:01.4974757Z test_ops.py::TestCommonCUDA::test_out_warning__refs_all_cuda PASSED [ 18%] 2022-11-23T02:51:01.4975070Z test_ops.py::TestCommonCUDA::test_out_warning__refs_allclose_cuda SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 18%] 2022-11-23T02:51:01.4975265Z test_ops.py::TestCommonCUDA::test_out_warning__refs_any_cuda PASSED [ 18%] 2022-11-23T02:51:01.4975460Z test_ops.py::TestCommonCUDA::test_out_warning__refs_arange_cuda PASSED [ 18%] 2022-11-23T02:51:01.4975652Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atan2_cuda PASSED [ 18%] 2022-11-23T02:51:01.4975844Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atan_cuda PASSED [ 18%] 2022-11-23T02:51:01.4976161Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_1d_cuda PASSED [ 18%] 2022-11-23T02:51:01.4976397Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_2d_cuda PASSED [ 18%] 2022-11-23T02:51:01.4976599Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atleast_3d_cuda PASSED [ 18%] 2022-11-23T02:51:01.4976801Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_or_cuda PASSED [ 18%] 2022-11-23T02:51:01.4977131Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_right_shift_cuda PASSED [ 18%] 2022-11-23T02:51:01.4977473Z test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_tensors_cuda PASSED [ 18%] 2022-11-23T02:51:01.4977693Z test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_to_cuda PASSED [ 18%] 2022-11-23T02:51:01.4977886Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cat_cuda PASSED [ 18%] 2022-11-23T02:51:01.4978081Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_cuda PASSED [ 18%] 2022-11-23T02:51:01.4978395Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_min_cuda PASSED [ 18%] 2022-11-23T02:51:01.4978587Z test_ops.py::TestCommonCUDA::test_out_warning__refs_column_stack_cuda PASSED [ 18%] 2022-11-23T02:51:01.4978795Z test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_physical_cuda PASSED [ 19%] 2022-11-23T02:51:01.4979004Z test_ops.py::TestCommonCUDA::test_out_warning__refs_constant_pad_nd_cuda PASSED [ 19%] 2022-11-23T02:51:01.4979206Z test_ops.py::TestCommonCUDA::test_out_warning__refs_copysign_cuda PASSED [ 19%] 2022-11-23T02:51:01.4979408Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cumsum_cuda PASSED [ 19%] 2022-11-23T02:51:01.4979626Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_scatter_cuda PASSED [ 19%] 2022-11-23T02:51:01.4979824Z test_ops.py::TestCommonCUDA::test_out_warning__refs_dstack_cuda PASSED [ 19%] 2022-11-23T02:51:01.4980087Z test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_like_cuda SKIPPED (Expected: empty is not comparable) [ 19%] 2022-11-23T02:51:01.4980282Z test_ops.py::TestCommonCUDA::test_out_warning__refs_eq_cuda PASSED [ 19%] 2022-11-23T02:51:01.4980476Z test_ops.py::TestCommonCUDA::test_out_warning__refs_erf_cuda PASSED [ 19%] 2022-11-23T02:51:01.4980669Z test_ops.py::TestCommonCUDA::test_out_warning__refs_exp2_cuda PASSED [ 19%] 2022-11-23T02:51:01.4980865Z test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_cuda PASSED [ 19%] 2022-11-23T02:51:01.4981052Z test_ops.py::TestCommonCUDA::test_out_warning__refs_eye_cuda PASSED [ 19%] 2022-11-23T02:51:01.4981319Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft_cuda PASSED [ 19%] 2022-11-23T02:51:01.4981536Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftn_cuda PASSED [ 19%] 2022-11-23T02:51:01.4981744Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fftshift_cuda PASSED [ 19%] 2022-11-23T02:51:01.4981948Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft2_cuda PASSED [ 19%] 2022-11-23T02:51:01.4982145Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfft_cuda PASSED [ 19%] 2022-11-23T02:51:01.4982330Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft_cuda PASSED [ 19%] 2022-11-23T02:51:01.4982530Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft_cuda PASSED [ 19%] 2022-11-23T02:51:01.4982847Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft_cuda PASSED [ 19%] 2022-11-23T02:51:01.4983059Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfftn_cuda PASSED [ 19%] 2022-11-23T02:51:01.4983253Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fill_cuda PASSED [ 19%] 2022-11-23T02:51:01.4983453Z test_ops.py::TestCommonCUDA::test_out_warning__refs_flatten_cuda PASSED [ 19%] 2022-11-23T02:51:01.4983753Z test_ops.py::TestCommonCUDA::test_out_warning__refs_flip_cuda PASSED [ 19%] 2022-11-23T02:51:01.4984071Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fliplr_cuda PASSED [ 19%] 2022-11-23T02:51:01.4984273Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fmin_cuda PASSED [ 19%] 2022-11-23T02:51:01.4984463Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fmod_cuda PASSED [ 19%] 2022-11-23T02:51:01.4984651Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ge_cuda PASSED [ 19%] 2022-11-23T02:51:01.4984839Z test_ops.py::TestCommonCUDA::test_out_warning__refs_gt_cuda PASSED [ 19%] 2022-11-23T02:51:01.4985042Z test_ops.py::TestCommonCUDA::test_out_warning__refs_heaviside_cuda PASSED [ 19%] 2022-11-23T02:51:01.4985235Z test_ops.py::TestCommonCUDA::test_out_warning__refs_hsplit_cuda PASSED [ 19%] 2022-11-23T02:51:01.4985431Z test_ops.py::TestCommonCUDA::test_out_warning__refs_hstack_cuda PASSED [ 19%] 2022-11-23T02:51:01.4985625Z test_ops.py::TestCommonCUDA::test_out_warning__refs_hypot_cuda PASSED [ 19%] 2022-11-23T02:51:01.4985819Z test_ops.py::TestCommonCUDA::test_out_warning__refs_igamma_cuda PASSED [ 19%] 2022-11-23T02:51:01.4986117Z test_ops.py::TestCommonCUDA::test_out_warning__refs_igammac_cuda PASSED [ 19%] 2022-11-23T02:51:01.4986296Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isfinite_cuda PASSED [ 19%] 2022-11-23T02:51:01.4986488Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isinf_cuda PASSED [ 19%] 2022-11-23T02:51:01.4986685Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isneginf_cuda PASSED [ 19%] 2022-11-23T02:51:01.4986879Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isposinf_cuda PASSED [ 19%] 2022-11-23T02:51:01.4987073Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isreal_cuda PASSED [ 19%] 2022-11-23T02:51:01.4987265Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lcm_cuda PASSED [ 19%] 2022-11-23T02:51:01.4987453Z test_ops.py::TestCommonCUDA::test_out_warning__refs_le_cuda PASSED [ 19%] 2022-11-23T02:51:01.4987645Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lgamma_cuda PASSED [ 19%] 2022-11-23T02:51:01.4987864Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_matrix_norm_cuda PASSED [ 19%] 2022-11-23T02:51:01.4988072Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_norm_cuda PASSED [ 19%] 2022-11-23T02:51:01.4988268Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linspace_cuda PASSED [ 19%] 2022-11-23T02:51:01.4988459Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log_cuda PASSED [ 19%] 2022-11-23T02:51:01.4988662Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_or_cuda PASSED [ 19%] 2022-11-23T02:51:01.4988867Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_xor_cuda PASSED [ 19%] 2022-11-23T02:51:01.4989152Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logsumexp_cuda PASSED [ 19%] 2022-11-23T02:51:01.4989489Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lt_cuda PASSED [ 19%] 2022-11-23T02:51:01.4989724Z test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_list_of_tensors_cuda PASSED [ 19%] 2022-11-23T02:51:01.4989961Z test_ops.py::TestCommonCUDA::test_out_warning__refs_meshgrid_variadic_tensors_cuda PASSED [ 19%] 2022-11-23T02:51:01.4990225Z test_ops.py::TestCommonCUDA::test_out_warning__refs_minimum_cuda PASSED [ 19%] 2022-11-23T02:51:01.4990438Z test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_cuda PASSED [ 19%] 2022-11-23T02:51:01.4990740Z test_ops.py::TestCommonCUDA::test_out_warning__refs_neg_cuda PASSED [ 19%] 2022-11-23T02:51:01.4991005Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_cuda SKIPPED (Expected: empty is not comparable) [ 19%] 2022-11-23T02:51:01.4991205Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_ones_cuda PASSED [ 19%] 2022-11-23T02:51:01.4991416Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nextafter_cuda PASSED [ 19%] 2022-11-23T02:51:01.4991649Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_alpha_dropout_cuda PASSED [ 19%] 2022-11-23T02:51:01.4991864Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_celu_cuda PASSED [ 19%] 2022-11-23T02:51:01.4992153Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_dropout_cuda SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-11-23T02:51:01.4992369Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_elu_cuda PASSED [ 19%] 2022-11-23T02:51:01.4992584Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_gelu_cuda PASSED [ 19%] 2022-11-23T02:51:01.4992799Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_glu_cuda PASSED [ 19%] 2022-11-23T02:51:01.4993029Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardshrink_cuda PASSED [ 19%] 2022-11-23T02:51:01.4993277Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hinge_embedding_loss_cuda PASSED [ 19%] 2022-11-23T02:51:01.4993499Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_huber_loss_cuda PASSED [ 19%] 2022-11-23T02:51:01.4993724Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_leaky_relu_cuda PASSED [ 19%] 2022-11-23T02:51:01.4994051Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_nll_loss_cuda PASSED [ 19%] 2022-11-23T02:51:01.4994267Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu_cuda PASSED [ 19%] 2022-11-23T02:51:01.4994493Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softshrink_cuda PASSED [ 19%] 2022-11-23T02:51:01.4994715Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_threshold_cuda PASSED [ 19%] 2022-11-23T02:51:01.4994893Z test_ops.py::TestCommonCUDA::test_out_warning__refs_norm_cuda PASSED [ 19%] 2022-11-23T02:51:01.4995093Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ones_cuda PASSED [ 19%] 2022-11-23T02:51:01.4995294Z test_ops.py::TestCommonCUDA::test_out_warning__refs_positive_cuda PASSED [ 19%] 2022-11-23T02:51:01.4995487Z test_ops.py::TestCommonCUDA::test_out_warning__refs_prod_cuda PASSED [ 19%] 2022-11-23T02:51:01.4995682Z test_ops.py::TestCommonCUDA::test_out_warning__refs_randn_cuda PASSED [ 19%] 2022-11-23T02:51:01.4995979Z test_ops.py::TestCommonCUDA::test_out_warning__refs_real_cuda PASSED [ 19%] 2022-11-23T02:51:01.4996198Z test_ops.py::TestCommonCUDA::test_out_warning__refs_repeat_cuda PASSED [ 19%] 2022-11-23T02:51:01.4996392Z test_ops.py::TestCommonCUDA::test_out_warning__refs_rot90_cuda PASSED [ 19%] 2022-11-23T02:51:01.4996582Z test_ops.py::TestCommonCUDA::test_out_warning__refs_round_cuda PASSED [ 19%] 2022-11-23T02:51:01.4996888Z test_ops.py::TestCommonCUDA::test_out_warning__refs_rsqrt_cuda PASSED [ 19%] 2022-11-23T02:51:01.4997172Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sgn_cuda PASSED [ 19%] 2022-11-23T02:51:01.4997472Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sign_cuda PASSED [ 19%] 2022-11-23T02:51:01.4997685Z test_ops.py::TestCommonCUDA::test_out_warning__refs_signbit_cuda PASSED [ 19%] 2022-11-23T02:51:01.4997893Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_entr_cuda PASSED [ 19%] 2022-11-23T02:51:01.4998107Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_erfcx_cuda PASSED [ 19%] 2022-11-23T02:51:01.4998312Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1_cuda PASSED [ 19%] 2022-11-23T02:51:01.4998516Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i1e_cuda PASSED [ 19%] 2022-11-23T02:51:01.4998727Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_ndtr_cuda PASSED [ 19%] 2022-11-23T02:51:01.4998948Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_log_softmax_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:51:01.4999155Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_logit_cuda PASSED [ 19%] 2022-11-23T02:51:01.4999401Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cuda PASSED [ 19%] 2022-11-23T02:51:01.4999612Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtri_cuda PASSED [ 19%] 2022-11-23T02:51:01.4999811Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sqrt_cuda PASSED [ 19%] 2022-11-23T02:51:01.5000013Z test_ops.py::TestCommonCUDA::test_out_warning__refs_square_cuda PASSED [ 19%] 2022-11-23T02:51:01.5000208Z test_ops.py::TestCommonCUDA::test_out_warning__refs_stack_cuda PASSED [ 19%] 2022-11-23T02:51:01.5000398Z test_ops.py::TestCommonCUDA::test_out_warning__refs_std_cuda PASSED [ 19%] 2022-11-23T02:51:01.5000587Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sub_cuda PASSED [ 19%] 2022-11-23T02:51:01.5000790Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_to_size_cuda PASSED [ 19%] 2022-11-23T02:51:01.5000979Z test_ops.py::TestCommonCUDA::test_out_warning__refs_t_cuda PASSED [ 19%] 2022-11-23T02:51:01.5001174Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tan_cuda PASSED [ 19%] 2022-11-23T02:51:01.5001366Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tanh_cuda PASSED [ 19%] 2022-11-23T02:51:01.5001573Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tensor_split_cuda PASSED [ 19%] 2022-11-23T02:51:01.5001872Z test_ops.py::TestCommonCUDA::test_out_warning__refs_trace_cuda PASSED [ 19%] 2022-11-23T02:51:01.5002076Z test_ops.py::TestCommonCUDA::test_out_warning__refs_transpose_cuda PASSED [ 19%] 2022-11-23T02:51:01.5002268Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_cuda PASSED [ 19%] 2022-11-23T02:51:01.5002462Z test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_cuda PASSED [ 19%] 2022-11-23T02:51:01.5002776Z test_ops.py::TestCommonCUDA::test_out_warning__refs_triu_indices_cuda PASSED [ 19%] 2022-11-23T02:51:01.5002976Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unbind_cuda PASSED [ 19%] 2022-11-23T02:51:01.5003185Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_copy_cuda PASSED [ 19%] 2022-11-23T02:51:01.5003382Z test_ops.py::TestCommonCUDA::test_out_warning__refs_view_as_cuda PASSED [ 19%] 2022-11-23T02:51:01.5003682Z test_ops.py::TestCommonCUDA::test_out_warning__refs_vsplit_cuda PASSED [ 19%] 2022-11-23T02:51:01.5003995Z test_ops.py::TestCommonCUDA::test_out_warning__refs_where_cuda PASSED [ 19%] 2022-11-23T02:51:01.5004192Z test_ops.py::TestCommonCUDA::test_out_warning__refs_xlogy_cuda PASSED [ 19%] 2022-11-23T02:51:01.5004382Z test_ops.py::TestCommonCUDA::test_out_warning__refs_zeros_cuda PASSED [ 19%] 2022-11-23T02:51:01.5004597Z test_ops.py::TestCommonCUDA::test_out_warning__softmax_backward_data_cuda PASSED [ 19%] 2022-11-23T02:51:01.5004783Z test_ops.py::TestCommonCUDA::test_out_warning_acos_cuda PASSED [ 19%] 2022-11-23T02:51:01.5004972Z test_ops.py::TestCommonCUDA::test_out_warning_acosh_cuda PASSED [ 19%] 2022-11-23T02:51:01.5005245Z test_ops.py::TestCommonCUDA::test_out_warning_addmm_cuda PASSED [ 19%] 2022-11-23T02:51:01.5005476Z test_ops.py::TestCommonCUDA::test_out_warning_addmm_decomposed_cuda PASSED [ 19%] 2022-11-23T02:51:01.5005665Z test_ops.py::TestCommonCUDA::test_out_warning_addmv_cuda PASSED [ 19%] 2022-11-23T02:51:01.5005977Z test_ops.py::TestCommonCUDA::test_out_warning_allclose_cuda SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-11-23T02:51:01.5006170Z test_ops.py::TestCommonCUDA::test_out_warning_aminmax_cuda PASSED [ 19%] 2022-11-23T02:51:01.5006365Z test_ops.py::TestCommonCUDA::test_out_warning_argmax_cuda PASSED [ 19%] 2022-11-23T02:51:01.5006553Z test_ops.py::TestCommonCUDA::test_out_warning_argsort_cuda PASSED [ 19%] 2022-11-23T02:51:01.5006729Z test_ops.py::TestCommonCUDA::test_out_warning_as_strided_cuda PASSED [ 19%] 2022-11-23T02:51:01.5006916Z test_ops.py::TestCommonCUDA::test_out_warning_asin_cuda PASSED [ 19%] 2022-11-23T02:51:01.5007106Z test_ops.py::TestCommonCUDA::test_out_warning_asinh_cuda PASSED [ 19%] 2022-11-23T02:51:01.5007293Z test_ops.py::TestCommonCUDA::test_out_warning_atan2_cuda PASSED [ 19%] 2022-11-23T02:51:01.5007490Z test_ops.py::TestCommonCUDA::test_out_warning_atleast_1d_cuda PASSED [ 19%] 2022-11-23T02:51:01.5007684Z test_ops.py::TestCommonCUDA::test_out_warning_atleast_3d_cuda PASSED [ 19%] 2022-11-23T02:51:01.5007876Z test_ops.py::TestCommonCUDA::test_out_warning_baddbmm_cuda PASSED [ 19%] 2022-11-23T02:51:01.5008064Z test_ops.py::TestCommonCUDA::test_out_warning_bfloat16_cuda PASSED [ 19%] 2022-11-23T02:51:01.5008257Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_or_cuda PASSED [ 19%] 2022-11-23T02:51:01.5008468Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_right_shift_cuda PASSED [ 19%] 2022-11-23T02:51:01.5008653Z test_ops.py::TestCommonCUDA::test_out_warning_bmm_cuda PASSED [ 19%] 2022-11-23T02:51:01.5008864Z test_ops.py::TestCommonCUDA::test_out_warning_broadcast_shapes_cuda PASSED [ 19%] 2022-11-23T02:51:01.5009075Z test_ops.py::TestCommonCUDA::test_out_warning_broadcast_tensors_cuda PASSED [ 19%] 2022-11-23T02:51:01.5009392Z test_ops.py::TestCommonCUDA::test_out_warning_broadcast_to_cuda PASSED [ 19%] 2022-11-23T02:51:01.5009700Z test_ops.py::TestCommonCUDA::test_out_warning_bucketize_cuda PASSED [ 19%] 2022-11-23T02:51:01.5009900Z test_ops.py::TestCommonCUDA::test_out_warning_cartesian_prod_cuda PASSED [ 19%] 2022-11-23T02:51:01.5010224Z test_ops.py::TestCommonCUDA::test_out_warning_cdouble_cuda PASSED [ 19%] 2022-11-23T02:51:01.5010534Z test_ops.py::TestCommonCUDA::test_out_warning_chalf_cuda PASSED [ 19%] 2022-11-23T02:51:01.5010710Z test_ops.py::TestCommonCUDA::test_out_warning_char_cuda PASSED [ 19%] 2022-11-23T02:51:01.5010901Z test_ops.py::TestCommonCUDA::test_out_warning_cholesky_cuda PASSED [ 19%] 2022-11-23T02:51:01.5011110Z test_ops.py::TestCommonCUDA::test_out_warning_cholesky_inverse_cuda PASSED [ 19%] 2022-11-23T02:51:01.5011306Z test_ops.py::TestCommonCUDA::test_out_warning_cholesky_solve_cuda PASSED [ 19%] 2022-11-23T02:51:01.5011497Z test_ops.py::TestCommonCUDA::test_out_warning_clamp_cuda PASSED [ 19%] 2022-11-23T02:51:01.5011688Z test_ops.py::TestCommonCUDA::test_out_warning_clamp_max_cuda PASSED [ 19%] 2022-11-23T02:51:01.5011887Z test_ops.py::TestCommonCUDA::test_out_warning_clamp_min_cuda PASSED [ 20%] 2022-11-23T02:51:01.5012078Z test_ops.py::TestCommonCUDA::test_out_warning_column_stack_cuda PASSED [ 20%] 2022-11-23T02:51:01.5012277Z test_ops.py::TestCommonCUDA::test_out_warning_combinations_cuda PASSED [ 20%] 2022-11-23T02:51:01.5012467Z test_ops.py::TestCommonCUDA::test_out_warning_complex_cuda PASSED [ 20%] 2022-11-23T02:51:01.5012654Z test_ops.py::TestCommonCUDA::test_out_warning_conj_cuda PASSED [ 20%] 2022-11-23T02:51:01.5012921Z test_ops.py::TestCommonCUDA::test_out_warning_cos_cuda PASSED [ 20%] 2022-11-23T02:51:01.5013131Z test_ops.py::TestCommonCUDA::test_out_warning_cosh_cuda PASSED [ 20%] 2022-11-23T02:51:01.5013319Z test_ops.py::TestCommonCUDA::test_out_warning_cross_cuda PASSED [ 20%] 2022-11-23T02:51:01.5013509Z test_ops.py::TestCommonCUDA::test_out_warning_cummax_cuda PASSED [ 20%] 2022-11-23T02:51:01.5013702Z test_ops.py::TestCommonCUDA::test_out_warning_cumsum_cuda PASSED [ 20%] 2022-11-23T02:51:01.5013923Z test_ops.py::TestCommonCUDA::test_out_warning_cumulative_trapezoid_cuda PASSED [ 20%] 2022-11-23T02:51:01.5014112Z test_ops.py::TestCommonCUDA::test_out_warning_deg2rad_cuda PASSED [ 20%] 2022-11-23T02:51:01.5014282Z test_ops.py::TestCommonCUDA::test_out_warning_diag_cuda PASSED [ 20%] 2022-11-23T02:51:01.5014473Z test_ops.py::TestCommonCUDA::test_out_warning_diag_embed_cuda PASSED [ 20%] 2022-11-23T02:51:01.5014669Z test_ops.py::TestCommonCUDA::test_out_warning_diagonal_copy_cuda PASSED [ 20%] 2022-11-23T02:51:01.5014864Z test_ops.py::TestCommonCUDA::test_out_warning_digamma_cuda PASSED [ 20%] 2022-11-23T02:51:01.5015053Z test_ops.py::TestCommonCUDA::test_out_warning_dist_cuda PASSED [ 20%] 2022-11-23T02:51:01.5015260Z test_ops.py::TestCommonCUDA::test_out_warning_div_floor_rounding_cuda PASSED [ 20%] 2022-11-23T02:51:01.5015474Z test_ops.py::TestCommonCUDA::test_out_warning_div_no_rounding_mode_cuda PASSED [ 20%] 2022-11-23T02:51:01.5015661Z test_ops.py::TestCommonCUDA::test_out_warning_dot_cuda PASSED [ 20%] 2022-11-23T02:51:01.5015972Z test_ops.py::TestCommonCUDA::test_out_warning_dsplit_cuda PASSED [ 20%] 2022-11-23T02:51:01.5016170Z test_ops.py::TestCommonCUDA::test_out_warning_dstack_cuda PASSED [ 20%] 2022-11-23T02:51:01.5016358Z test_ops.py::TestCommonCUDA::test_out_warning_einsum_cuda PASSED [ 20%] 2022-11-23T02:51:01.5016607Z test_ops.py::TestCommonCUDA::test_out_warning_empty_cuda SKIPPED (Expected: empty is not comparable) [ 20%] 2022-11-23T02:51:01.5016902Z test_ops.py::TestCommonCUDA::test_out_warning_erfc_cuda PASSED [ 20%] 2022-11-23T02:51:01.5017096Z test_ops.py::TestCommonCUDA::test_out_warning_exp_cuda PASSED [ 20%] 2022-11-23T02:51:01.5017289Z test_ops.py::TestCommonCUDA::test_out_warning_expand_as_cuda PASSED [ 20%] 2022-11-23T02:51:01.5017703Z test_ops.py::TestCommonCUDA::test_out_warning_expand_cuda PASSED [ 20%] 2022-11-23T02:51:01.5017895Z test_ops.py::TestCommonCUDA::test_out_warning_expm1_cuda PASSED [ 20%] 2022-11-23T02:51:01.5018084Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fftn_cuda PASSED [ 20%] 2022-11-23T02:51:01.5018258Z test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft_cuda PASSED [ 20%] 2022-11-23T02:51:01.5018448Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft2_cuda PASSED [ 20%] 2022-11-23T02:51:01.5018638Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftn_cuda PASSED [ 20%] 2022-11-23T02:51:01.5018831Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft2_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5019025Z test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft2_cuda PASSED [ 20%] 2022-11-23T02:51:01.5019216Z test_ops.py::TestCommonCUDA::test_out_warning_fft_irfft_cuda PASSED [ 20%] 2022-11-23T02:51:01.5019412Z test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft2_cuda PASSED [ 20%] 2022-11-23T02:51:01.5019601Z test_ops.py::TestCommonCUDA::test_out_warning_flatten_cuda PASSED [ 20%] 2022-11-23T02:51:01.5019789Z test_ops.py::TestCommonCUDA::test_out_warning_fliplr_cuda PASSED [ 20%] 2022-11-23T02:51:01.5019983Z test_ops.py::TestCommonCUDA::test_out_warning_float_power_cuda PASSED [ 20%] 2022-11-23T02:51:01.5020169Z test_ops.py::TestCommonCUDA::test_out_warning_fmax_cuda PASSED [ 20%] 2022-11-23T02:51:01.5020355Z test_ops.py::TestCommonCUDA::test_out_warning_fmin_cuda PASSED [ 20%] 2022-11-23T02:51:01.5020623Z test_ops.py::TestCommonCUDA::test_out_warning_fmod_cuda PASSED [ 20%] 2022-11-23T02:51:01.5020830Z test_ops.py::TestCommonCUDA::test_out_warning_full_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5021020Z test_ops.py::TestCommonCUDA::test_out_warning_gather_cuda PASSED [ 20%] 2022-11-23T02:51:01.5021204Z test_ops.py::TestCommonCUDA::test_out_warning_ge_cuda PASSED [ 20%] 2022-11-23T02:51:01.5021397Z test_ops.py::TestCommonCUDA::test_out_warning_geqrf_cuda PASSED [ 20%] 2022-11-23T02:51:01.5021584Z test_ops.py::TestCommonCUDA::test_out_warning_grid_sampler_2d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5021770Z test_ops.py::TestCommonCUDA::test_out_warning_gt_cuda PASSED [ 20%] 2022-11-23T02:51:01.5022058Z test_ops.py::TestCommonCUDA::test_out_warning_histogramdd_cuda SKIPPED (Skipped! Op has not supported dtypes on this device.) [ 20%] 2022-11-23T02:51:01.5022248Z test_ops.py::TestCommonCUDA::test_out_warning_hstack_cuda PASSED [ 20%] 2022-11-23T02:51:01.5022443Z test_ops.py::TestCommonCUDA::test_out_warning_hypot_cuda PASSED [ 20%] 2022-11-23T02:51:01.5022633Z test_ops.py::TestCommonCUDA::test_out_warning_igamma_cuda PASSED [ 20%] 2022-11-23T02:51:01.5022915Z test_ops.py::TestCommonCUDA::test_out_warning_imag_cuda PASSED [ 20%] 2022-11-23T02:51:01.5023129Z test_ops.py::TestCommonCUDA::test_out_warning_index_add_cuda PASSED [ 20%] 2022-11-23T02:51:01.5023326Z test_ops.py::TestCommonCUDA::test_out_warning_index_copy_cuda PASSED [ 20%] 2022-11-23T02:51:01.5023519Z test_ops.py::TestCommonCUDA::test_out_warning_index_select_cuda PASSED [ 20%] 2022-11-23T02:51:01.5023807Z test_ops.py::TestCommonCUDA::test_out_warning_inner_cuda PASSED [ 20%] 2022-11-23T02:51:01.5024003Z test_ops.py::TestCommonCUDA::test_out_warning_int_cuda PASSED [ 20%] 2022-11-23T02:51:01.5024306Z test_ops.py::TestCommonCUDA::test_out_warning_isfinite_cuda PASSED [ 20%] 2022-11-23T02:51:01.5024506Z test_ops.py::TestCommonCUDA::test_out_warning_isposinf_cuda PASSED [ 20%] 2022-11-23T02:51:01.5024694Z test_ops.py::TestCommonCUDA::test_out_warning_istft_cuda PASSED [ 20%] 2022-11-23T02:51:01.5024915Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_2inputs_2outputs_cuda PASSED [ 20%] 2022-11-23T02:51:01.5025121Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_unary_cuda PASSED [ 20%] 2022-11-23T02:51:01.5025413Z test_ops.py::TestCommonCUDA::test_out_warning_kron_cuda PASSED [ 20%] 2022-11-23T02:51:01.5025608Z test_ops.py::TestCommonCUDA::test_out_warning_kthvalue_cuda PASSED [ 20%] 2022-11-23T02:51:01.5025777Z test_ops.py::TestCommonCUDA::test_out_warning_lcm_cuda PASSED [ 20%] 2022-11-23T02:51:01.5025965Z test_ops.py::TestCommonCUDA::test_out_warning_ldexp_cuda PASSED [ 20%] 2022-11-23T02:51:01.5026191Z test_ops.py::TestCommonCUDA::test_out_warning_lerp_cuda PASSED [ 20%] 2022-11-23T02:51:01.5026383Z test_ops.py::TestCommonCUDA::test_out_warning_lgamma_cuda PASSED [ 20%] 2022-11-23T02:51:01.5026580Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cond_cuda PASSED [ 20%] 2022-11-23T02:51:01.5026775Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_cuda PASSED [ 20%] 2022-11-23T02:51:01.5026987Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_det_singular_cuda PASSED [ 20%] 2022-11-23T02:51:01.5027186Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigh_cuda PASSED [ 20%] 2022-11-23T02:51:01.5027381Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvals_cuda PASSED [ 20%] 2022-11-23T02:51:01.5027587Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eigvalsh_cuda PASSED [ 20%] 2022-11-23T02:51:01.5027781Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_cuda PASSED [ 20%] 2022-11-23T02:51:01.5027988Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_cuda PASSED [ 20%] 2022-11-23T02:51:01.5028207Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_grad_oriented_cuda PASSED [ 20%] 2022-11-23T02:51:01.5028493Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_ex_cuda PASSED [ 20%] 2022-11-23T02:51:01.5028723Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_cuda PASSED [ 20%] 2022-11-23T02:51:01.5028920Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_cuda PASSED [ 20%] 2022-11-23T02:51:01.5029137Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_hermitian_cuda PASSED [ 20%] 2022-11-23T02:51:01.5029533Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_pinv_singular_cuda SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 20%] 2022-11-23T02:51:01.5029732Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_svd_cuda PASSED [ 20%] 2022-11-23T02:51:01.5029930Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_svdvals_cuda PASSED [ 20%] 2022-11-23T02:51:01.5030136Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorinv_cuda PASSED [ 20%] 2022-11-23T02:51:01.5030455Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_vander_cuda PASSED [ 20%] 2022-11-23T02:51:01.5030766Z test_ops.py::TestCommonCUDA::test_out_warning_linspace_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5030967Z test_ops.py::TestCommonCUDA::test_out_warning_log1p_cuda PASSED [ 20%] 2022-11-23T02:51:01.5031165Z test_ops.py::TestCommonCUDA::test_out_warning_logcumsumexp_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5031359Z test_ops.py::TestCommonCUDA::test_out_warning_logdet_cuda PASSED [ 20%] 2022-11-23T02:51:01.5031551Z test_ops.py::TestCommonCUDA::test_out_warning_logical_and_cuda PASSED [ 20%] 2022-11-23T02:51:01.5031744Z test_ops.py::TestCommonCUDA::test_out_warning_logical_xor_cuda PASSED [ 20%] 2022-11-23T02:51:01.5031937Z test_ops.py::TestCommonCUDA::test_out_warning_logspace_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5032131Z test_ops.py::TestCommonCUDA::test_out_warning_logsumexp_cuda PASSED [ 20%] 2022-11-23T02:51:01.5032316Z test_ops.py::TestCommonCUDA::test_out_warning_long_cuda PASSED [ 20%] 2022-11-23T02:51:01.5032513Z test_ops.py::TestCommonCUDA::test_out_warning_masked_amax_cuda PASSED [ 20%] 2022-11-23T02:51:01.5032712Z test_ops.py::TestCommonCUDA::test_out_warning_masked_argmin_cuda PASSED [ 20%] 2022-11-23T02:51:01.5032905Z test_ops.py::TestCommonCUDA::test_out_warning_masked_fill_cuda PASSED [ 20%] 2022-11-23T02:51:01.5033222Z test_ops.py::TestCommonCUDA::test_out_warning_masked_logaddexp_cuda PASSED [ 20%] 2022-11-23T02:51:01.5033421Z test_ops.py::TestCommonCUDA::test_out_warning_masked_scatter_cuda PASSED [ 20%] 2022-11-23T02:51:01.5033598Z test_ops.py::TestCommonCUDA::test_out_warning_masked_std_cuda PASSED [ 20%] 2022-11-23T02:51:01.5033788Z test_ops.py::TestCommonCUDA::test_out_warning_masked_sum_cuda PASSED [ 20%] 2022-11-23T02:51:01.5033981Z test_ops.py::TestCommonCUDA::test_out_warning_matrix_exp_cuda PASSED [ 20%] 2022-11-23T02:51:01.5034211Z test_ops.py::TestCommonCUDA::test_out_warning_max_pool2d_with_indices_backward_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5034429Z test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_no_dim_cuda PASSED [ 20%] 2022-11-23T02:51:01.5034647Z test_ops.py::TestCommonCUDA::test_out_warning_max_reduction_with_dim_cuda PASSED [ 20%] 2022-11-23T02:51:01.5034839Z test_ops.py::TestCommonCUDA::test_out_warning_maximum_cuda PASSED [ 20%] 2022-11-23T02:51:01.5035033Z test_ops.py::TestCommonCUDA::test_out_warning_mean_cuda PASSED [ 20%] 2022-11-23T02:51:01.5035226Z test_ops.py::TestCommonCUDA::test_out_warning_min_binary_cuda PASSED [ 20%] 2022-11-23T02:51:01.5035437Z test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_no_dim_cuda PASSED [ 20%] 2022-11-23T02:51:01.5035628Z test_ops.py::TestCommonCUDA::test_out_warning_minimum_cuda PASSED [ 20%] 2022-11-23T02:51:01.5035814Z test_ops.py::TestCommonCUDA::test_out_warning_mm_cuda PASSED [ 20%] 2022-11-23T02:51:01.5036006Z test_ops.py::TestCommonCUDA::test_out_warning_movedim_cuda PASSED [ 20%] 2022-11-23T02:51:01.5036402Z test_ops.py::TestCommonCUDA::test_out_warning_multinomial_cuda XFAIL [ 20%] 2022-11-23T02:51:01.5036640Z test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_3_cuda PASSED [ 20%] 2022-11-23T02:51:01.5036834Z test_ops.py::TestCommonCUDA::test_out_warning_nanmedian_cuda PASSED [ 20%] 2022-11-23T02:51:01.5037163Z test_ops.py::TestCommonCUDA::test_out_warning_nanquantile_cuda PASSED [ 20%] 2022-11-23T02:51:01.5037477Z test_ops.py::TestCommonCUDA::test_out_warning_nansum_cuda PASSED [ 20%] 2022-11-23T02:51:01.5037658Z test_ops.py::TestCommonCUDA::test_out_warning_narrow_cuda PASSED [ 20%] 2022-11-23T02:51:01.5037863Z test_ops.py::TestCommonCUDA::test_out_warning_native_batch_norm_cuda PASSED [ 20%] 2022-11-23T02:51:01.5038049Z test_ops.py::TestCommonCUDA::test_out_warning_ne_cuda PASSED [ 20%] 2022-11-23T02:51:01.5038258Z test_ops.py::TestCommonCUDA::test_out_warning_new_empty_strided_cuda PASSED [ 20%] 2022-11-23T02:51:01.5038454Z test_ops.py::TestCommonCUDA::test_out_warning_new_full_cuda PASSED [ 20%] 2022-11-23T02:51:01.5038646Z test_ops.py::TestCommonCUDA::test_out_warning_new_ones_cuda PASSED [ 20%] 2022-11-23T02:51:01.5038840Z test_ops.py::TestCommonCUDA::test_out_warning_nextafter_cuda PASSED [ 20%] 2022-11-23T02:51:01.5039097Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional__scaled_dot_product_attention_cuda PASSED [ 20%] 2022-11-23T02:51:01.5039334Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool1d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5039563Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool2d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5039787Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_alpha_dropout_cuda PASSED [ 20%] 2022-11-23T02:51:01.5040003Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_cuda PASSED [ 20%] 2022-11-23T02:51:01.5040218Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_celu_cuda PASSED [ 20%] 2022-11-23T02:51:01.5040429Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv1d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5040634Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv2d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5040866Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose2d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5041199Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose3d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5041432Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_similarity_cuda PASSED [ 20%] 2022-11-23T02:51:01.5041647Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout3d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5041839Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_elu_cuda PASSED [ 20%] 2022-11-23T02:51:01.5042061Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_bag_cuda PASSED [ 20%] 2022-11-23T02:51:01.5042319Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cuda PASSED [ 20%] 2022-11-23T02:51:01.5042556Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool2d_cuda PASSED [ 20%] 2022-11-23T02:51:01.5042884Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_glu_cuda PASSED [ 20%] 2022-11-23T02:51:01.5043115Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_grid_sample_cuda PASSED [ 20%] 2022-11-23T02:51:01.5043330Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardswish_cuda PASSED [ 20%] 2022-11-23T02:51:01.5043676Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bilinear_cuda PASSED [ 20%] 2022-11-23T02:51:01.5044021Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_nearest_cuda PASSED [ 20%] 2022-11-23T02:51:01.5044240Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_linear_cuda PASSED [ 20%] 2022-11-23T02:51:01.5044552Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_local_response_norm_cuda PASSED [ 20%] 2022-11-23T02:51:01.5044791Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_logsigmoid_cuda PASSED [ 20%] 2022-11-23T02:51:01.5045021Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_margin_ranking_loss_cuda PASSED [ 21%] 2022-11-23T02:51:01.5045246Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_cuda PASSED [ 21%] 2022-11-23T02:51:01.5045473Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool1d_grad_cuda PASSED [ 21%] 2022-11-23T02:51:01.5045693Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_cuda PASSED [ 21%] 2022-11-23T02:51:01.5045920Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool2d_grad_cuda PASSED [ 21%] 2022-11-23T02:51:01.5046139Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_cuda PASSED [ 21%] 2022-11-23T02:51:01.5046355Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mse_loss_cuda PASSED [ 21%] 2022-11-23T02:51:01.5046571Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_nll_loss_cuda PASSED [ 21%] 2022-11-23T02:51:01.5046765Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_one_hot_cuda PASSED [ 21%] 2022-11-23T02:51:01.5046993Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pairwise_distance_cuda PASSED [ 21%] 2022-11-23T02:51:01.5047223Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_shuffle_cuda PASSED [ 21%] 2022-11-23T02:51:01.5047434Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_prelu_cuda PASSED [ 21%] 2022-11-23T02:51:01.5047645Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_rrelu_cuda PASSED [ 21%] 2022-11-23T02:51:01.5047855Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_selu_cuda PASSED [ 21%] 2022-11-23T02:51:01.5048157Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_complex_cuda SKIPPED (Skipped! Op has not supported dtypes on this device.) [ 21%] 2022-11-23T02:51:01.5048364Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_silu_cuda PASSED [ 21%] 2022-11-23T02:51:01.5048586Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_smooth_l1_loss_cuda PASSED [ 21%] 2022-11-23T02:51:01.5048811Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_soft_margin_loss_cuda PASSED [ 21%] 2022-11-23T02:51:01.5049629Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softplus_cuda PASSED [ 21%] 2022-11-23T02:51:01.5049858Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softshrink_cuda PASSED [ 21%] 2022-11-23T02:51:01.5050077Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_threshold_cuda PASSED [ 21%] 2022-11-23T02:51:01.5050424Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_loss_cuda PASSED [ 21%] 2022-11-23T02:51:01.5050762Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_unfold_cuda PASSED [ 21%] 2022-11-23T02:51:01.5051000Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_nearest_cuda PASSED [ 21%] 2022-11-23T02:51:01.5051194Z test_ops.py::TestCommonCUDA::test_out_warning_norm_cuda PASSED [ 21%] 2022-11-23T02:51:01.5051390Z test_ops.py::TestCommonCUDA::test_out_warning_norm_fro_cuda PASSED [ 21%] 2022-11-23T02:51:01.5051591Z test_ops.py::TestCommonCUDA::test_out_warning_norm_nuc_cuda PASSED [ 21%] 2022-11-23T02:51:01.5051766Z test_ops.py::TestCommonCUDA::test_out_warning_normal_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5051973Z test_ops.py::TestCommonCUDA::test_out_warning_normal_number_mean_cuda PASSED [ 21%] 2022-11-23T02:51:01.5052159Z test_ops.py::TestCommonCUDA::test_out_warning_ones_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5052351Z test_ops.py::TestCommonCUDA::test_out_warning_ones_like_cuda PASSED [ 21%] 2022-11-23T02:51:01.5052544Z test_ops.py::TestCommonCUDA::test_out_warning_outer_cuda PASSED [ 21%] 2022-11-23T02:51:01.5052832Z test_ops.py::TestCommonCUDA::test_out_warning_permute_cuda PASSED [ 21%] 2022-11-23T02:51:01.5053099Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_1_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:51:01.5053332Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_2_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:51:01.5053562Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_3_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:51:01.5053788Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_4_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:51:01.5053984Z test_ops.py::TestCommonCUDA::test_out_warning_positive_cuda PASSED [ 21%] 2022-11-23T02:51:01.5054174Z test_ops.py::TestCommonCUDA::test_out_warning_prod_cuda PASSED [ 21%] 2022-11-23T02:51:01.5054366Z test_ops.py::TestCommonCUDA::test_out_warning_rad2deg_cuda PASSED [ 21%] 2022-11-23T02:51:01.5054558Z test_ops.py::TestCommonCUDA::test_out_warning_rand_like_cuda PASSED [ 21%] 2022-11-23T02:51:01.5054752Z test_ops.py::TestCommonCUDA::test_out_warning_randint_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5054948Z test_ops.py::TestCommonCUDA::test_out_warning_randint_like_cuda PASSED [ 21%] 2022-11-23T02:51:01.5055137Z test_ops.py::TestCommonCUDA::test_out_warning_randn_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5055336Z test_ops.py::TestCommonCUDA::test_out_warning_reciprocal_cuda PASSED [ 21%] 2022-11-23T02:51:01.5055529Z test_ops.py::TestCommonCUDA::test_out_warning_remainder_cuda PASSED [ 21%] 2022-11-23T02:51:01.5055704Z test_ops.py::TestCommonCUDA::test_out_warning_renorm_cuda PASSED [ 21%] 2022-11-23T02:51:01.5055895Z test_ops.py::TestCommonCUDA::test_out_warning_repeat_cuda PASSED [ 21%] 2022-11-23T02:51:01.5056232Z test_ops.py::TestCommonCUDA::test_out_warning_reshape_as_cuda PASSED [ 21%] 2022-11-23T02:51:01.5056434Z test_ops.py::TestCommonCUDA::test_out_warning_resize_as__cuda PASSED [ 21%] 2022-11-23T02:51:01.5056633Z test_ops.py::TestCommonCUDA::test_out_warning_resolve_conj_cuda PASSED [ 21%] 2022-11-23T02:51:01.5056821Z test_ops.py::TestCommonCUDA::test_out_warning_roll_cuda PASSED [ 21%] 2022-11-23T02:51:01.5057288Z test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_3_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:51:01.5057636Z test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_neg_3_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:51:01.5057826Z test_ops.py::TestCommonCUDA::test_out_warning_rsqrt_cuda PASSED [ 21%] 2022-11-23T02:51:01.5058023Z test_ops.py::TestCommonCUDA::test_out_warning_scalar_tensor_cuda PASSED [ 21%] 2022-11-23T02:51:01.5058216Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_add_cuda PASSED [ 21%] 2022-11-23T02:51:01.5058425Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_mean_cuda PASSED [ 21%] 2022-11-23T02:51:01.5058626Z test_ops.py::TestCommonCUDA::test_out_warning_searchsorted_cuda PASSED [ 21%] 2022-11-23T02:51:01.5058845Z test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_offsets_cuda PASSED [ 21%] 2022-11-23T02:51:01.5059034Z test_ops.py::TestCommonCUDA::test_out_warning_sgn_cuda PASSED [ 21%] 2022-11-23T02:51:01.5059222Z test_ops.py::TestCommonCUDA::test_out_warning_short_cuda PASSED [ 21%] 2022-11-23T02:51:01.5059415Z test_ops.py::TestCommonCUDA::test_out_warning_sign_cuda PASSED [ 21%] 2022-11-23T02:51:01.5059625Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_cosine_cuda PASSED [ 21%] 2022-11-23T02:51:01.5059830Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_exponential_cuda PASSED [ 21%] 2022-11-23T02:51:01.5060046Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_gaussian_cuda PASSED [ 21%] 2022-11-23T02:51:01.5060239Z test_ops.py::TestCommonCUDA::test_out_warning_signbit_cuda PASSED [ 21%] 2022-11-23T02:51:01.5060425Z test_ops.py::TestCommonCUDA::test_out_warning_sin_cuda PASSED [ 21%] 2022-11-23T02:51:01.5060691Z test_ops.py::TestCommonCUDA::test_out_warning_sinh_cuda PASSED [ 21%] 2022-11-23T02:51:01.5060910Z test_ops.py::TestCommonCUDA::test_out_warning_slice_scatter_cuda PASSED [ 21%] 2022-11-23T02:51:01.5061101Z test_ops.py::TestCommonCUDA::test_out_warning_softmax_cuda PASSED [ 21%] 2022-11-23T02:51:01.5061312Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y0_cuda PASSED [ 21%] 2022-11-23T02:51:01.5061515Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_y1_cuda PASSED [ 21%] 2022-11-23T02:51:01.5061747Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_u_cuda PASSED [ 21%] 2022-11-23T02:51:01.5062070Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:51:01.5062268Z test_ops.py::TestCommonCUDA::test_out_warning_special_erfcx_cuda PASSED [ 21%] 2022-11-23T02:51:01.5062499Z test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_h_cuda PASSED [ 21%] 2022-11-23T02:51:01.5062821Z test_ops.py::TestCommonCUDA::test_out_warning_special_i0e_cuda PASSED [ 21%] 2022-11-23T02:51:01.5063021Z test_ops.py::TestCommonCUDA::test_out_warning_special_i1_cuda PASSED [ 21%] 2022-11-23T02:51:01.5063215Z test_ops.py::TestCommonCUDA::test_out_warning_special_i1e_cuda PASSED [ 21%] 2022-11-23T02:51:01.5063650Z test_ops.py::TestCommonCUDA::test_out_warning_special_legendre_polynomial_p_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:51:01.5063979Z test_ops.py::TestCommonCUDA::test_out_warning_special_log_ndtr_cuda PASSED [ 21%] 2022-11-23T02:51:01.5064206Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i0_cuda PASSED [ 21%] 2022-11-23T02:51:01.5064425Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_i1_cuda PASSED [ 21%] 2022-11-23T02:51:01.5064624Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k1_cuda PASSED [ 21%] 2022-11-23T02:51:01.5064827Z test_ops.py::TestCommonCUDA::test_out_warning_special_ndtr_cuda PASSED [ 21%] 2022-11-23T02:51:01.5065026Z test_ops.py::TestCommonCUDA::test_out_warning_special_ndtri_cuda PASSED [ 21%] 2022-11-23T02:51:01.5065272Z test_ops.py::TestCommonCUDA::test_out_warning_special_polygamma_special_polygamma_n_0_cuda PASSED [ 21%] 2022-11-23T02:51:01.5065612Z test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k1_cuda PASSED [ 21%] 2022-11-23T02:51:01.5065940Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:51:01.5066165Z test_ops.py::TestCommonCUDA::test_out_warning_special_spherical_bessel_j0_cuda PASSED [ 21%] 2022-11-23T02:51:01.5066357Z test_ops.py::TestCommonCUDA::test_out_warning_sqrt_cuda PASSED [ 21%] 2022-11-23T02:51:01.5066549Z test_ops.py::TestCommonCUDA::test_out_warning_squeeze_cuda PASSED [ 21%] 2022-11-23T02:51:01.5066744Z test_ops.py::TestCommonCUDA::test_out_warning_stack_cuda PASSED [ 21%] 2022-11-23T02:51:01.5066939Z test_ops.py::TestCommonCUDA::test_out_warning_std_mean_cuda PASSED [ 21%] 2022-11-23T02:51:01.5067129Z test_ops.py::TestCommonCUDA::test_out_warning_stft_cuda PASSED [ 21%] 2022-11-23T02:51:01.5067319Z test_ops.py::TestCommonCUDA::test_out_warning_svd_cuda PASSED [ 21%] 2022-11-23T02:51:01.5067510Z test_ops.py::TestCommonCUDA::test_out_warning_symeig_cuda PASSED [ 21%] 2022-11-23T02:51:01.5067699Z test_ops.py::TestCommonCUDA::test_out_warning_take_cuda PASSED [ 21%] 2022-11-23T02:51:01.5067885Z test_ops.py::TestCommonCUDA::test_out_warning_tanh_cuda PASSED [ 21%] 2022-11-23T02:51:01.5068079Z test_ops.py::TestCommonCUDA::test_out_warning_tensordot_cuda PASSED [ 21%] 2022-11-23T02:51:01.5068266Z test_ops.py::TestCommonCUDA::test_out_warning_tile_cuda PASSED [ 21%] 2022-11-23T02:51:01.5068530Z test_ops.py::TestCommonCUDA::test_out_warning_topk_cuda PASSED [ 21%] 2022-11-23T02:51:01.5068727Z test_ops.py::TestCommonCUDA::test_out_warning_trace_cuda PASSED [ 21%] 2022-11-23T02:51:01.5068919Z test_ops.py::TestCommonCUDA::test_out_warning_transpose_cuda PASSED [ 21%] 2022-11-23T02:51:01.5069120Z test_ops.py::TestCommonCUDA::test_out_warning_trapezoid_cuda PASSED [ 21%] 2022-11-23T02:51:01.5069456Z test_ops.py::TestCommonCUDA::test_out_warning_triangular_solve_cuda PASSED [ 21%] 2022-11-23T02:51:01.5069660Z test_ops.py::TestCommonCUDA::test_out_warning_tril_indices_cuda PASSED [ 21%] 2022-11-23T02:51:01.5069844Z test_ops.py::TestCommonCUDA::test_out_warning_triu_cuda PASSED [ 21%] 2022-11-23T02:51:01.5070036Z test_ops.py::TestCommonCUDA::test_out_warning_triu_indices_cuda PASSED [ 21%] 2022-11-23T02:51:01.5070376Z test_ops.py::TestCommonCUDA::test_out_warning_trunc_cuda PASSED [ 21%] 2022-11-23T02:51:01.5070692Z test_ops.py::TestCommonCUDA::test_out_warning_unflatten_cuda PASSED [ 21%] 2022-11-23T02:51:01.5070889Z test_ops.py::TestCommonCUDA::test_out_warning_unfold_copy_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5071080Z test_ops.py::TestCommonCUDA::test_out_warning_unfold_cuda PASSED [ 21%] 2022-11-23T02:51:01.5071270Z test_ops.py::TestCommonCUDA::test_out_warning_uniform_cuda PASSED [ 21%] 2022-11-23T02:51:01.5071489Z test_ops.py::TestCommonCUDA::test_out_warning_unique_consecutive_cuda PASSED [ 21%] 2022-11-23T02:51:01.5071678Z test_ops.py::TestCommonCUDA::test_out_warning_unique_cuda PASSED [ 21%] 2022-11-23T02:51:01.5071867Z test_ops.py::TestCommonCUDA::test_out_warning_var_mean_cuda PASSED [ 21%] 2022-11-23T02:51:01.5072053Z test_ops.py::TestCommonCUDA::test_out_warning_vdot_cuda PASSED [ 21%] 2022-11-23T02:51:01.5072259Z test_ops.py::TestCommonCUDA::test_out_warning_view_as_complex_cuda PASSED [ 21%] 2022-11-23T02:51:01.5072436Z test_ops.py::TestCommonCUDA::test_out_warning_view_copy_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5072623Z test_ops.py::TestCommonCUDA::test_out_warning_view_cuda PASSED [ 21%] 2022-11-23T02:51:01.5072812Z test_ops.py::TestCommonCUDA::test_out_warning_vsplit_cuda PASSED [ 21%] 2022-11-23T02:51:01.5073000Z test_ops.py::TestCommonCUDA::test_out_warning_where_cuda PASSED [ 21%] 2022-11-23T02:51:01.5073301Z test_ops.py::TestCommonCUDA::test_out_warning_zeros_cuda XFAIL [ 21%] 2022-11-23T02:51:01.5073489Z test_ops.py::TestCommonCUDA::test_out_where_cuda_float32 PASSED [ 21%] 2022-11-23T02:51:01.5073673Z test_ops.py::TestCommonCUDA::test_out_xlogy_cuda_float32 PASSED [ 21%] 2022-11-23T02:51:01.5073863Z test_ops.py::TestCommonCUDA::test_out_zeros_like_cuda_float32 PASSED [ 21%] 2022-11-23T02:51:01.5074069Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bfloat16 PASSED [ 21%] 2022-11-23T02:51:01.5074276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex128 PASSED [ 21%] 2022-11-23T02:51:01.5074484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex32 PASSED [ 21%] 2022-11-23T02:51:01.5074689Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_complex64 PASSED [ 21%] 2022-11-23T02:51:01.5074883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float16 PASSED [ 21%] 2022-11-23T02:51:01.5075083Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float32 PASSED [ 21%] 2022-11-23T02:51:01.5075277Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_float64 PASSED [ 21%] 2022-11-23T02:51:01.5075469Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int16 PASSED [ 21%] 2022-11-23T02:51:01.5075657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int32 PASSED [ 21%] 2022-11-23T02:51:01.5075946Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int8 PASSED [ 21%] 2022-11-23T02:51:01.5076138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_uint8 PASSED [ 21%] 2022-11-23T02:51:01.5076450Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bool PASSED [ 21%] 2022-11-23T02:51:01.5076721Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex128 PASSED [ 21%] 2022-11-23T02:51:01.5077190Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex64 PASSED [ 21%] 2022-11-23T02:51:01.5077437Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float32 PASSED [ 21%] 2022-11-23T02:51:01.5077663Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int16 PASSED [ 21%] 2022-11-23T02:51:01.5077888Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int32 PASSED [ 21%] 2022-11-23T02:51:01.5078118Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bfloat16 PASSED [ 21%] 2022-11-23T02:51:01.5078347Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex32 PASSED [ 21%] 2022-11-23T02:51:01.5078576Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex64 PASSED [ 21%] 2022-11-23T02:51:01.5078801Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float64 PASSED [ 21%] 2022-11-23T02:51:01.5079027Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int32 PASSED [ 21%] 2022-11-23T02:51:01.5079249Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int64 PASSED [ 21%] 2022-11-23T02:51:01.5079474Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5079694Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5079926Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5080151Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5080375Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5080591Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5080804Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5081140Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5081347Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5081576Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5081807Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5082038Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5082278Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex32 PASSED [ 22%] 2022-11-23T02:51:01.5082637Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5082869Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5083096Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5083315Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5083733Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5083983Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5084206Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5084513Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5084756Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5084974Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5085205Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5085434Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex32 PASSED [ 22%] 2022-11-23T02:51:01.5085655Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5085873Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5086092Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5086296Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5086525Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5086750Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5086978Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_complex_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5087207Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5087431Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5087654Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5087888Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5088119Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5088343Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5088569Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5088891Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5089228Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5089459Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5089678Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5089909Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5090234Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5090572Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5090800Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5091028Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5091246Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5091446Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5091671Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5091892Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5092113Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5092761Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5093037Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5093263Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5093488Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5093717Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex32 PASSED [ 22%] 2022-11-23T02:51:01.5093935Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5094163Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5094395Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5094624Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5094844Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5095066Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5095278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5095477Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5095798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5096022Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5096222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5096400Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5096718Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5097028Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5097249Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex32 PASSED [ 22%] 2022-11-23T02:51:01.5097566Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5097763Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5097963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5098161Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5098364Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5098577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5098786Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5098989Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5099193Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5099398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5099600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5099796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5100005Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5100214Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5100403Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5100687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5100921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5101122Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5101330Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5101536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5101741Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5101943Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5102153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex128 XFAIL [ 22%] 2022-11-23T02:51:01.5102464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float32 XFAIL [ 22%] 2022-11-23T02:51:01.5102682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float64 XFAIL [ 22%] 2022-11-23T02:51:01.5102880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int16 XFAIL [ 22%] 2022-11-23T02:51:01.5103080Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int32 XFAIL [ 22%] 2022-11-23T02:51:01.5103384Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int8 XFAIL [ 22%] 2022-11-23T02:51:01.5103711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5103925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5104131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5104327Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5104507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5104722Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5104938Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5105148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5105454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5105656Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5105853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5106052Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5106250Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5106449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5106657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5106856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5107053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int16 PASSED [ 22%] 2022-11-23T02:51:01.5107256Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5107454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5107655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5107855Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5108050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5108241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5108519Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5108742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5109047Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5109278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5109495Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex64 PASSED [ 22%] 2022-11-23T02:51:01.5109711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5110024Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int64 PASSED [ 22%] 2022-11-23T02:51:01.5110344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5110554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5110755Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5110962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5111169Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex32 PASSED [ 22%] 2022-11-23T02:51:01.5111375Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float32 PASSED [ 22%] 2022-11-23T02:51:01.5111573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5111771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5111973Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5112174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5112368Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex128 PASSED [ 22%] 2022-11-23T02:51:01.5112580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex32 PASSED [ 22%] 2022-11-23T02:51:01.5112784Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float16 PASSED [ 22%] 2022-11-23T02:51:01.5112983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5113291Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int32 PASSED [ 22%] 2022-11-23T02:51:01.5113494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5113694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_uint8 PASSED [ 22%] 2022-11-23T02:51:01.5113904Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:51:01.5114102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_bool PASSED [ 22%] 2022-11-23T02:51:01.5114301Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float64 PASSED [ 22%] 2022-11-23T02:51:01.5114502Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int8 PASSED [ 22%] 2022-11-23T02:51:01.5114702Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5114908Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5115120Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5115322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5115529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float16 PASSED [ 23%] 2022-11-23T02:51:01.5115850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5116051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5116258Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5116641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5117000Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5117215Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5117422Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5117629Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5117847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5118063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5118278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5118488Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5118702Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5118911Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5119125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5119342Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5119551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float16 PASSED [ 23%] 2022-11-23T02:51:01.5119757Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5119963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5120178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5120396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5120607Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5120803Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5121013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5121330Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5121539Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5121760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5121967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5122279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5122510Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5122719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5122922Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5123238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5123590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5123817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5124027Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5124248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_shapes_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5124561Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5124807Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float16 PASSED [ 23%] 2022-11-23T02:51:01.5125034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5125260Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5125465Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5125681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5125897Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5126149Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5126369Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5126586Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5126796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5127010Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5127225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5127436Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5127644Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5127851Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5128057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5128261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5128469Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5128676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5128994Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5129314Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5129512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5129817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5130140Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5130354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5130554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5130760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5130962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5131161Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5131375Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5131585Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5131790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5131996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float16 PASSED [ 23%] 2022-11-23T02:51:01.5132194Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5132396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5132680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5132904Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5133106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5133318Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5133520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5133704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5133905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5134102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5134302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5134522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5134733Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5134937Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5135142Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5135354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5135679Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5135895Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5136099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5136434Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5136765Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5136974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5137178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float16 PASSED [ 23%] 2022-11-23T02:51:01.5137479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5137680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5137883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5138067Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5138285Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5138508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5138720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5138929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5139139Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5139352Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5139554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5139760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5139959Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5140161Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5140430Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5140671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5140883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5141110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5141331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5141547Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float16 PASSED [ 23%] 2022-11-23T02:51:01.5141762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5141975Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5142293Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5142517Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5142732Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5143059Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5143413Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5143651Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5143863Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5144078Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5144294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5144508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5144721Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5144932Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5145248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5145455Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5145659Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5145858Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_uint8 PASSED [ 23%] 2022-11-23T02:51:01.5146057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bool PASSED [ 23%] 2022-11-23T02:51:01.5146262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5146468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float32 PASSED [ 23%] 2022-11-23T02:51:01.5146652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int16 PASSED [ 23%] 2022-11-23T02:51:01.5146849Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5147048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int64 PASSED [ 23%] 2022-11-23T02:51:01.5147257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5147468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex128 PASSED [ 23%] 2022-11-23T02:51:01.5147678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex32 PASSED [ 23%] 2022-11-23T02:51:01.5147883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_complex64 PASSED [ 23%] 2022-11-23T02:51:01.5148088Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float64 PASSED [ 23%] 2022-11-23T02:51:01.5148363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int32 PASSED [ 23%] 2022-11-23T02:51:01.5148583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int8 PASSED [ 23%] 2022-11-23T02:51:01.5148906Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:51:01.5149130Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5149337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5149654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5149960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5150171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5150377Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5150589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5150775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5150981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5151202Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5151418Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5151631Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5151843Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5152053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5152261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5152471Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5152678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5152902Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5153231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5153449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5153669Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5153881Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5154094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5154313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5154528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5154744Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5154945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5155158Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5155484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5155719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5155943Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5156269Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5156680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5156929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5157136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5157364Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5157589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5157814Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5158032Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5158263Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5158490Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex32 XFAIL [ 24%] 2022-11-23T02:51:01.5158722Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5158947Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5159169Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5159389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5159610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5159820Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5160039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5160262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5160467Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5160680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5160993Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5161198Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5161399Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5161608Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5161810Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5162145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5162371Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5162582Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5162902Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5163241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5163454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5163655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5163860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5164125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5164450Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5164740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5165006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5165276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5165537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5165795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5166053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5166316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5166573Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5166848Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5167116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5167386Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5167644Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5167906Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5168164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:51:01.5168370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5168700Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5169020Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5169220Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5169536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5169853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5170057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5170251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5170442Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5170642Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5170836Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5171034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5171243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5171444Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5171642Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5171838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5172041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5172328Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5172556Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5172755Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5172965Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5173164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5173359Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5173559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5173756Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5173957Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5174140Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5174341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5174550Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5174761Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5174964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5175284Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5175501Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5175701Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5175897Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5176204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5176526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5176747Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5177458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5177674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex64 PASSED [ 24%] 2022-11-23T02:51:01.5177885Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5178096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5178305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5178514Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5178721Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5178914Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5179117Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5179324Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5179535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5179738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float16 PASSED [ 24%] 2022-11-23T02:51:01.5179938Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5180141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5180341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5180628Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5180857Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5181063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5181265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_bool PASSED [ 24%] 2022-11-23T02:51:01.5181469Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5181672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_uint8 PASSED [ 24%] 2022-11-23T02:51:01.5182015Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:51:01.5182227Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float32 PASSED [ 24%] 2022-11-23T02:51:01.5182425Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5182626Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5182924Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5183231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int64 PASSED [ 24%] 2022-11-23T02:51:01.5183440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_int8 PASSED [ 24%] 2022-11-23T02:51:01.5183652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex128 PASSED [ 24%] 2022-11-23T02:51:01.5183868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex32 PASSED [ 24%] 2022-11-23T02:51:01.5184078Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float64 PASSED [ 24%] 2022-11-23T02:51:01.5184281Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int16 PASSED [ 24%] 2022-11-23T02:51:01.5184480Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int32 PASSED [ 24%] 2022-11-23T02:51:01.5184686Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5184889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5185100Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5185409Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5185610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5185805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5186012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5186218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5186417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5186619Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5186815Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5187035Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex32 PASSED [ 25%] 2022-11-23T02:51:01.5187253Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5187469Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5187686Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5187899Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5188109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5188492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5188758Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5188965Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5189175Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5189504Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5189715Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5189926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex32 PASSED [ 25%] 2022-11-23T02:51:01.5190231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5190454Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5190664Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5190865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5191062Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5191272Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5191480Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5191691Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5191899Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5192101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5192306Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5192507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5192706Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5192905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5193217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5193417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5193624Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5193830Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5194017Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5194218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5194421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5194621Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5194837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5195051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5195263Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5195471Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5195788Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5195996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5196290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5196662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5197008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5197234Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5197457Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5197671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5197883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5198094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5198311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5198505Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5198719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5198930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5199139Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5199348Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5199555Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5199763Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5199967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5200166Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5200375Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5200585Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5200796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5201114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5201327Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5201537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5201745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5201950Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5202263Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5202502Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex32 PASSED [ 25%] 2022-11-23T02:51:01.5202698Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5202913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5203231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5203559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5203774Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5203982Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5204193Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5204483Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5204713Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5204933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5205154Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5205366Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5205575Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5205787Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5205995Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5206196Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5206398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5206604Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5206804Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5207001Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5207210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5207421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5207633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5207838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5208044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5208244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5208444Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5208646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5208957Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5209168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5209373Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5209576Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5209777Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5209979Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5210188Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5210403Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:51:01.5210611Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5210830Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5211026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5211236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5211441Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5211642Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5211913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5212135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:51:01.5212340Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5212545Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5212751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5212952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5213159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bool PASSED [ 25%] 2022-11-23T02:51:01.5213374Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5213587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5213895Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5214138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5214342Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5214548Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5214872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int8 PASSED [ 25%] 2022-11-23T02:51:01.5215184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_uint8 PASSED [ 25%] 2022-11-23T02:51:01.5215401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:51:01.5215613Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5215833Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex128 PASSED [ 25%] 2022-11-23T02:51:01.5216053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_complex64 PASSED [ 25%] 2022-11-23T02:51:01.5216267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5216482Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5216797Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5217007Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float32 PASSED [ 25%] 2022-11-23T02:51:01.5217209Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int16 PASSED [ 25%] 2022-11-23T02:51:01.5217409Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int32 PASSED [ 25%] 2022-11-23T02:51:01.5217612Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int64 PASSED [ 25%] 2022-11-23T02:51:01.5217852Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-11-23T02:51:01.5218075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float16 PASSED [ 25%] 2022-11-23T02:51:01.5218292Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float64 PASSED [ 25%] 2022-11-23T02:51:01.5218504Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5218719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5218925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5219127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5219310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5219511Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5219715Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5220292Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5220537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5220739Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5220943Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5221147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5221346Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5221542Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5221742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5221939Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5222141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5222341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5222540Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5222741Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5222940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5223138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5223317Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5223518Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5223713Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5223913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5224106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5224308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5224501Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5224821Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5225029Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5225237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5225440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5225644Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5225850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5226050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5226307Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5226519Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5226730Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5226930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5227117Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5227314Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_bool PASSED [ 26%] 2022-11-23T02:51:01.5227514Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5227786Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5228003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5228209Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5228417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5228625Z test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5228833Z test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex32 PASSED [ 26%] 2022-11-23T02:51:01.5229043Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bfloat16 XFAIL [ 26%] 2022-11-23T02:51:01.5229245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_bool XFAIL [ 26%] 2022-11-23T02:51:01.5229451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float32 XFAIL [ 26%] 2022-11-23T02:51:01.5229660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int32 XFAIL [ 26%] 2022-11-23T02:51:01.5229866Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int8 XFAIL [ 26%] 2022-11-23T02:51:01.5230082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex128 XFAIL [ 26%] 2022-11-23T02:51:01.5230293Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float64 XFAIL [ 26%] 2022-11-23T02:51:01.5230627Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int8 XFAIL [ 26%] 2022-11-23T02:51:01.5230850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bfloat16 XFAIL [ 26%] 2022-11-23T02:51:01.5231039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_bool XFAIL [ 26%] 2022-11-23T02:51:01.5231253Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float32 XFAIL [ 26%] 2022-11-23T02:51:01.5231582Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float64 XFAIL [ 26%] 2022-11-23T02:51:01.5232039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int64 XFAIL [ 26%] 2022-11-23T02:51:01.5232275Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bfloat16 XFAIL [ 26%] 2022-11-23T02:51:01.5232486Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_bool XFAIL [ 26%] 2022-11-23T02:51:01.5232819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex32 XFAIL [ 26%] 2022-11-23T02:51:01.5233038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex64 XFAIL [ 26%] 2022-11-23T02:51:01.5233249Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float32 XFAIL [ 26%] 2022-11-23T02:51:01.5233461Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int64 XFAIL [ 26%] 2022-11-23T02:51:01.5233670Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int8 XFAIL [ 26%] 2022-11-23T02:51:01.5233878Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_uint8 XFAIL [ 26%] 2022-11-23T02:51:01.5234090Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bool PASSED [ 26%] 2022-11-23T02:51:01.5234308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5234520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5234731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5234936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5235138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5235335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5235523Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5235808Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5236050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5236262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex32 PASSED [ 26%] 2022-11-23T02:51:01.5236474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5236688Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5236889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5237092Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5237294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5237497Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5237703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5237915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5238118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5238321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5238528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5238740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bool PASSED [ 26%] 2022-11-23T02:51:01.5238953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5239159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5239347Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5239555Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5239762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5239971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5240175Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5240472Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5240677Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5240874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_bool PASSED [ 26%] 2022-11-23T02:51:01.5241073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int32 PASSED [ 26%] 2022-11-23T02:51:01.5241268Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5241470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int8 PASSED [ 26%] 2022-11-23T02:51:01.5241668Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5241881Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5242093Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5242306Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5242506Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5242712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5242913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5243113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5243403Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5243655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5243880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5244103Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5244319Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5244532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5244746Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5244963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5245171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5245387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5245613Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5245827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5246061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5246290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5246516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5246732Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5246943Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5247159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5247371Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5247561Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int16 XFAIL [ 26%] 2022-11-23T02:51:01.5247861Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int32 XFAIL [ 26%] 2022-11-23T02:51:01.5248066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int8 XFAIL [ 26%] 2022-11-23T02:51:01.5248266Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_uint8 XFAIL [ 26%] 2022-11-23T02:51:01.5248477Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex128 PASSED [ 26%] 2022-11-23T02:51:01.5248685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_complex64 PASSED [ 26%] 2022-11-23T02:51:01.5248889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5249089Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5249292Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_uint8 PASSED [ 26%] 2022-11-23T02:51:01.5249502Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5249707Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5249908Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float32 PASSED [ 26%] 2022-11-23T02:51:01.5250102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_float64 PASSED [ 26%] 2022-11-23T02:51:01.5250306Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int16 PASSED [ 26%] 2022-11-23T02:51:01.5250509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int64 PASSED [ 26%] 2022-11-23T02:51:01.5250714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:51:01.5250987Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_bool PASSED [ 26%] 2022-11-23T02:51:01.5251216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float16 PASSED [ 26%] 2022-11-23T02:51:01.5251414Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5251611Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5251816Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex32 PASSED [ 27%] 2022-11-23T02:51:01.5252016Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5252219Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5252420Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5252619Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5252819Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5253018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5253216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5253416Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5253643Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5253882Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5254116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5254349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5254579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5254806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5255033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5255337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5255557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5255756Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5255969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5256182Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5256393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5256606Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5256825Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5257036Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5257257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5257471Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5257683Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5257892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5258102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5258389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5258628Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5258842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5259051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5259265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5259481Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5259689Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5259888Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5260100Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5260315Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5260527Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5260738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5260955Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5261169Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5261381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5261591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5261800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5262010Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5262362Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5262592Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5262808Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5263240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5263565Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5263773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5263975Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5264179Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5264361Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5264568Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5264774Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5264974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5265196Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5265416Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5265635Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex32 PASSED [ 27%] 2022-11-23T02:51:01.5265850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5266060Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5266349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5266583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5266790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5266998Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5267210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5267415Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5267617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5267828Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5268036Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5268222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5268425Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5268657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5268895Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5269133Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5269361Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5269583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5269822Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5270061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5270299Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5270535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5270841Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5271048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5271257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5271470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5271686Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5271900Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5272116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5272322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5272524Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5272708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5272915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5273115Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5273314Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5273521Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex32 XFAIL [ 27%] 2022-11-23T02:51:01.5273724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5274010Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5274234Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5274429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5274632Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5274829Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5275044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5275255Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5275468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5275676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_uint8 PASSED [ 27%] 2022-11-23T02:51:01.5275888Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5276110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5276321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5276536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5276731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5276940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5277144Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bool PASSED [ 27%] 2022-11-23T02:51:01.5277357Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex128 PASSED [ 27%] 2022-11-23T02:51:01.5277567Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex64 PASSED [ 27%] 2022-11-23T02:51:01.5277780Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5277985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5278190Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5278514Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5278717Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float16 PASSED [ 27%] 2022-11-23T02:51:01.5278915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5279113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5279312Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5279518Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:51:01.5279729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex32 PASSED [ 27%] 2022-11-23T02:51:01.5279932Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float32 PASSED [ 27%] 2022-11-23T02:51:01.5280135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float64 PASSED [ 27%] 2022-11-23T02:51:01.5280336Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int16 PASSED [ 27%] 2022-11-23T02:51:01.5280515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int32 PASSED [ 27%] 2022-11-23T02:51:01.5280712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int64 PASSED [ 27%] 2022-11-23T02:51:01.5280910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_int8 PASSED [ 27%] 2022-11-23T02:51:01.5281180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5281524Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5281815Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5282083Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5282350Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5282611Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5282871Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5283135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T02:51:01.5283432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5283732Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5284031Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5284321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5284610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5284894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5285181Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5285465Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T02:51:01.5285847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 28%] 2022-11-23T02:51:01.5286057Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5286275Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5286490Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5286700Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5286912Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5287119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5287309Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_uint8 PASSED [ 28%] 2022-11-23T02:51:01.5287519Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5287730Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5287945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5288160Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5288367Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5288572Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5288847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5289074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5289288Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex32 PASSED [ 28%] 2022-11-23T02:51:01.5289503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5289708Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5289912Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_uint8 PASSED [ 28%] 2022-11-23T02:51:01.5290126Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5290429Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:51:01.5290735Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:51:01.5291035Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:51:01.5291265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5291496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5291788Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:51:01.5292079Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:51:01.5292291Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5292515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5292739Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5292964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5293285Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5293507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5293743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5293978Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5294217Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5294458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5294694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5294927Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5295159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5295387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5295640Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5295894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5296218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5296475Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5296704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5296946Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5297180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5297413Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5297628Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5297883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5298133Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5298394Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5298652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex32 PASSED [ 28%] 2022-11-23T02:51:01.5298906Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5299158Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5299405Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5299653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_uint8 PASSED [ 28%] 2022-11-23T02:51:01.5299909Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5300151Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5300396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5301609Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5301840Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5302074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5302300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5302522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5302751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5303003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5303248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5303496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5303745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5303969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float64 XFAIL [ 28%] 2022-11-23T02:51:01.5304212Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5304528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5304791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5305029Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5305271Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5305505Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5305745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5305975Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5306204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5306433Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5306662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5306884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5307109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5307330Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5307552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5307774Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5307995Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5308225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5308448Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5308672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5309026Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5309270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5309504Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5309749Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5309993Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5310251Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5310500Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5310754Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5310996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5311237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5311478Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_uint8 PASSED [ 28%] 2022-11-23T02:51:01.5311712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5312018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5312279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5312516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5312758Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5312996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5313237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5313474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5313712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5313946Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5314174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5314414Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5314642Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5314867Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5315081Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5315312Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5315543Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_uint8 PASSED [ 28%] 2022-11-23T02:51:01.5315795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5316048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5316395Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5316643Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5316884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5317129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5317377Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_uint8 PASSED [ 28%] 2022-11-23T02:51:01.5317590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5317800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5318006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float16 PASSED [ 28%] 2022-11-23T02:51:01.5318208Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5318412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5318626Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex32 PASSED [ 28%] 2022-11-23T02:51:01.5318971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5319189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5319391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5319676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5320013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int8 PASSED [ 28%] 2022-11-23T02:51:01.5320354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5320570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_bool PASSED [ 28%] 2022-11-23T02:51:01.5320786Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5321003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex32 PASSED [ 28%] 2022-11-23T02:51:01.5321223Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_complex64 PASSED [ 28%] 2022-11-23T02:51:01.5321432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float32 PASSED [ 28%] 2022-11-23T02:51:01.5321641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int16 PASSED [ 28%] 2022-11-23T02:51:01.5321843Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int32 PASSED [ 28%] 2022-11-23T02:51:01.5322041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int64 PASSED [ 28%] 2022-11-23T02:51:01.5322255Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:51:01.5322479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex128 PASSED [ 28%] 2022-11-23T02:51:01.5322688Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float64 PASSED [ 28%] 2022-11-23T02:51:01.5322900Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5323105Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5323308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5323513Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5323714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5323916Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5324098Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5324412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5324615Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5324828Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5325036Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5325245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5325449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5325653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5325857Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5326071Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5326322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5326533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5326737Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5326945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5327156Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5327444Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5327675Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5327877Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5328064Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5328276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5328483Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5328683Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5328885Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5329085Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5329282Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5329498Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5329715Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5329930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5330153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5330366Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5330577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5330790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5331006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5331224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5331439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5331647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5331928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5332138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5332344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5332559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5332771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5332978Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5333188Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5333391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5333597Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5333803Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5334005Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5334215Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5334436Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5334656Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5334875Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5335159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5335396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5335608Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5335828Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5336021Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5336229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5336431Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5336640Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5336844Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5337048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5337253Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5337460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5337664Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5337865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5338066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5338263Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5338470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5338668Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5338869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5339076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5339275Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5339570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5339751Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5339960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5340168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5340375Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5340577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5340781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5340984Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5341182Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5341387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5341591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5341797Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5341996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5342195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5342393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5343011Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5343273Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5343482Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5343692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5343876Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5344075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5344277Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5344474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5344683Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5344890Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5345089Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5345295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5345500Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5345704Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5345904Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5346113Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5346318Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex32 PASSED [ 29%] 2022-11-23T02:51:01.5346521Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5346726Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5346927Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5347127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5347443Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5347652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5347842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5348042Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5348240Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5348440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5348654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5348859Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5349058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5349259Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5349459Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5349660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5349884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5350116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex128 PASSED [ 29%] 2022-11-23T02:51:01.5350348Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_complex64 PASSED [ 29%] 2022-11-23T02:51:01.5350649Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5350896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5351115Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5351345Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5351563Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5351781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int64 PASSED [ 29%] 2022-11-23T02:51:01.5351980Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5352196Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5352415Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5352636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5352853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_float64 PASSED [ 29%] 2022-11-23T02:51:01.5353073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5353283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int32 PASSED [ 29%] 2022-11-23T02:51:01.5353497Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int8 PASSED [ 29%] 2022-11-23T02:51:01.5353710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_uint8 PASSED [ 29%] 2022-11-23T02:51:01.5353933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:51:01.5354148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5354367Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float16 PASSED [ 29%] 2022-11-23T02:51:01.5354583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5354797Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_bool PASSED [ 29%] 2022-11-23T02:51:01.5355110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float32 PASSED [ 29%] 2022-11-23T02:51:01.5355325Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int16 PASSED [ 29%] 2022-11-23T02:51:01.5355537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5355753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5355964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5356167Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5356378Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5356587Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5356801Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5357054Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5357269Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5357484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5357693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5357903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5358187Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5358418Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5358627Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5358850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5359073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5359294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5359511Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5359729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5359949Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5360189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5360441Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex32 PASSED [ 30%] 2022-11-23T02:51:01.5360674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5360919Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5361159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5361397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5361637Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5361857Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5362074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5362288Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5362602Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5362855Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5363105Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5363351Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5363601Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5363843Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5364081Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5364334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5364580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5364825Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5365065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5365310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5365599Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5365837Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5366036Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5366255Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5366468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5366680Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5366898Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5367115Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5367330Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5367546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5367758Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5368004Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5368243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5368478Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5368714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5368947Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5369184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5369420Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5369655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5369986Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5370218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5370436Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5370659Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5370862Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5371082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5371295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5371509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5371726Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5371928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5372141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex128 PASSED [ 30%] 2022-11-23T02:51:01.5372349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5372554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5372754Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5373033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5373258Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5373462Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5373673Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5373886Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5374095Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5374296Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5374492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5374693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5374877Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5375071Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5375280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5375498Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex128 PASSED [ 30%] 2022-11-23T02:51:01.5375711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex32 PASSED [ 30%] 2022-11-23T02:51:01.5375917Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5376118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5376322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5376530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5376737Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5376948Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5377150Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5377448Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5377650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5377857Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5378066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5378267Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5378471Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5378669Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5378881Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5379087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5379295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex32 PASSED [ 30%] 2022-11-23T02:51:01.5379496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5379696Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5379898Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5380096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5380294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5380563Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5380790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5380997Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex32 PASSED [ 30%] 2022-11-23T02:51:01.5381204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5381411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5381768Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5382130Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5382477Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5382864Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex128 PASSED [ 30%] 2022-11-23T02:51:01.5383243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5383647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5384049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5384445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5384840Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex128 PASSED [ 30%] 2022-11-23T02:51:01.5385229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5385617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float16 PASSED [ 30%] 2022-11-23T02:51:01.5386006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5386384Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int32 PASSED [ 30%] 2022-11-23T02:51:01.5386764Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int8 PASSED [ 30%] 2022-11-23T02:51:01.5387155Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5387533Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_bool PASSED [ 30%] 2022-11-23T02:51:01.5388098Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float32 PASSED [ 30%] 2022-11-23T02:51:01.5388487Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float64 PASSED [ 30%] 2022-11-23T02:51:01.5388874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5389260Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5389671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:51:01.5390085Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex64 PASSED [ 30%] 2022-11-23T02:51:01.5390470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int16 PASSED [ 30%] 2022-11-23T02:51:01.5390855Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int64 PASSED [ 30%] 2022-11-23T02:51:01.5391250Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_uint8 PASSED [ 30%] 2022-11-23T02:51:01.5391667Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bool XFAIL [ 30%] 2022-11-23T02:51:01.5392100Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex128 XFAIL [ 30%] 2022-11-23T02:51:01.5392526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_complex64 XFAIL [ 30%] 2022-11-23T02:51:01.5392941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float32 XFAIL [ 30%] 2022-11-23T02:51:01.5393348Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int16 XFAIL [ 30%] 2022-11-23T02:51:01.5393762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int32 XFAIL [ 30%] 2022-11-23T02:51:01.5394285Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int64 XFAIL [ 30%] 2022-11-23T02:51:01.5394725Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_int8 XFAIL [ 30%] 2022-11-23T02:51:01.5395135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_uint8 XFAIL [ 30%] 2022-11-23T02:51:01.5395539Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5395928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5396341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5396740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5397094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5397474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5397860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5398227Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5398614Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5399035Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5399438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex32 PASSED [ 31%] 2022-11-23T02:51:01.5399848Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5400245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5400673Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5401095Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5401529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5401952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5402361Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5402940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5403353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5403752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5404163Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5404546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5404931Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5405341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5405727Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5406148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5406552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5406960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5407374Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex32 PASSED [ 31%] 2022-11-23T02:51:01.5407790Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5408177Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5408569Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5409056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5409469Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5409870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5410311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5410747Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5411172Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5411569Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5411798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5412076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5412363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5412580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5412775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5412988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5413187Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5413390Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5413600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5413805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5414022Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex32 PASSED [ 31%] 2022-11-23T02:51:01.5414235Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5414440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5414640Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5414995Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5415212Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5415433Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5415650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5415865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5416081Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5416294Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5416503Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5416699Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5416915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5417136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5417346Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5417558Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5417768Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5418065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5418305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex32 PASSED [ 31%] 2022-11-23T02:51:01.5418513Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5418723Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5418926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5419123Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5419343Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5419564Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5419775Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5419995Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5420208Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5420419Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5420823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5421021Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5421236Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5421610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5421992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5422341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5422551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5422762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex32 PASSED [ 31%] 2022-11-23T02:51:01.5422970Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5423289Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5423489Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_float64 PASSED [ 31%] 2022-11-23T02:51:01.5423693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5423898Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5424099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5424308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5424516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5424719Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5424917Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5425125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5425327Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5425520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5425723Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5425940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5426273Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5426502Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5426712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5426913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5427127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex32 PASSED [ 31%] 2022-11-23T02:51:01.5427339Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5427547Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5427748Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float32 PASSED [ 31%] 2022-11-23T02:51:01.5427949Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int16 PASSED [ 31%] 2022-11-23T02:51:01.5428150Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5428346Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5428551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5428757Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5428969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5429173Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5429364Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex128 PASSED [ 31%] 2022-11-23T02:51:01.5429575Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5429778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5429987Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5430191Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5430393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int32 PASSED [ 31%] 2022-11-23T02:51:01.5430590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int64 PASSED [ 31%] 2022-11-23T02:51:01.5430894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5431102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:51:01.5431302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_bool PASSED [ 31%] 2022-11-23T02:51:01.5431512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex64 PASSED [ 31%] 2022-11-23T02:51:01.5431721Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float16 PASSED [ 31%] 2022-11-23T02:51:01.5431927Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int8 PASSED [ 31%] 2022-11-23T02:51:01.5432130Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_uint8 PASSED [ 31%] 2022-11-23T02:51:01.5432333Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_add_cuda PASSED [ 31%] 2022-11-23T02:51:01.5432542Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_arange_cuda PASSED [ 31%] 2022-11-23T02:51:01.5432783Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_right_shift_cuda PASSED [ 31%] 2022-11-23T02:51:01.5432998Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_xor_cuda PASSED [ 31%] 2022-11-23T02:51:01.5433204Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_min_cuda XFAIL [ 31%] 2022-11-23T02:51:01.5433393Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_copysign_cuda PASSED [ 31%] 2022-11-23T02:51:01.5433604Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_embed_cuda PASSED [ 31%] 2022-11-23T02:51:01.5433905Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_copy_cuda PASSED [ 31%] 2022-11-23T02:51:01.5434138Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diagonal_cuda PASSED [ 31%] 2022-11-23T02:51:01.5434364Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_floor_rounding_cuda PASSED [ 31%] 2022-11-23T02:51:01.5434578Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dsplit_cuda XFAIL [ 31%] 2022-11-23T02:51:01.5434781Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_dstack_cuda XFAIL [ 31%] 2022-11-23T02:51:01.5434982Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eq_cuda PASSED [ 31%] 2022-11-23T02:51:01.5435192Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fliplr_cuda PASSED [ 31%] 2022-11-23T02:51:01.5435407Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_floor_divide_cuda PASSED [ 31%] 2022-11-23T02:51:01.5435611Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmax_cuda PASSED [ 31%] 2022-11-23T02:51:01.5435817Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmin_cuda PASSED [ 31%] 2022-11-23T02:51:01.5436018Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_fmod_cuda PASSED [ 31%] 2022-11-23T02:51:01.5436220Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ge_cuda PASSED [ 31%] 2022-11-23T02:51:01.5436419Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gt_cuda PASSED [ 32%] 2022-11-23T02:51:01.5436629Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hypot_cuda PASSED [ 32%] 2022-11-23T02:51:01.5436836Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igamma_cuda PASSED [ 32%] 2022-11-23T02:51:01.5437047Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_igammac_cuda PASSED [ 32%] 2022-11-23T02:51:01.5437242Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_index_select_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5437446Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lcm_cuda PASSED [ 32%] 2022-11-23T02:51:01.5437660Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_and_cuda PASSED [ 32%] 2022-11-23T02:51:01.5437875Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_or_cuda PASSED [ 32%] 2022-11-23T02:51:01.5438075Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_lt_cuda PASSED [ 32%] 2022-11-23T02:51:01.5439041Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_masked_fill_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5439245Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mean_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5439451Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_minimum_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5439653Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_mul_cuda PASSED [ 32%] 2022-11-23T02:51:01.5439853Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_neg_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5440067Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nextafter_cuda PASSED [ 32%] 2022-11-23T02:51:01.5440301Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_gelu_cuda PASSED [ 32%] 2022-11-23T02:51:01.5440557Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cuda PASSED [ 32%] 2022-11-23T02:51:01.5440796Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_huber_loss_cuda PASSED [ 32%] 2022-11-23T02:51:01.5441051Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cuda PASSED [ 32%] 2022-11-23T02:51:01.5441276Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_prelu_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5441487Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_as_cuda PASSED [ 32%] 2022-11-23T02:51:01.5441695Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_reshape_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5441911Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_zeta_cuda PASSED [ 32%] 2022-11-23T02:51:01.5442188Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sub_cuda PASSED [ 32%] 2022-11-23T02:51:01.5442424Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_sum_to_size_cuda PASSED [ 32%] 2022-11-23T02:51:01.5442633Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_triu_cuda PASSED [ 32%] 2022-11-23T02:51:01.5442847Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_unbind_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5443048Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vsplit_cuda XFAIL [ 32%] 2022-11-23T02:51:01.5458018Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_xlogy_cuda PASSED [ 32%] 2022-11-23T02:51:01.5458360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5458609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5458851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:51:01.5459094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:51:01.5459334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:51:01.5459565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:51:01.5459799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5460075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5460316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float32 PASSED [ 32%] 2022-11-23T02:51:01.5460587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5460826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int32 PASSED [ 32%] 2022-11-23T02:51:01.5461130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:51:01.5461435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:51:01.5462293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:51:01.5462567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:51:01.5462833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:51:01.5463085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:51:01.5463348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:51:01.5463651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5463949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5464249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5464602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.bfloat16 doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5464990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5465344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2022-11-23T02:51:01.5465693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.bfloat16 doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5466023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:51:01.5466357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:51:01.5466623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5466886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5467149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex32 PASSED [ 32%] 2022-11-23T02:51:01.5467415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:51:01.5467673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:51:01.5467928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:51:01.5468174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:51:01.5468429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5468727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5469019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5469755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5470101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:51:01.5470401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5470702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5471026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:51:01.5471293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:51:01.5471554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:51:01.5471811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:51:01.5472067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:51:01.5472319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5472700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5473052Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:51:01.5473325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5473592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5473846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:51:01.5474116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:51:01.5474382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:51:01.5474642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:51:01.5474903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:51:01.5475163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5475467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5475764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5476118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.cdouble doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5476447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2022-11-23T02:51:01.5476794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.cdouble doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5477505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5477841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:51:01.5478106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5478372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5478633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:51:01.5478894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5479201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5479546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.cfloat doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5479841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5480273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.cfloat doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5480592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5480927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:51:01.5481194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5481454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5481717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:51:01.5481976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:51:01.5482233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5482484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:51:01.5482784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5483074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5483533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5484032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5484455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5484792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2022-11-23T02:51:01.5485777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.chalf doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5486113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:51:01.5486354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5486624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:51:01.5486888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:51:01.5487220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:51:01.5487525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:51:01.5487777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:51:01.5488074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5488472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5488797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5489143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:51:01.5489451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5489791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.char doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5490129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.char doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5490457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:51:01.5490724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:51:01.5490992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:51:01.5491341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.complex doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5491604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5491863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5492136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:51:01.5492406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex32 PASSED [ 32%] 2022-11-23T02:51:01.5492668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:51:01.5493378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:51:01.5493644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:51:01.5493903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:51:01.5494209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5494557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:51:01.5494856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:51:01.5495209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.double doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5495557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.double doesn't support nvfuser) [ 32%] 2022-11-23T02:51:01.5496033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:51:01.5496797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:51:01.5497108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:51:01.5497443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:51:01.5497939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5498205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:51:01.5498463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5498717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:51:01.5499021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5499371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2022-11-23T02:51:01.5499786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5500274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5500844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.float doesn't support nvfuser) [ 33%] 2022-11-23T02:51:01.5501218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5501513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5501840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:51:01.5502715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:51:01.5502975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:51:01.5503241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5503503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5503769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5504028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5504283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5504577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5504872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5505165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5505546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5505894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:51:01.5506157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:51:01.5506424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:51:01.5506687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5506945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5507245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5507535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5507831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5508129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5508418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5508740Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5509027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5509349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:51:01.5509599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:51:01.5510292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5510555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5510813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:51:01.5511067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5511366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5511668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5512016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2022-11-23T02:51:01.5512314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5512605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5513023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.long doesn't support nvfuser) [ 33%] 2022-11-23T02:51:01.5513372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5513661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5513985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:51:01.5514307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:51:01.5514569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:51:01.5514832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:51:01.5515094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5515356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5515618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:51:01.5515871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:51:01.5516239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5516733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5517324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5517923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5519212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5519911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:51:01.5520407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:51:01.5520685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:51:01.5520935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5521177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5521413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:51:01.5521638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5521870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:51:01.5522103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5522384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5523004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2022-11-23T02:51:01.5523324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5523600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5524067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5524391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5524782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5525099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:51:01.5525343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:51:01.5525591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5525834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5526071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:51:01.5526401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5526682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5526994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5527244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5527552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:51:01.5528302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:51:01.5528548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5528789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:51:01.5529030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:51:01.5529274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:51:01.5529513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:51:01.5529751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5530214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5530498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5530783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5531061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5531749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5532096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int32 SKIPPED (_refs.acosh doesn't support nvfuser) [ 33%] 2022-11-23T02:51:01.5532347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:51:01.5532751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:51:01.5533222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5533691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5534149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5534627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:51:01.5535097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5535625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5536188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5536594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5536851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5537305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5537564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5537840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5538151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:51:01.5538903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:51:01.5539160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5539450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5539737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5539993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5540244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5540490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5540721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5540959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:51:01.5541197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5541484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5541860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5542199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5542451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5542693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5542932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5543173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:51:01.5543412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:51:01.5543655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:51:01.5543893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5544337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5544636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5544939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float32 SKIPPED (_refs.addr doesn't support nvfuser) [ 33%] 2022-11-23T02:51:01.5545215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5545702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5546153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int32 SKIPPED (_refs.addr doesn't support nvfuser) [ 33%] 2022-11-23T02:51:01.5546403Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:51:01.5546759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5546996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:51:01.5547278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5547525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float32 PASSED [ 33%] 2022-11-23T02:51:01.5547838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:51:01.5548113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:51:01.5548412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:51:01.5548649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:51:01.5548896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:51:01.5549140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5549377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5549751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5550348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5550930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5551644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float32 SKIPPED (_refs.allclose doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5551949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5552189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:51:01.5552438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5552836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5553222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5553470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5553709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5553983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5554259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5554511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5554787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5555093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5555525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5555769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5556010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:51:01.5556248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5556489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5556725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5557034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:51:01.5557337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5557621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5557857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5558090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:51:01.5558413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:51:01.5558844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:51:01.5559090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5559337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5559574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5559934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5560277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5560569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5561003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5561327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:51:01.5561575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5561847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5562200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5562533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5562790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5563033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5563276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5563881Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5564476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float32 SKIPPED (_refs.arange doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5565070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int32 SKIPPED (_refs.arange doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5565531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5566001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5567471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5568042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5568517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5568978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5569309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5569758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5570074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5570362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5570686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float32 SKIPPED (_refs.as_strided doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5570966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5571246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5571599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5571946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex32 PASSED [ 34%] 2022-11-23T02:51:01.5572195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5572438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5572787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5573034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5573379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5573672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5574276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5574577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5575029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2022-11-23T02:51:01.5575310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5575620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:51:01.5575875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:51:01.5576126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:51:01.5576412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5576840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5577294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5577830Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float32 SKIPPED (_refs.asinh doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5578304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5578726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:51:01.5579054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int32 SKIPPED (_refs.asinh doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5579364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5579745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5580014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5580253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5580533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5580902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5581354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5581683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5581927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5582174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex32 PASSED [ 34%] 2022-11-23T02:51:01.5582408Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5582644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5582883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5583120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5583398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5583793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5584074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5584318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5584630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5584937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5585178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5585430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:51:01.5585674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex32 PASSED [ 34%] 2022-11-23T02:51:01.5585919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:51:01.5586158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5586379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5586831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5587108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5587392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5587729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2022-11-23T02:51:01.5588280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5588574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5588825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5589105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5589349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5589663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5589975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5590220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:51:01.5590472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex32 PASSED [ 34%] 2022-11-23T02:51:01.5590728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:51:01.5590976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:51:01.5591223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:51:01.5591581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:51:01.5591830Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5592069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5592312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5592553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5592841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5593124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5593417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5593832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5594122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5594525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5595004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:51:01.5595337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:51:01.5595601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:51:01.5595848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:51:01.5596095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:51:01.5596339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:51:01.5596584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:51:01.5596828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:51:01.5597064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:51:01.5597354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5597641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:51:01.5597964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float32 SKIPPED (_refs.atleast_2d doesn't support nvfuser) [ 34%] 2022-11-23T02:51:01.5598277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:51:01.5598595Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:51:01.5598845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5599207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:51:01.5599466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:51:01.5599713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5599962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:51:01.5600215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:51:01.5600463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5600853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5601102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5601395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5601844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2022-11-23T02:51:01.5602266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5602689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float32 SKIPPED (_refs.atleast_3d doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5602991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5603312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5603594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5603904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5604193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5604445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5604696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5604943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5605183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5605501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5605757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5606042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5606360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5606617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5606970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5607218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5607698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5608027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5608276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5608521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5609094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5609424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5609703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5609948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5610281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5610549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5610832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5611288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5611614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5611924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5612286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5612743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5613239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5613923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5614720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5615254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5615867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5616450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5616999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5617817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5618508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cuda_float32 SKIPPED (_refs.broadcast_shapes doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5619048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5619553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:51:01.5620123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:51:01.5620666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5621206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5621841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5622339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5622891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5623693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5624311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5624919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5625466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5626178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5626680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5627180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:51:01.5627677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5628169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5628856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5629438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5630121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5630725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float32 PASSED [ 35%] 2022-11-23T02:51:01.5631330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5631943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5632640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float16 XFAIL [ 35%] 2022-11-23T02:51:01.5633141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int16 XFAIL [ 35%] 2022-11-23T02:51:01.5633644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int32 XFAIL [ 35%] 2022-11-23T02:51:01.5634107Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int64 XFAIL [ 35%] 2022-11-23T02:51:01.5634595Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_uint8 XFAIL [ 35%] 2022-11-23T02:51:01.5635126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float32 XFAIL [ 35%] 2022-11-23T02:51:01.5635642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int32 XFAIL [ 35%] 2022-11-23T02:51:01.5636395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5637139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5637700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5638169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:51:01.5638615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex32 PASSED [ 35%] 2022-11-23T02:51:01.5639238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5639738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5640196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5640683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5641141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5641796Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2022-11-23T02:51:01.5642386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5643167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5643695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5644491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5645108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5645601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5646090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5646589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:51:01.5647070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5647553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5648238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5648781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5649339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float32 SKIPPED (_refs.ceil doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5650059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5650713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5651429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int32 SKIPPED (_refs.ceil doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5651984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5652614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5653244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5653743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5655406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:51:01.5655947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5656448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:51:01.5657080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:51:01.5657541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5658125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:51:01.5658683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5659421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2022-11-23T02:51:01.5660018Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5660645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float32 SKIPPED (_refs.chunk doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5661263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:51:01.5661853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int32 SKIPPED (_refs.chunk doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5662385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5662873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5663367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:51:01.5663855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:51:01.5664723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5665196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5665959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float32 SKIPPED (_refs.clamp doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5666523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5667135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int32 SKIPPED (_refs.clamp doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5667743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:51:01.5668337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5668868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5669380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:51:01.5669873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:51:01.5670349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:51:01.5671031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:51:01.5671800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5672478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5673184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float32 SKIPPED (_refs.clamp_max doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5673814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int32 SKIPPED (_refs.clamp_max doesn't support nvfuser) [ 35%] 2022-11-23T02:51:01.5674386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:51:01.5675002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:51:01.5675523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:51:01.5676030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:51:01.5676530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5677007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:51:01.5677554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5678268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5679022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int32 SKIPPED (_refs.clamp_min doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5679685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5680580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5681084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5681555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5682019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:51:01.5682599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5683178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5683727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5684217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5684905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5685691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5686395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:51:01.5686943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:51:01.5687441Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5687936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5688519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5689110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5689697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5690342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float32 SKIPPED (_refs.column_stack doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5691115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int32 SKIPPED (_refs.column_stack doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5691795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:51:01.5692389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5692881Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5693354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5693792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5694262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:51:01.5694836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5695605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5696218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float32 SKIPPED (_refs.conj doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5696861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:51:01.5697462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int32 SKIPPED (_refs.conj doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5698193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5698856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5699368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:51:01.5699884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5700374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5700891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5701582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:51:01.5702091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:51:01.5702698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5703323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5703912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:51:01.5704710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int32 SKIPPED (_refs.conj_physical doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5705510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:51:01.5706151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5706674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5707153Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:51:01.5707647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5708158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:51:01.5708674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:51:01.5709290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5709886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5710854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5711610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float32 SKIPPED (_refs.constant_pad_nd doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5712258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5712809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5713461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:51:01.5713981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5714468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:51:01.5714979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:51:01.5715473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5715976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5716691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:51:01.5717375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:51:01.5717873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:51:01.5718594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5719263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5719946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:51:01.5720545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5721125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5721735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float32 SKIPPED (_refs.contiguous doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5722220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5722686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5723104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:51:01.5723556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:51:01.5724085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5724766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5725207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float32 SKIPPED (_refs.copysign doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5726793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5727399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:51:01.5727977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5728443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:51:01.5728938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:51:01.5729419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5729888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5730364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5730848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5731484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:51:01.5732048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5733070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5733723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:51:01.5734899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5736242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5737333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:51:01.5738407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:51:01.5739518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5740597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5741598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:51:01.5742686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5744125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5745318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5746228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int32 PASSED [ 36%] 2022-11-23T02:51:01.5748185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:51:01.5749286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5750265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:51:01.5751417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5752548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:51:01.5753759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5755017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5756232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float32 SKIPPED (_refs.cumsum doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5757423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5758617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:51:01.5760050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int32 SKIPPED (_refs.cumsum doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5762232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:51:01.5763516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5764801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:51:01.5765890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5767037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:51:01.5768218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:51:01.5769244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:51:01.5770231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:51:01.5771431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:51:01.5772724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5774099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float32 SKIPPED (_refs.diag_embed doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5775345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5776464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:51:01.5777451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:51:01.5778485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5779484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:51:01.5780513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:51:01.5781625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5782772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:51:01.5783998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:51:01.5784941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:51:01.5785931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:51:01.5786981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5788252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:51:01.5789665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float32 SKIPPED (_refs.diag doesn't support nvfuser) [ 36%] 2022-11-23T02:51:01.5790927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:51:01.5792178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:51:01.5793333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:51:01.5794350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:51:01.5795574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:51:01.5797206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:51:01.5798351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:51:01.5799432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:51:01.5800537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5801693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5803037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5804425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:51:01.5805727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.diagonal_copy doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5806978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5808242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5809515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5810655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex64 PASSED [ 37%] 2022-11-23T02:51:01.5811779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5812896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5814048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5815512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2022-11-23T02:51:01.5816885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5818333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float32 SKIPPED (_refs.diagonal doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5819600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5820809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:51:01.5822027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5823360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5824738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5825851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5826937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:51:01.5828192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:51:01.5829280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5830465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:51:01.5831701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:51:01.5832828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5834158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float32 SKIPPED (_refs.diagonal_scatter doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5835434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5836674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int32 SKIPPED (_refs.diagonal_scatter doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5838147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5839614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5840805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:51:01.5841800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5842821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:51:01.5843840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:51:01.5845013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5846479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5847680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float32 SKIPPED (_refs.digamma doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5848932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:51:01.5850176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int32 SKIPPED (_refs.digamma doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5851614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5853051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5854246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5855329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5856394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:51:01.5857447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:51:01.5858847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5860145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:51:01.5861277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5862660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5863829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5865213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5866659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5867912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5869214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5870384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5871517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex32 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:51:01.5872860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex64 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:51:01.5874131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:51:01.5875215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5876518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:51:01.5877591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5878629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:51:01.5879942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5881390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:51:01.5882525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex64 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:51:01.5883700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5884936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5886339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5887766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5889288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5890486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5891745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:51:01.5892805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:51:01.5893908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:51:01.5895432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5896763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5898013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5899245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5900505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5901631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex128 PASSED [ 37%] 2022-11-23T02:51:01.5902765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex32 PASSED [ 37%] 2022-11-23T02:51:01.5903823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_complex64 PASSED [ 37%] 2022-11-23T02:51:01.5904826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:51:01.5905842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:51:01.5906816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5909420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:51:01.5910458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5911644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float32 SKIPPED (_refs.dsplit doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5912913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int32 SKIPPED (_refs.dsplit doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5914142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5915407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5916565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5917612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex128 PASSED [ 37%] 2022-11-23T02:51:01.5918604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex32 PASSED [ 37%] 2022-11-23T02:51:01.5919743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_complex64 PASSED [ 37%] 2022-11-23T02:51:01.5921132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:51:01.5922171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:51:01.5923204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5924379Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5925547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5926721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5927863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int32 SKIPPED (_refs.dstack doesn't support nvfuser) [ 37%] 2022-11-23T02:51:01.5929052Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5930260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5931471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:51:01.5932538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bool SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5933673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex128 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5934843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5936013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_complex64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5937273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5938807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5939872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_uint8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5940973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5942193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5943394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5944562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_uint8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:51:01.5945714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5946808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_bool SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5948030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5949413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5950663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5951814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5953057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5954259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5955484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5956722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5957953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5959198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5960449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T02:51:01.5961530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:51:01.5962475Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex32 PASSED [ 37%] 2022-11-23T02:51:01.5963473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:51:01.5964483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:51:01.5965467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:51:01.5966644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5967693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5968959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5970272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5971329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int32 PASSED [ 37%] 2022-11-23T02:51:01.5972483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:51:01.5973551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:51:01.5974563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:51:01.5975573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:51:01.5976592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5977574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:51:01.5978549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:51:01.5979707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:51:01.5980784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:51:01.5981887Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float32 PASSED [ 37%] 2022-11-23T02:51:01.5982968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.5984003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.5985060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.5986215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:51:01.5987327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:51:01.5988340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:51:01.5989334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:51:01.5990339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.5991378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.5992491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.5993542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.5994672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.5995936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:51:01.5997372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.5998511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:51:01.5999537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:51:01.6000560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6001548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6002562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6003513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:51:01.6004589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6005759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6006945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:51:01.6008221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6009520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:51:01.6010587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:51:01.6011604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6012555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6013533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:51:01.6014579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6015682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6016917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.6018157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int32 SKIPPED (_refs.exp2 doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6019317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6020527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6021646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6022680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:51:01.6023640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:51:01.6024629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6025747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6026986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6028540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 38%] 2022-11-23T02:51:01.6029745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6030826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.6031903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6033167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.6034514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6035689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:51:01.6036960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6038081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:51:01.6039106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6040443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:51:01.6041737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:51:01.6042794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6043797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6044789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6045893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6047182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6048519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6049695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float32 SKIPPED (_refs.expand_as doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6050990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.6052270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int32 SKIPPED (_refs.expand_as doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6053523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6054916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:51:01.6056007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:51:01.6057010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.6058266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6059259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6060262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:51:01.6061427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6062681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6063826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float32 SKIPPED (_refs.expand doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6065042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.6066238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int32 SKIPPED (_refs.expand doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6067364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6068669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6069996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:51:01.6071966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.6073022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:51:01.6074034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6075340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6076644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6077702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6078866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:51:01.6080134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6081272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:51:01.6082408Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6083593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:51:01.6084584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.6085554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6086531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6087516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6088517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:51:01.6089685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6091274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float32 SKIPPED (_refs.eye doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6092470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int32 SKIPPED (_refs.eye doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6093641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6094834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:51:01.6096203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6097401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6098507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:51:01.6099503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.6100510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:51:01.6101495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:51:01.6102679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6103855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6105178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 38%] 2022-11-23T02:51:01.6106410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6107600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fft2 doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6108781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6110133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.6111557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6112667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:51:01.6113722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex32 PASSED [ 38%] 2022-11-23T02:51:01.6114736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6115697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6116718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6117829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:51:01.6119089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6120247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6121750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 38%] 2022-11-23T02:51:01.6122986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6124251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6125614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:51:01.6126877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6128078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6129218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:51:01.6130223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex32 PASSED [ 38%] 2022-11-23T02:51:01.6131391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6132616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:51:01.6133872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:51:01.6134872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:51:01.6135890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:51:01.6136885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:51:01.6137981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:51:01.6139242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fftn doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6140520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6141711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fftn doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6142872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:51:01.6143913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:51:01.6145094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex32 PASSED [ 38%] 2022-11-23T02:51:01.6146314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6147370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:51:01.6148401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:51:01.6149500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6150679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6152205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6153596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fftshift doesn't support nvfuser) [ 38%] 2022-11-23T02:51:01.6154842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:51:01.6156045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:51:01.6157247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:51:01.6158312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:51:01.6159493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6160697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6161729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:51:01.6162696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6163695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6165038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6166448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:51:01.6167868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6169022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6170218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6171358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:51:01.6172396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6173574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6174723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:51:01.6175739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6176741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6177735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6178893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6180255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6181552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6182851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6183855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:51:01.6184860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:51:01.6185893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6187085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6188429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6189608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6190800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.hfftn doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6192027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6193239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:51:01.6194903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6196178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6197318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:51:01.6198369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:51:01.6199429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6200436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6201790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:51:01.6202914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6203904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6205079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:51:01.6206310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6207486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6208942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6210237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6211479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6212705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6214047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:51:01.6215220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:51:01.6216461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6217497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:51:01.6218510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6219528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6220489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6221829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:51:01.6223237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6224439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:51:01.6225902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifft doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6227136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6228353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6229729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:51:01.6230898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:51:01.6231881Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6232869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6233893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6234875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6236029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6237328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6238462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6239649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifftn doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6240902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6242036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6243341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6244929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bfloat16 PASSED [ 39%] 2022-11-23T02:51:01.6246039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6247092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:51:01.6248053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6249046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6250202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6251410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6252462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6253543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6254664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6255797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6257273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6258728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6260048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6261220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6262183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6263178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:51:01.6264328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6265462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6266554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6267731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6268955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ihfft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6270342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ihfft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6271679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6272910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6274165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6275557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:51:01.6276705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6277876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6278835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:51:01.6279860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6280854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6281998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ihfft doesn't support nvfuser) [ 39%] 2022-11-23T02:51:01.6283424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6284724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6285770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6286999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:51:01.6288108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6289362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6290664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6291913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6293176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6294364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:51:01.6295480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6296658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:51:01.6297686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6298728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6299732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:51:01.6300766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6301914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6303075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:51:01.6304114Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6305172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6306770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6308403Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:51:01.6309075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6310067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:51:01.6310728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:51:01.6311497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:51:01.6312298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:51:01.6312878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6313373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6313886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6314542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6315070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:51:01.6315761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6316352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6317163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:51:01.6317748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:51:01.6318436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:51:01.6319171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:51:01.6319597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:51:01.6320001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6320337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:51:01.6320620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6320902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:51:01.6321216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:51:01.6321464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:51:01.6321845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:51:01.6322096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6322345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6322784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6323191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6323620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6324235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.rfft2 doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6324618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6324936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:51:01.6325251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6325556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6325899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6326237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6326553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.rfft doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6326842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6327152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.rfft doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6327461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:51:01.6327711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6327955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6328198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6328462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6328769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6329090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.rfftn doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6329400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:51:01.6329643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6330124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:51:01.6330659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex32 PASSED [ 40%] 2022-11-23T02:51:01.6331105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6331498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6331744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6331981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6332223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:51:01.6332458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6332737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6333013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6333293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6333616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 40%] 2022-11-23T02:51:01.6333986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6334281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6334583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float32 SKIPPED (_refs.fill doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6334892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6335188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int32 SKIPPED (_refs.fill doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6335444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:51:01.6335697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex32 PASSED [ 40%] 2022-11-23T02:51:01.6335946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:51:01.6336190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6336436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6336674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:51:01.6337025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6337325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6337605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6337939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 40%] 2022-11-23T02:51:01.6338363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6339439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6339750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float32 SKIPPED (_refs.flatten doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6340062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6340375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int32 SKIPPED (_refs.flatten doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6340651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6340899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:51:01.6341144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6341385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6341618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:51:01.6341943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6342323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6342624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6342897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6343204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float32 SKIPPED (_refs.flip doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6343479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6343788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6344243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int32 SKIPPED (_refs.flip doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6344556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:51:01.6344803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6345058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:51:01.6345438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:51:01.6345814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6346065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6346310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6346549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6346769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6347136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6347417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6347688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6347999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6348312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int32 SKIPPED (_refs.fliplr doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6348567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:51:01.6348815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:51:01.6349064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6349306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6349526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6349766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:51:01.6350125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6350425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6350713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6351000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6351420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6351730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int32 SKIPPED (_refs.flipud doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6352007Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6352418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:51:01.6352809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6353073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6353325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6353573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6353819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:51:01.6354066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6354356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6354642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6355034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6355351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int32 SKIPPED (_refs.float_power doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6355604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6355851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6356143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6356464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float32 SKIPPED (_refs.floor_divide doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6356783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6357103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int32 SKIPPED (_refs.floor_divide doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6357387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6357777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:51:01.6358047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6358434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6358725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6359010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float32 SKIPPED (_refs.floor doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6359313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:51:01.6359734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int32 SKIPPED (_refs.floor doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6360112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:51:01.6360463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:51:01.6360715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6360960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6361203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:51:01.6361440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6361683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:51:01.6361919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6362195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6362597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int32 SKIPPED (_refs.fmax doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6362843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6363081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:51:01.6363316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:51:01.6363555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:51:01.6363792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:51:01.6364070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6364348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6364649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float32 SKIPPED (_refs.fmin doesn't support nvfuser) [ 40%] 2022-11-23T02:51:01.6364925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6365170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:51:01.6365485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6365893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6366140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:51:01.6366382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:51:01.6366641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6367012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int32 PASSED [ 40%] 2022-11-23T02:51:01.6367418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:51:01.6367741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:51:01.6367985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:51:01.6368225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:51:01.6368504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6368806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float32 SKIPPED (_refs.frac doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6369046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:51:01.6369282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:51:01.6369520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6369829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:51:01.6370127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int32 SKIPPED (_refs.gcd doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6370480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:51:01.6370716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:51:01.6370953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:51:01.6371191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6371431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6371668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:51:01.6371897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:51:01.6372128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6372404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6372650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6373088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:51:01.6373417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int32 PASSED [ 41%] 2022-11-23T02:51:01.6373742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6374182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6374526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:51:01.6374769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6375003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:51:01.6375235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:51:01.6375473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:51:01.6375705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6375977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6376254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6376559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:51:01.6376860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6377158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6377413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6377661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:51:01.6378017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6378306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6378590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6378909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float32 SKIPPED (_refs.heaviside doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6379197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6379515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6379955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6380213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:51:01.6380466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:51:01.6380717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6381033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:51:01.6381928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6382225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:51:01.6382513Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6382850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2022-11-23T02:51:01.6383134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6383420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int32 SKIPPED (_refs.hsplit doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6383726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6384038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6384282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:51:01.6384530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6384770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:51:01.6385010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6385294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6385575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6385861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6386305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2022-11-23T02:51:01.6386583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6387041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float32 SKIPPED (_refs.hstack doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6387360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:51:01.6387669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int32 SKIPPED (_refs.hstack doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6387914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:51:01.6388304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6388692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6388935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:51:01.6389174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6389409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6389760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6390056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6390355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float32 SKIPPED (_refs.i0 doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6390627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6390919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int32 SKIPPED (_refs.i0 doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6391189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6391494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6391741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6391985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6392279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float32 SKIPPED (_refs.igammac doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6392559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6392806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex32 PASSED [ 41%] 2022-11-23T02:51:01.6393053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6393333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6393573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:51:01.6394056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex32 PASSED [ 41%] 2022-11-23T02:51:01.6394318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6394565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:51:01.6394810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:51:01.6395191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6395622Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6395910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6396227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6396486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6396736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:51:01.6396983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6397352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6397664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6397951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6398240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6398524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6398840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:51:01.6399157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_copy doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6399408Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:51:01.6399654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:51:01.6399913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:51:01.6400162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6400406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:51:01.6400632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6401013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6401355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6401642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6402062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_fill doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6402613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:51:01.6402939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_fill doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6403251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6403506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:51:01.6403766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6404014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:51:01.6404265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:51:01.6404512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6404876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6405189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6405473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6405764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6406081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_select doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6406362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6406678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6407000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6407254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6407502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:51:01.6407743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:51:01.6408066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:51:01.6408410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6408703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6408988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6409360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6409892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6410213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:51:01.6410526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:51:01.6410774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:51:01.6411011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:51:01.6411255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:51:01.6411501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:51:01.6411744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:51:01.6412027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6412316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6412681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6413015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float32 SKIPPED (_refs.isfinite doesn't support nvfuser) [ 41%] 2022-11-23T02:51:01.6413299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:51:01.6413612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int32 SKIPPED (_refs.isfinite doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6413856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6414101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:51:01.6414339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:51:01.6414583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:51:01.6414821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:51:01.6415215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6415530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6415805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6416109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float32 SKIPPED (_refs.isinf doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6416511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6416947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6417255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int32 SKIPPED (_refs.isinf doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6417599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:51:01.6417838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:51:01.6418083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6418324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6418567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:51:01.6418804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:51:01.6419067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6419352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6419627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6419874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float32 PASSED [ 42%] 2022-11-23T02:51:01.6420255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6420520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6420826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:51:01.6421080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:51:01.6421327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6421573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6421816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:51:01.6422055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:51:01.6422447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:51:01.6422695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:51:01.6422983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6423264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6423774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6424111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:51:01.6424360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:51:01.6424602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:51:01.6424887Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6425304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float32 SKIPPED (_refs.isposinf doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6425616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int32 SKIPPED (_refs.isposinf doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6425897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6426249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:51:01.6426502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:51:01.6426750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:51:01.6426996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6427236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:51:01.6427499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6427783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6428170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6428469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6428707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:51:01.6428946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6429282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:51:01.6429630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6429924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int32 SKIPPED (_refs.lcm doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6430194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6430619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:51:01.6430993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:51:01.6431239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6431514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6431754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6432058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:51:01.6432359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:51:01.6432602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:51:01.6432954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:51:01.6433197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6433476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6433750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6433995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:51:01.6434241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6434481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6434722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:51:01.6434998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6435250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float32 PASSED [ 42%] 2022-11-23T02:51:01.6435544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6435893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6436309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:51:01.6436626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:51:01.6436892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6437188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6437601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6438036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6438390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.matrix_norm doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6438691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6438947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:51:01.6439198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6439485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6439777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6440067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6440387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.norm doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6440775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6441032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:51:01.6441283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:51:01.6441534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6441827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6442146Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.svd doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6442410Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:51:01.6442706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6443002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6443551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.svdvals doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6443877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6444140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6444447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6444973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6445329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.linalg.vector_norm doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6445630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6445884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:51:01.6446138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:51:01.6446395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:51:01.6446623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6446869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6447111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int16 XFAIL [ 42%] 2022-11-23T02:51:01.6447350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int64 XFAIL [ 42%] 2022-11-23T02:51:01.6447589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_uint8 XFAIL [ 42%] 2022-11-23T02:51:01.6447875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6448275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6448591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float32 SKIPPED (_refs.linspace doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6448906Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6449217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int32 SKIPPED (_refs.linspace doesn't support nvfuser) [ 42%] 2022-11-23T02:51:01.6449503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6449818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:51:01.6450069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:51:01.6450317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:51:01.6450558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6450800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:51:01.6451322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:51:01.6451645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6451919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6452209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6452455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float32 PASSED [ 42%] 2022-11-23T02:51:01.6452732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6452977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6453287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:51:01.6453534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:51:01.6453777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:51:01.6454022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:51:01.6454265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6454483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:51:01.6454762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6455075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:51:01.6455447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6455730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:51:01.6456081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:51:01.6456324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:51:01.6456561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:51:01.6456991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:51:01.6457276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:51:01.6457563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6457846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:51:01.6458127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6458437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:51:01.6458710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6458953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:51:01.6459272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6459538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6459783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex32 PASSED [ 43%] 2022-11-23T02:51:01.6460026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6460264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6460498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6460734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6460968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:51:01.6461203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:51:01.6461461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6461745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6462021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6462265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6462572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:51:01.6462846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6463149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6463422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex32 PASSED [ 43%] 2022-11-23T02:51:01.6464254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6464517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6464781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6465087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6465385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6465685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6465961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6466228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6466524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6466941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6467219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:51:01.6467468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6467730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6467985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:51:01.6468236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6468488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6468738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6468985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:51:01.6469275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6469572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6469860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6470115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6470435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6470665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6470921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6471266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6471519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:51:01.6471764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6472008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:51:01.6472296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6472757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6473060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6473347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6473609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6474133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6474468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:51:01.6474800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:51:01.6475068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6475318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6475571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6475816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6476101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6476393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6476684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6476967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6477289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:51:01.6477540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6477856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:51:01.6478171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6478426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:51:01.6478674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6479027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6479260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:51:01.6479506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6479752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6480000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6480252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:51:01.6480493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:51:01.6480787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6481085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6481370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6481624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6481938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int16 XFAIL [ 43%] 2022-11-23T02:51:01.6482206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:51:01.6482452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:51:01.6482742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6483027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6483343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float32 SKIPPED (_refs.logspace doesn't support nvfuser) [ 43%] 2022-11-23T02:51:01.6483629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6483951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6484206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:51:01.6484460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6484709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6484955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6485197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6485437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:51:01.6485726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6486012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6486394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6486714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:51:01.6486934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:51:01.6487167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:51:01.6487391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6487619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6487922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:51:01.6488229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6488476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6488733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6488987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex32 PASSED [ 43%] 2022-11-23T02:51:01.6489305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6489571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6489860Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6490200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2022-11-23T02:51:01.6490521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float32 SKIPPED (_refs.masked_fill doesn't support nvfuser) [ 43%] 2022-11-23T02:51:01.6490812Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6491132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:51:01.6491412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6491720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6491972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:51:01.6492218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6492463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6492705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6492949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:51:01.6493232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6493541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float32 SKIPPED (_refs.maximum doesn't support nvfuser) [ 43%] 2022-11-23T02:51:01.6493918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6494229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:51:01.6494505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6494822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6495069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6495308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6495532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:51:01.6495812Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6496084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6496334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:51:01.6496677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6496975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:51:01.6497250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:51:01.6497525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:51:01.6497794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:51:01.6498058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:51:01.6498328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:51:01.6498589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:51:01.6498895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6499200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6499503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6499793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:51:01.6500130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:51:01.6500467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:51:01.6500827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:51:01.6501108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:51:01.6501388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:51:01.6501662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:51:01.6501936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6502208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:51:01.6502516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6502824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6503162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6503498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:51:01.6504276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6504686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6504975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:51:01.6505226Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:51:01.6505472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6505695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6506069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:51:01.6506447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:51:01.6506702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6507015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float32 SKIPPED (_refs.minimum doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6507332Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:51:01.6507639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int32 SKIPPED (_refs.minimum doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6507949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6508200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:51:01.6508442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6508725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6509131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6509461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2022-11-23T02:51:01.6509747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6510033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6510341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int32 SKIPPED (_refs.movedim doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6510586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6510826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:51:01.6511073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:51:01.6511314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6511552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6511786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:51:01.6512096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6512365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6512639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6512949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:51:01.6513197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6513442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:51:01.6513669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6513913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6514154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:51:01.6514396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6514681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6514963Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6515277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float32 SKIPPED (_refs.nan_to_num doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6515563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6515877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6516139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:51:01.6516491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:51:01.6516739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6516980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:51:01.6517227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6517521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6517809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6518137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.narrow_copy doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6518452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:51:01.6518768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.narrow_copy doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6519054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6519443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:51:01.6519779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6520026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:51:01.6520279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:51:01.6520525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:51:01.6520770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6521012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:51:01.6521256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6521495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6521738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:51:01.6521959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6522242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6522570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2022-11-23T02:51:01.6522857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6523136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6523442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float32 SKIPPED (_refs.narrow doesn't support nvfuser) [ 44%] 2022-11-23T02:51:01.6523848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:51:01.6524160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:51:01.6524472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6524738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6525002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6525261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:51:01.6525562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6525826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6526119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6526404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6526721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:51:01.6526986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:51:01.6527221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:51:01.6527456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6527729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6528009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6528282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6528530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6528804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6529047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6529314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6529623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6529866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:51:01.6530088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:51:01.6530329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6530566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:51:01.6530803Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6531134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6531368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:51:01.6531650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6531930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6532209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6532455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6532729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6532974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6533243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6533552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6533916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bool SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6534236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6534530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int32 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6534828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6535130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bfloat16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6535435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6535737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float32 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6536029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6536321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6536615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int8 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6536904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_uint8 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T02:51:01.6537231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6537553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6537884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6538299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6538632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6538965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6539300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6539628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6539953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6540269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T02:51:01.6540518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6540769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:51:01.6541069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:51:01.6541333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:51:01.6541576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:51:01.6541824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:51:01.6542060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:51:01.6542345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6542624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6542907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6543180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:51:01.6543493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:51:01.6543807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:51:01.6544055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:51:01.6544299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:51:01.6544555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:51:01.6544795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:51:01.6545037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int64 PASSED [ 45%] 2022-11-23T02:51:01.6545377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:51:01.6545663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6545950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6546229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6546542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float32 SKIPPED (_refs.new_ones doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6546853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:51:01.6547165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 45%] 2022-11-23T02:51:01.6547416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6547671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex128 PASSED [ 45%] 2022-11-23T02:51:01.6547923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex32 PASSED [ 45%] 2022-11-23T02:51:01.6548245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_complex64 PASSED [ 45%] 2022-11-23T02:51:01.6548512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6548737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6548983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int32 PASSED [ 45%] 2022-11-23T02:51:01.6549225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int64 PASSED [ 45%] 2022-11-23T02:51:01.6549464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:51:01.6549743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6550033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6550369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2022-11-23T02:51:01.6550649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6550968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float32 SKIPPED (_refs.new_zeros doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6551279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:51:01.6551586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int32 SKIPPED (_refs.new_zeros doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6551842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6552092Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6552404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float32 SKIPPED (_refs.nextafter doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6552832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:51:01.6553172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:51:01.6553511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:51:01.6553778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6554041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6554344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6554640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6554934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6555200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_bfloat16 XFAIL [ 45%] 2022-11-23T02:51:01.6555534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float16 XFAIL [ 45%] 2022-11-23T02:51:01.6555823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float64 XFAIL [ 45%] 2022-11-23T02:51:01.6556127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6556430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6556701Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float32 XFAIL [ 45%] 2022-11-23T02:51:01.6556964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6557229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6557487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6557782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6558079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6558342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6558584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6558879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6559174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6559435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6559786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6560046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6560305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6560601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6560898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6561194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6561467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6561872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6562350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6562729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.group_norm doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6563259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6563673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6563958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6564230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6564494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6564871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.hardshrink doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6565145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6565415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6565678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:51:01.6565946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int32 PASSED [ 45%] 2022-11-23T02:51:01.6566210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:51:01.6566514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6566820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6567183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.hardtanh doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6567489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6567928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:51:01.6568262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:51:01.6568549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6568988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6569333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6569653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6569923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6570322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6570823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6571126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6571397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6571703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6571970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6572238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex128 PASSED [ 45%] 2022-11-23T02:51:01.6572506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_complex64 PASSED [ 45%] 2022-11-23T02:51:01.6572808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6573109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6573412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6573758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.l1_loss doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6574050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6574325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6574594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6574899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6575300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6575576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6575923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6576287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6576573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6576874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6577277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 45%] 2022-11-23T02:51:01.6577697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 45%] 2022-11-23T02:51:01.6577997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex32 PASSED [ 45%] 2022-11-23T02:51:01.6578370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 45%] 2022-11-23T02:51:01.6578676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6578965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6579255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 45%] 2022-11-23T02:51:01.6579575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6579944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2022-11-23T02:51:01.6580240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6580556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6580905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:51:01.6581198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 45%] 2022-11-23T02:51:01.6581548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 45%] 2022-11-23T02:51:01.6581831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:51:01.6582106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int64 PASSED [ 45%] 2022-11-23T02:51:01.6582375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_uint8 PASSED [ 45%] 2022-11-23T02:51:01.6583392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:51:01.6583787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.margin_ranking_loss doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6584104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6584679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:51:01.6585027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 45%] 2022-11-23T02:51:01.6585293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:51:01.6585536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6585833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6586129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6586496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:51:01.6586789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:51:01.6587057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:51:01.6587360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6587658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6588020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.mse_loss doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6588323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6588587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float16 XFAIL [ 45%] 2022-11-23T02:51:01.6588890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6589191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6589546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.nll_loss doesn't support nvfuser) [ 45%] 2022-11-23T02:51:01.6589845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6590285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex128 PASSED [ 45%] 2022-11-23T02:51:01.6590582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_complex64 PASSED [ 45%] 2022-11-23T02:51:01.6590972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:51:01.6591371Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:51:01.6591781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_uint8 PASSED [ 45%] 2022-11-23T02:51:01.6592112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6592431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:51:01.6592746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6593093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6593443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6593709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6594056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6594358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6594636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:51:01.6594907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6595180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:51:01.6595455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:51:01.6595734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6596017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6596326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6596634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6596974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6597449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6597723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6597973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6598337Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6598877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6599148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:51:01.6599404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6599664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:51:01.6599966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6600236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6600536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6600863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6601134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6601511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6601855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6602183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6602451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6602711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6602969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6603224Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6603483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:51:01.6603832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.relu doesn't support nvfuser) [ 46%] 2022-11-23T02:51:01.6604288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6604591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6604916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6605214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6605612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6606017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6606420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6606706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:51:01.6606989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6607264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:51:01.6607540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6607805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:51:01.6608083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6608351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:51:01.6608670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6608966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6609358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6609663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6610014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6610298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6610587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex128 PASSED [ 46%] 2022-11-23T02:51:01.6610876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:51:01.6611230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6611565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6611848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6612113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:51:01.6612380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:51:01.6612912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6613235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6613546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6613935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6614280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6614626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6614904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6615174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6615442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6615751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6616025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6616294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:51:01.6616644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6616975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6617257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex128 PASSED [ 46%] 2022-11-23T02:51:01.6617537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:51:01.6617811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6618076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6618523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6618872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6619150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6619524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6619915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6620189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:51:01.6620579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6620853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6621101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:51:01.6621512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6621816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6622106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6622443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6622744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6623032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex128 PASSED [ 46%] 2022-11-23T02:51:01.6623320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6623604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6623885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:51:01.6624638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6625012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6625338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6625665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6626288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6626625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6628654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:51:01.6628983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:51:01.6629228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6629512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6629797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6630075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6630349Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6630656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float32 SKIPPED (_refs.norm doesn't support nvfuser) [ 46%] 2022-11-23T02:51:01.6630908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:51:01.6631346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:51:01.6631586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6631826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:51:01.6632068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:51:01.6632304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6632593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6632922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2022-11-23T02:51:01.6633209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6633466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6633938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float32 SKIPPED (_refs.ones doesn't support nvfuser) [ 46%] 2022-11-23T02:51:01.6634257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6634694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6635098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bool PASSED [ 46%] 2022-11-23T02:51:01.6635466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6635720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:51:01.6635962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:51:01.6636202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6636533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2022-11-23T02:51:01.6636822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6637276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6637548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:51:01.6637828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6638137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6638386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6638647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6638900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:51:01.6639148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:51:01.6639519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:51:01.6639764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:51:01.6640005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:51:01.6640339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 46%] 2022-11-23T02:51:01.6640659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float32 SKIPPED (_refs.positive doesn't support nvfuser) [ 46%] 2022-11-23T02:51:01.6641120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:51:01.6641409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:51:01.6641716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:51:01.6642139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:51:01.6642493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:51:01.6642834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:51:01.6643094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6643330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6643574Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6643809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:51:01.6644132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:51:01.6644408Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6644711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float32 SKIPPED (_refs.pow doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6644986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6645288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int32 SKIPPED (_refs.pow doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6645593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:51:01.6645837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6646077Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:51:01.6646320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6646559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6646796Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6647163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6647445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6647746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float32 SKIPPED (_refs.prod doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6648164Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6648479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int32 SKIPPED (_refs.prod doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6648785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6649178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6649627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6649946Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6650251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6650636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6650961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6651280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6651581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:51:01.6651828Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:51:01.6652075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:51:01.6652320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6652562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6652796Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:51:01.6653035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6653270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6653506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6653782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6654060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6654329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6654630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int32 SKIPPED (_refs.ravel doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6655190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6655509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:51:01.6655756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:51:01.6656004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:51:01.6656346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6656698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6656927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:51:01.6657253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:51:01.6657550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float32 SKIPPED (_refs.real doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6657823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6658182Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6658511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6658768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6659015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6659260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6659505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6659745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:51:01.6660040Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6660326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6660587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6660876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6661195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:51:01.6661448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:51:01.6661702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:51:01.6661948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6662351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6662710Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:51:01.6662994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6663417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6663785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6664114Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:51:01.6664355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:51:01.6664602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6664848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6665070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:51:01.6665311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:51:01.6665594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6665953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6666265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6666546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6666861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float32 SKIPPED (_refs.repeat doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6667170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int32 SKIPPED (_refs.repeat doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6667482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:51:01.6667738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:51:01.6667993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:51:01.6668242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6668493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:51:01.6668737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6668980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6669218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:51:01.6669514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6669992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int32 SKIPPED (_refs.reshape_as doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6670417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6670660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:51:01.6671036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:51:01.6671392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6671642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6671885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6672127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:51:01.6672458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:51:01.6672768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int32 SKIPPED (_refs.reshape doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6673160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6673412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:51:01.6673725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:51:01.6673990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:51:01.6674228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6674471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6674708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6674942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:51:01.6675224Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6675500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6675775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6676082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:51:01.6676385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int32 SKIPPED (_refs.roll doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6676626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:51:01.6677012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:51:01.6677262Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6677503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6677740Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6678076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6678578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6678883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float32 SKIPPED (_refs.rot90 doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6679178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int32 SKIPPED (_refs.rot90 doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6679485Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6679729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:51:01.6679970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:51:01.6680210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6680443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:51:01.6680678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6680937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6681238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float32 SKIPPED (_refs.round doesn't support nvfuser) [ 47%] 2022-11-23T02:51:01.6681609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6682087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6682339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:51:01.6682589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:51:01.6682837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:51:01.6683082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:51:01.6683329Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:51:01.6683567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:51:01.6683914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:51:01.6684162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:51:01.6684399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:51:01.6684680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6685064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6685499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:51:01.6685782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:51:01.6686090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:51:01.6686507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:51:01.6686754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:51:01.6687000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:51:01.6687240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6687484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6687719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:51:01.6687957Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6688241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6688550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6688822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6689179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:51:01.6689442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:51:01.6689677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6689924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:51:01.6690168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex32 PASSED [ 48%] 2022-11-23T02:51:01.6690402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6690639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:51:01.6691003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:51:01.6691247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6691520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6691845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2022-11-23T02:51:01.6692230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6692649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6692959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:51:01.6693211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6693465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:51:01.6693717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:51:01.6694075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:51:01.6694322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6694563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:51:01.6694844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6695136Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6695467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2022-11-23T02:51:01.6695753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6696039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6696346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6696586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:51:01.6696822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6697127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6713363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:51:01.6713773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:51:01.6714166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6714414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6714680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6714984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6715280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6715515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:51:01.6715750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:51:01.6715978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6716209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:51:01.6716479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6716750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6717046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float32 SKIPPED (_refs.signbit doesn't support nvfuser) [ 48%] 2022-11-23T02:51:01.6717348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6717787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6718086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6718384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:51:01.6718618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:51:01.6718849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:51:01.6719076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6719466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6719694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6719917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:51:01.6720175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6720648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6721093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2022-11-23T02:51:01.6721364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6721598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6721888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6722120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:51:01.6722384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6722684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6722921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6723160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:51:01.6723390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:51:01.6723616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6723840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:51:01.6724062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6724288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:51:01.6724556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6724815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6725734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6726054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6726474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6726758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6727070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6727343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6727772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6728080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:51:01.6728555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6729102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:51:01.6729726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6730216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:51:01.6730666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6731187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6731808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2022-11-23T02:51:01.6732356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6732839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6733435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6734048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:51:01.6734657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:51:01.6735288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:51:01.6735897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6736424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6736938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6737555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:51:01.6738058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:51:01.6738732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:51:01.6739318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6739898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6740474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6741002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6741694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6742441Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6743102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6743620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6744115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6744768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:51:01.6745279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6745948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.bessel_j0 doesn't support nvfuser) [ 48%] 2022-11-23T02:51:01.6746585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6747216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6747731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6748357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6748925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6749601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6750319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6750936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:51:01.6751412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6751905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:51:01.6752393Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:51:01.6752953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6753766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6754320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6754823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6755316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6755928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6756429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:51:01.6757167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6757751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6758491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6759145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.erfcx doesn't support nvfuser) [ 48%] 2022-11-23T02:51:01.6759927Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:51:01.6760444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:51:01.6760934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:51:01.6761440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:51:01.6761990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6762729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.i0e doesn't support nvfuser) [ 48%] 2022-11-23T02:51:01.6763361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:51:01.6764037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:51:01.6764725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:51:01.6765233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:51:01.6765737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6766219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6766696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6767186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6767941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.i1 doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6768616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6769075Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6769664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6770214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6770954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6771657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.i1e doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6772189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6772683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6773181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:51:01.6773663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6774355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6775176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.log_ndtr doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6775776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6776346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:51:01.6777035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 49%] 2022-11-23T02:51:01.6777594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 49%] 2022-11-23T02:51:01.6778299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:51:01.6778842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6779384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6780006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6780623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6781183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6781787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6782457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:51:01.6782962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:51:01.6783766Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:51:01.6784257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6784741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6785405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6785985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6786659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6787301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.logit doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6787926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6788562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.logit doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6789180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:51:01.6789899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6790440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6791192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6791826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6792676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6793398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6794019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6794579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6795140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6795708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6796435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6797055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6797738Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6798755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6799554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6800236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:51:01.6800915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:51:01.6801592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6802152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6802693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6803238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6803777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6805209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6805978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6806832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6807676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6808295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6808980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:51:01.6809478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:51:01.6809989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:51:01.6810472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6810956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6811445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6812021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6812773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6813514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.ndtr doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6814341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6814857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:51:01.6815353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6815838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6816331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:51:01.6816890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6817531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.ndtri doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6818168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.ndtri doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6818796Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:51:01.6819435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 49%] 2022-11-23T02:51:01.6820138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 49%] 2022-11-23T02:51:01.6820808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6821424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:51:01.6822138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6822752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6823370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6823937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6824482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6825036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:51:01.6825567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6826160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6826806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6827358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6828147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6828802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6829811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.spherical_bessel_j0 doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6830414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6830921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:51:01.6831429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:51:01.6831912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6832395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6832897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:51:01.6833366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6833973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6834524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6835518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.xlog1py doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6836186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.xlog1py doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6836769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6837505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:51:01.6837998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6838489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6839145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.zeta doesn't support nvfuser) [ 49%] 2022-11-23T02:51:01.6839703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6840326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6841020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6841613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:51:01.6842195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex32 PASSED [ 49%] 2022-11-23T02:51:01.6842469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex64 PASSED [ 49%] 2022-11-23T02:51:01.6842865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6843271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6843605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2022-11-23T02:51:01.6843886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6844163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6844413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6844724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6845166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6845483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:51:01.6845726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:51:01.6845992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex64 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:51:01.6846234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:51:01.6846569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6846827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:51:01.6847068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:51:01.6847312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6847551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:51:01.6847788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:51:01.6848215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6848521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6848774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float32 PASSED [ 49%] 2022-11-23T02:51:01.6849088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:51:01.6849443Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int32 PASSED [ 49%] 2022-11-23T02:51:01.6849842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:51:01.6850163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:51:01.6850397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:51:01.6850648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex32 PASSED [ 49%] 2022-11-23T02:51:01.6850896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6851398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6851641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:51:01.6851886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6852168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6852452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6852768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:51:01.6853044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6853361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:51:01.6853608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:51:01.6853848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6854094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6854425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:51:01.6854688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6854930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6855311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6855563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:51:01.6855847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6856174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2022-11-23T02:51:01.6856592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float32 SKIPPED (_refs.stack doesn't support nvfuser) [ 50%] 2022-11-23T02:51:01.6857003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6857320Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:51:01.6857619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int32 SKIPPED (_refs.stack doesn't support nvfuser) [ 50%] 2022-11-23T02:51:01.6857893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6858135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:51:01.6858389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6858650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6858894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6859246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex32 PASSED [ 50%] 2022-11-23T02:51:01.6859483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6859719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6859956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:51:01.6860195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6860431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:51:01.6860665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:51:01.6860902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6861179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6861499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2022-11-23T02:51:01.6861773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6862127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6862594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:51:01.6862872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6863181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:51:01.6863586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:51:01.6863944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6864195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex32 PASSED [ 50%] 2022-11-23T02:51:01.6864444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:51:01.6864682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6864918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6865154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:51:01.6865422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6865703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6866028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2022-11-23T02:51:01.6866290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6866560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6866942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6867212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6867516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:51:01.6867820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:51:01.6868074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:51:01.6868321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6868580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6868831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:51:01.6869073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:51:01.6869452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:51:01.6869708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6870079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6870389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6870916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6871179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6871433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6871713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6872031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:51:01.6872269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:51:01.6872500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6872743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:51:01.6872979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6873211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6873486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6873757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6873998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6874247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6874662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:51:01.6874907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6875151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex32 PASSED [ 50%] 2022-11-23T02:51:01.6875398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:51:01.6875641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6875880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6876118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:51:01.6876498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6876783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6877063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6877336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6877793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6878214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6878462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:51:01.6878715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6878955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6879199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6879438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:51:01.6879672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:51:01.6879955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6880282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2022-11-23T02:51:01.6880564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6880839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6881082Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6881389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:51:01.6881633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6881886Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6882191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:51:01.6882546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6882798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:51:01.6883047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:51:01.6883296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:51:01.6883706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:51:01.6884009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6884307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6884703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6885150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float32 SKIPPED (_refs.tensor_split doesn't support nvfuser) [ 50%] 2022-11-23T02:51:01.6885474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:51:01.6885882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int32 SKIPPED (_refs.tensor_split doesn't support nvfuser) [ 50%] 2022-11-23T02:51:01.6886138Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6886389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:51:01.6886626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:51:01.6886865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:51:01.6887097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6887322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:51:01.6887549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6887829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6888100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6888375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6888677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:51:01.6888919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:51:01.6889154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6889394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:51:01.6889612Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:51:01.6889954Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6890234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6890680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6890978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6891311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2022-11-23T02:51:01.6891589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6892003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int32 SKIPPED (_refs.trace doesn't support nvfuser) [ 50%] 2022-11-23T02:51:01.6892423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:51:01.6892673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:51:01.6892928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:51:01.6893179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:51:01.6893511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:51:01.6893779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:51:01.6894066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6894353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6894644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:51:01.6894929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6895246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6895496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6895813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:51:01.6896053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:51:01.6896296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6896531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:51:01.6896761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6896997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:51:01.6897267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6897673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6898091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6898372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int32 SKIPPED (_refs.tril doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6898641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6899184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:51:01.6899504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:51:01.6899744Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:51:01.6899994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:51:01.6900234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:51:01.6900468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:51:01.6900700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:51:01.6900932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6901288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6901586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6901897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6902196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int32 SKIPPED (_refs.triu doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6902477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6902730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6902989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:51:01.6903240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6903489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6903737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6904025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6904315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6904747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6905062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6905307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6906506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6906754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6906993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6907214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:51:01.6907493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6907802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float32 SKIPPED (_refs.trunc doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6908078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6908386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6908684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int32 SKIPPED (_refs.trunc doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6908987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:51:01.6909235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6909584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:51:01.6909857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:51:01.6910102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6910348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:51:01.6910588Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6910870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6911143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6911472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:51:01.6911941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float32 SKIPPED (_refs.unbind doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6912233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6912539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6912816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6913331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:51:01.6913593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:51:01.6913848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6914204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6914453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:51:01.6914698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6914985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6915269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6915557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6915842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6916158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int32 SKIPPED (_refs.unflatten doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6916396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6916644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6916895Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6917218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6917486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:51:01.6917772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6918070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6918390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:51:01.6918635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6919025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:51:01.6919284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:51:01.6919533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6919779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:51:01.6920126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6920477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6920722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:51:01.6920961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6921239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6921542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6922074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6936694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int32 SKIPPED (_refs.unfold doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6938891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:51:01.6939350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:51:01.6939633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6939885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6940135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:51:01.6940509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6940893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6941194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6941533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:51:01.6942024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6942439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float32 PASSED [ 51%] 2022-11-23T02:51:01.6942707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6942989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6943306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:51:01.6943627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:51:01.6943869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6944108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:51:01.6944344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6944634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6944911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6945184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6945432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6945690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:51:01.6945939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6946312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6946702Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:51:01.6946987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6947398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6947754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6948019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:51:01.6948268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:51:01.6948514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6948758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:51:01.6948997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:51:01.6949259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6949541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6949911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6950242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float32 SKIPPED (_refs.view_as doesn't support nvfuser) [ 51%] 2022-11-23T02:51:01.6950531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6950844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6951118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6951360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6951600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:51:01.6951846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:51:01.6952083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6952323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:51:01.6952557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:51:01.6952868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:51:01.6953307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:51:01.6953568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:51:01.6953810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:51:01.6954341Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:51:01.6954718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:51:01.6954966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:51:01.6955212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:51:01.6955454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:51:01.6955698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:51:01.6955983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6956265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:51:01.6956546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6956814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6957118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int32 SKIPPED (_refs.vsplit doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6957390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6957763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:51:01.6958027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6958280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6958522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6958765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6959004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6959241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6959482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6959838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6960134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6960413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6960908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6961268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6961551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6961856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int32 SKIPPED (_refs.vstack doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6962166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:51:01.6962532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6962777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6963015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6963295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6963611Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:51:01.6963916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int32 SKIPPED (_refs.where doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6964191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6964494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:51:01.6964739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:51:01.6964975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6965791Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6966089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6966417Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:51:01.6966720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6967026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float32 SKIPPED (_refs.xlogy doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6967467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6967899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:51:01.6968212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int32 SKIPPED (_refs.xlogy doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6968522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:51:01.6968765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6969015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6969261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6969498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6969735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6970019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6970292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6970703Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6970983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6971287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float32 SKIPPED (_refs.zeros doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6971589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:51:01.6971891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int32 SKIPPED (_refs.zeros doesn't support nvfuser) [ 52%] 2022-11-23T02:51:01.6972166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6972469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:51:01.6972736Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6973138Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6973434Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6973834Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6974240Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6974598Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6974905Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6975158Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:51:01.6975405Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6975644Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6975895Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6976143Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6976388Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6976633Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6976879Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6977121Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6977407Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6977693Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6977984Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6978387Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6978672Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:51:01.6978928Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6979245Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:51:01.6979502Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6979940Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:51:01.6980171Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:51:01.6980385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6980598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6980918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6981228Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6981439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6981728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int64 PASSED [ 52%] 2022-11-23T02:51:01.6981949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6982187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6982419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6982664Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6982900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6983136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6983374Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6983611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6983843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6984075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:51:01.6984312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6984546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6984779Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6985007Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6985230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6985466Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6985698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6985924Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6986255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6986604Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6986833Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6987064Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6987414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6987778Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6988008Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6988251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6988484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6988712Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6988937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int64 PASSED [ 52%] 2022-11-23T02:51:01.6989169Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6989482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6989738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6989981Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6990226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6990467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6990701Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6990934Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6991163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6991393Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int32 PASSED [ 52%] 2022-11-23T02:51:01.6991631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6991869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6992105Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6992331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6992560Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6992786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6993094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6993353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float64 PASSED [ 52%] 2022-11-23T02:51:01.6993583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6993810Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int8 PASSED [ 52%] 2022-11-23T02:51:01.6994360Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6994608Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6994846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:51:01.6995075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_bool PASSED [ 52%] 2022-11-23T02:51:01.6995320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6995559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6995792Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6996027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6996254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int64 PASSED [ 52%] 2022-11-23T02:51:01.6996478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_uint8 PASSED [ 52%] 2022-11-23T02:51:01.6996716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex128 PASSED [ 52%] 2022-11-23T02:51:01.6996951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex32 PASSED [ 52%] 2022-11-23T02:51:01.6997274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_complex64 PASSED [ 52%] 2022-11-23T02:51:01.6997531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float16 PASSED [ 52%] 2022-11-23T02:51:01.6997759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float32 PASSED [ 52%] 2022-11-23T02:51:01.6997993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int16 PASSED [ 52%] 2022-11-23T02:51:01.6998217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int64 PASSED [ 52%] 2022-11-23T02:51:01.6998445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.6998650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.6998878Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.6999115Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.6999345Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.6999570Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.6999921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7000148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7000373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7000708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7001043Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7001287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7001526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7001755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7002095Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7002328Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7002570Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7002803Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7003028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7003255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7003476Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7003701Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7003927Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7004119Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7004336Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7004548Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7004756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7005038Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7005260Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7005467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7005691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7005905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7006115Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7006445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7006660Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7006868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7007178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7007495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7007743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7007968Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7008180Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7008390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7008580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7008788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7009000Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7009219Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7009432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7009639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7009949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7010156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7010358Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7010579Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7010795Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7011016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7011236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7011450Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7011663Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7011876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7012087Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7012298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7012513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7012710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7012998Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7013236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7013447Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7013658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7013869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7014075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7014285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7014493Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7014703Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7014905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7015110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7015333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7015553Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7015768Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7015972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7016177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7016384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7016596Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7016791Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7016996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7017301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7017508Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7017718Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7018048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7018261Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7018463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7018676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7018993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex64 PASSED [ 53%] 2022-11-23T02:51:01.7019317Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7019535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7019738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7019939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7020155Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7020368Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7020660Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7020891Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7021100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7021292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7021585Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex128 SKIPPED (Errors when storage_offset is included) [ 53%] 2022-11-23T02:51:01.7021873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 53%] 2022-11-23T02:51:01.7022154Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int64 SKIPPED (Errors when storage_offset is included) [ 53%] 2022-11-23T02:51:01.7022430Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int8 SKIPPED (Errors when storage_offset is included) [ 53%] 2022-11-23T02:51:01.7022646Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7022853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7023069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7023286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7023493Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7023696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7023901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7024117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7024334Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7024546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7024754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7025060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7025268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7025475Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7025680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7025869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7026117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7026328Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7026533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7026739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7026950Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7027164Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7027377Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7027584Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7027787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7027986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7028270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7028511Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex128 PASSED [ 53%] 2022-11-23T02:51:01.7028728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7028943Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float64 PASSED [ 53%] 2022-11-23T02:51:01.7029150Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7029359Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7029564Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7029784Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float32 PASSED [ 53%] 2022-11-23T02:51:01.7029985Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7030198Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7030410Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int8 PASSED [ 53%] 2022-11-23T02:51:01.7030621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7030828Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7031052Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex32 PASSED [ 53%] 2022-11-23T02:51:01.7031270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float16 PASSED [ 53%] 2022-11-23T02:51:01.7031484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int16 PASSED [ 53%] 2022-11-23T02:51:01.7031697Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int32 PASSED [ 53%] 2022-11-23T02:51:01.7031909Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int64 PASSED [ 53%] 2022-11-23T02:51:01.7032119Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_uint8 PASSED [ 53%] 2022-11-23T02:51:01.7032339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:51:01.7032647Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_bool PASSED [ 53%] 2022-11-23T02:51:01.7032874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex32 PASSED [ 54%] 2022-11-23T02:51:01.7033100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7033321Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7033539Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7033755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7033968Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7034186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7034383Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7034729Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7034970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7035196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7035412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7035897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7036147Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7036362Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7036582Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7036794Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7037026Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7037238Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7037449Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7037690Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7037930Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7038161Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7038391Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7038618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7038837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7039065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7039287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7039497Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7039716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7039934Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7040257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7040477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7040697Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7040911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7041126Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7041333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7041550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7041763Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7041972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7042183Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7042387Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7042596Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7042805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7043011Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7043288Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7043530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7043727Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7043937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7044156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7044370Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7044580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7044788Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7044997Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7045206Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7045422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7045637Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7045853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7046064Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7046272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7046478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7046688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7046905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7047124Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex32 PASSED [ 54%] 2022-11-23T02:51:01.7047338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7047546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7048342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7048559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7048768Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7048993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7049225Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7049452Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7049676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7049892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7050109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex32 PASSED [ 54%] 2022-11-23T02:51:01.7050321Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7050531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7050739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7050943Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7051257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7051503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7051730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7051961Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7052178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7052402Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7052639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7052854Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7053083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7053304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7053526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7053747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7053972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7054193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex32 PASSED [ 54%] 2022-11-23T02:51:01.7054417Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7054632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7054849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7055065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7055283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7055496Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7055810Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7056019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bool PASSED [ 54%] 2022-11-23T02:51:01.7056233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7056444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7056651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7056865Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7057077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7057265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7057482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7057695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7057904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7058113Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7058326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7058542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7058829Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7059063Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7059286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7059516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7059737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7059951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int16 PASSED [ 54%] 2022-11-23T02:51:01.7060169Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7060379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7060594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7060803Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7061033Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex128 PASSED [ 54%] 2022-11-23T02:51:01.7061265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex32 PASSED [ 54%] 2022-11-23T02:51:01.7061491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7061700Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7061919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7062138Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7062359Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7062582Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex32 PASSED [ 54%] 2022-11-23T02:51:01.7062799Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex64 PASSED [ 54%] 2022-11-23T02:51:01.7063010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7063320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7063532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7063745Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7063958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7064188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7064418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float64 PASSED [ 54%] 2022-11-23T02:51:01.7064647Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7064874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7065090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int32 PASSED [ 54%] 2022-11-23T02:51:01.7065300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7065512Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int8 PASSED [ 54%] 2022-11-23T02:51:01.7065722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7065958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7066455Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float16 PASSED [ 54%] 2022-11-23T02:51:01.7066724Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float32 PASSED [ 54%] 2022-11-23T02:51:01.7066954Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int64 PASSED [ 54%] 2022-11-23T02:51:01.7067301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_uint8 PASSED [ 54%] 2022-11-23T02:51:01.7067651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:51:01.7067892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7068133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7068372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7068613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7068845Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7069078Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7069311Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7069536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7069768Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:51:01.7069999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7070230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7070456Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7070668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7070890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7071217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7071430Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7071629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7071846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7072059Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7072273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7072482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7072689Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7072904Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:51:01.7073111Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7073328Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7073542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7073753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7074040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7074274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7074483Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7074695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7074916Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7075142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7075361Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7075574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7075776Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7075975Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7076185Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7076392Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7076598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7076797Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7076993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7077201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:51:01.7077405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7077611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7077820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7078031Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:51:01.7078238Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7078546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7078753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7078956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7079165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7079380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7079585Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7079779Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7079990Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7080199Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:51:01.7080407Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7080611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7080813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7081019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7081219Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7081505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:51:01.7081743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7081961Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7082173Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7082384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7082592Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7082794Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7082997Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7083198Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7083413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7083633Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7083830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7084047Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7084257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7084467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7084686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7084895Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7085107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7085320Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7085533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7085739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7086048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7086256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7086468Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7086680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7086887Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7087101Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7087315Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7087524Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7087731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7087919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7088123Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7088325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7088533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7088754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7089416Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7089685Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7089898Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7090113Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7090325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7090535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7090744Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7090961Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7091178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7091386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7091594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7091799Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7092022Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7092241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7092456Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7092654Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7092864Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7093074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7093292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7093515Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7093847Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7094068Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7094285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7094499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7094711Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7094939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7095163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7095382Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_complex64 PASSED [ 55%] 2022-11-23T02:51:01.7095599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float16 PASSED [ 55%] 2022-11-23T02:51:01.7095809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7096022Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7096233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7096449Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7096737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7096968Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7097158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7097370Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7097587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7097811Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7098026Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7098238Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int32 PASSED [ 55%] 2022-11-23T02:51:01.7098448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7098660Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7098869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7099088Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7099309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7099525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float32 PASSED [ 55%] 2022-11-23T02:51:01.7099740Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float64 PASSED [ 55%] 2022-11-23T02:51:01.7099951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int16 PASSED [ 55%] 2022-11-23T02:51:01.7100162Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int64 PASSED [ 55%] 2022-11-23T02:51:01.7100374Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int8 PASSED [ 55%] 2022-11-23T02:51:01.7100586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_uint8 PASSED [ 55%] 2022-11-23T02:51:01.7100795Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_bool PASSED [ 55%] 2022-11-23T02:51:01.7101114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex128 PASSED [ 55%] 2022-11-23T02:51:01.7101316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex32 PASSED [ 55%] 2022-11-23T02:51:01.7101538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_complex64 PASSED [ 56%] 2022-11-23T02:51:01.7101755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7101969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7102178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7102396Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7102608Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7102820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7103048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7103264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7103477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7103688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7103900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7104188Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7104424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7104638Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7104872Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7105107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7105339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex32 PASSED [ 56%] 2022-11-23T02:51:01.7105563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7105769Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7105993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7106213Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7106426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7106646Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7106856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7107074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7107281Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7107491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7107706Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7107924Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7108135Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7108347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7108657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7108871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7109090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7109308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7109522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7109740Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7109953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7110159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7110386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex32 PASSED [ 56%] 2022-11-23T02:51:01.7110599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7110808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7111020Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7111241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7111528Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7111769Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7111983Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7112201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7112425Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7112649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex32 PASSED [ 56%] 2022-11-23T02:51:01.7112873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_complex64 PASSED [ 56%] 2022-11-23T02:51:01.7113092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7113304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7113520Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7113732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7113948Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7114166Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7114377Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7114569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7114780Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7114991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7115206Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7115418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7115627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7115932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7116148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7116358Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7116571Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7116783Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex32 PASSED [ 56%] 2022-11-23T02:51:01.7116996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7117204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7117406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7117610Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7117813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7118034Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex128 PASSED [ 56%] 2022-11-23T02:51:01.7118256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex64 PASSED [ 56%] 2022-11-23T02:51:01.7118467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7118659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7118938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7119172Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7119382Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7119595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7119801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7120005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7120220Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex64 PASSED [ 56%] 2022-11-23T02:51:01.7120432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7120644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7120856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7121067Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7121280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7121492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7121704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7121915Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7122123Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7122332Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7122543Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7122737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7123100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7123350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7123675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7123954Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7124365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7124675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7124891Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7125106Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7125333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7125554Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7125774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7125992Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7126249Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7126461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7126668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7126962Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7127191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7127403Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7127613Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7127808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7128009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7128218Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7128423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7128626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7128837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7129046Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7129251Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7129452Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7129658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7129862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7130063Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7130267Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7130464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7130667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7130866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_uint8 PASSED [ 56%] 2022-11-23T02:51:01.7131067Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7131373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7131553Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7131749Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7131943Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7132140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_int8 PASSED [ 56%] 2022-11-23T02:51:01.7132362Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7132583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_bool PASSED [ 56%] 2022-11-23T02:51:01.7132805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7133021Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int16 PASSED [ 56%] 2022-11-23T02:51:01.7133239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int32 PASSED [ 56%] 2022-11-23T02:51:01.7133449Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7133659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:51:01.7133876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex32 PASSED [ 56%] 2022-11-23T02:51:01.7134086Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float16 PASSED [ 56%] 2022-11-23T02:51:01.7134372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float32 PASSED [ 56%] 2022-11-23T02:51:01.7134609Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_float64 PASSED [ 56%] 2022-11-23T02:51:01.7134820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int64 PASSED [ 56%] 2022-11-23T02:51:01.7135030Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7135253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7135463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7135680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7135872Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7136077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7136290Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7136498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7136707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7136922Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7137127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7137331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7137529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7137725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7137928Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7138130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7138329Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7138539Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7138853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7139069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex32 PASSED [ 57%] 2022-11-23T02:51:01.7139290Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7139514Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7139736Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex32 PASSED [ 57%] 2022-11-23T02:51:01.7139940Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7140152Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7140363Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7140574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7140782Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7141010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7141233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7141451Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7141667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7141952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7142185Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7142400Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7142630Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7142845Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7143068Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7143286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7143496Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7143709Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7143920Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7144128Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7144341Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7144570Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7144795Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex32 PASSED [ 57%] 2022-11-23T02:51:01.7145016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7145234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7145453Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7145667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7145886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7146197Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7146411Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7146623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7146837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7147056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7147282Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7147504Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7147722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7147934Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7148150Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7148361Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7148572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7148763Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7148977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7149264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7149496Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7149704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7149918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7150125Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7150337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7150550Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7150761Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7150968Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7151175Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7151379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7151586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7151805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7152015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7152224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7152435Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7152650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7152846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7153062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7153274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7153487Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7153792Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7154002Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7154211Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7154422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7154631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7154842Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7155047Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7155254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7155461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7155660Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7155864Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7156062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7156276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7156491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7156770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7156984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7157193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7157406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int64 PASSED [ 57%] 2022-11-23T02:51:01.7157611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7157846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7158075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7158298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7158527Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7158753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7158974Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7159202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7159418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7159650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7159882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7160107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7160343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7160579Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7160810Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7161130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7161351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7161558Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7161774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7161987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7162206Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7162422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7162635Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7162848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7163058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7163263Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7163467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7163671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_uint8 PASSED [ 57%] 2022-11-23T02:51:01.7163886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7164165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7164397Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7164605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7164817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7165024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7165241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7165453Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7165662Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float16 PASSED [ 57%] 2022-11-23T02:51:01.7165856Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7166065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_float64 PASSED [ 57%] 2022-11-23T02:51:01.7166270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int16 PASSED [ 57%] 2022-11-23T02:51:01.7166470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int32 PASSED [ 57%] 2022-11-23T02:51:01.7166676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int8 PASSED [ 57%] 2022-11-23T02:51:01.7166884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:51:01.7167088Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_bool PASSED [ 57%] 2022-11-23T02:51:01.7167301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex128 PASSED [ 57%] 2022-11-23T02:51:01.7167513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex64 PASSED [ 57%] 2022-11-23T02:51:01.7167725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float32 PASSED [ 57%] 2022-11-23T02:51:01.7167933Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7168135Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7168339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7169149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7169396Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7169635Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7169871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7170110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7170345Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7170577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7170786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7171002Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7171226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7171445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7171664Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7171973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7172212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7172427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7172644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7172872Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7173099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7173319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7173534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7173751Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7173967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7174189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7174404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7174628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7174852Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7175071Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7175274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7175490Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7175707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7175921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7176130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7176442Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7176668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7176881Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7177095Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7177311Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7177530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7177752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7177966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7178184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7178396Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7178601Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7178808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7179013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7179212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7179473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7179694Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7179918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7180139Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7180367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7180593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex32 PASSED [ 58%] 2022-11-23T02:51:01.7180812Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7181037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7181254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7181468Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7181680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7181892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7182105Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7182316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7182525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7182737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7182950Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7183163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7183369Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7183615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7183936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7184187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7184430Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7184674Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7184915Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7185151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7185386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7185624Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7185860Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7186104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7186347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7186588Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7186897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7187161Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7187404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7187620Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7187838Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7188053Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7188265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7188478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7188691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7188912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7189117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7189340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex32 PASSED [ 58%] 2022-11-23T02:51:01.7189557Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7189773Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7189987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7190195Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7190408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7190616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7190830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7191041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex32 PASSED [ 58%] 2022-11-23T02:51:01.7191347Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7191554Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7191754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7191952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7192172Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7192390Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7192607Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7192816Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7193028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7193224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7193448Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex32 PASSED [ 58%] 2022-11-23T02:51:01.7193673Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7193894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7194181Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7194419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7194634Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7194849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7195065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7195279Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7195492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7195702Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7195911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7196123Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7196333Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7196564Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7196796Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7197017Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7197228Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7197433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float32 PASSED [ 58%] 2022-11-23T02:51:01.7197617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7197821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7198021Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7198217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7198425Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7198738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7198953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex32 PASSED [ 58%] 2022-11-23T02:51:01.7199162Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7199372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float16 PASSED [ 58%] 2022-11-23T02:51:01.7199580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int16 PASSED [ 58%] 2022-11-23T02:51:01.7199785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7199990Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int8 PASSED [ 58%] 2022-11-23T02:51:01.7200202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bool PASSED [ 58%] 2022-11-23T02:51:01.7200430Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex128 PASSED [ 58%] 2022-11-23T02:51:01.7200656Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex32 PASSED [ 58%] 2022-11-23T02:51:01.7200873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float64 PASSED [ 58%] 2022-11-23T02:51:01.7201085Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int32 PASSED [ 58%] 2022-11-23T02:51:01.7201296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int64 PASSED [ 58%] 2022-11-23T02:51:01.7201505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_uint8 PASSED [ 58%] 2022-11-23T02:51:01.7201795Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:51:01.7202054Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex64 PASSED [ 58%] 2022-11-23T02:51:01.7202289Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7202514Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7202740Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7202969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int64 PASSED [ 59%] 2022-11-23T02:51:01.7203186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7203410Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7203627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7203843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7204052Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7204268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7204478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7204688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_uint8 PASSED [ 59%] 2022-11-23T02:51:01.7204903Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7205110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_bool PASSED [ 59%] 2022-11-23T02:51:01.7205332Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7205545Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7205754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int64 PASSED [ 59%] 2022-11-23T02:51:01.7206075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7206279Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex32 PASSED [ 59%] 2022-11-23T02:51:01.7206499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7206716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7206933Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7207148Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7207362Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7207573Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7207785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int64 PASSED [ 59%] 2022-11-23T02:51:01.7207998Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7208244Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7208490Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7208724Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7209427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7209722Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7209956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7210197Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7210423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7210650Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7210873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7211092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7211335Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7211564Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7211796Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7212041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7212276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7212513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7212774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7213035Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7213286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7213531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7213884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7214128Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7214369Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7214605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7214843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7215094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7215340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7215584Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7215816Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7216083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7216344Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex32 PASSED [ 59%] 2022-11-23T02:51:01.7216608Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7216939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7217220Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7217483Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7217730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7217958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7218212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7218459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7218710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7218944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7219184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7219423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7219659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7219913Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7220169Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7220428Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7220679Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7220928Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7221283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7221537Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_uint8 PASSED [ 59%] 2022-11-23T02:51:01.7221774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7222028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7222284Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7222534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7222781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7223028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7223265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7223501Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7223733Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7223944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7224247Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7224495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7224724Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7224963Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7225356Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7225588Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7225814Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_selu_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7226315Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7226594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7226850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7227216Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7227470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7227719Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7227965Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int64 PASSED [ 59%] 2022-11-23T02:51:01.7228215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_uint8 PASSED [ 59%] 2022-11-23T02:51:01.7228474Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7228729Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7229105Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7229348Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7229591Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7229837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 59%] 2022-11-23T02:51:01.7230092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7230342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_uint8 PASSED [ 59%] 2022-11-23T02:51:01.7230565Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7230817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7231060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7231300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7231548Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7231791Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7232108Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7232375Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7232616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_uint8 PASSED [ 59%] 2022-11-23T02:51:01.7232862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7233102Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7233338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7233574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7233817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7234071Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7234317Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7234574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7234820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int8 PASSED [ 59%] 2022-11-23T02:51:01.7235070Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_uint8 PASSED [ 59%] 2022-11-23T02:51:01.7235283Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7235499Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7235713Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7235923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7236115Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7236424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7236644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7236900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex32 PASSED [ 59%] 2022-11-23T02:51:01.7237114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7237324Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float32 PASSED [ 59%] 2022-11-23T02:51:01.7237536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float64 PASSED [ 59%] 2022-11-23T02:51:01.7237740Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int32 PASSED [ 59%] 2022-11-23T02:51:01.7237963Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7238187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex32 PASSED [ 59%] 2022-11-23T02:51:01.7238408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_complex64 PASSED [ 59%] 2022-11-23T02:51:01.7238621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float16 PASSED [ 59%] 2022-11-23T02:51:01.7238830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int16 PASSED [ 59%] 2022-11-23T02:51:01.7239048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:51:01.7239272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex128 PASSED [ 59%] 2022-11-23T02:51:01.7239577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex32 PASSED [ 59%] 2022-11-23T02:51:01.7239820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7240041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7240264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7240478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7240674Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7240887Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7241099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7241319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex32 PASSED [ 60%] 2022-11-23T02:51:01.7241529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7241732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7241936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7242143Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7242344Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7242560Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7242774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7242984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7243196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7243405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7243615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7243919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7244120Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7244321Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7244540Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex32 PASSED [ 60%] 2022-11-23T02:51:01.7244735Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7244951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7245170Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7245377Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7245591Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7245802Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7246012Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7246218Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7246426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7246632Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7246918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7247156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex32 PASSED [ 60%] 2022-11-23T02:51:01.7247372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7247587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7247799Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7248006Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7248207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7248404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7248608Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7248820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7249037Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7249265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7249484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7249702Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7249918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7250130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7250346Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7250556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7250765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7250973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7251281Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7251495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7251705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7251929Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7252156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7252379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7252598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7252813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7253010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7253223Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7253443Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7253662Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex32 PASSED [ 60%] 2022-11-23T02:51:01.7253879Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7254093Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7254380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7254617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7254828Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7255051Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7255261Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7255470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7255676Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7255882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7256094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7256303Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7256510Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7256714Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7256928Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7257137Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7257328Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7257536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7257741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7257953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7258162Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7258370Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7258577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7258890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7259101Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7259309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7259515Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7259723Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7259935Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7260133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7260340Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7260561Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7260784Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7261005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7261221Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7261432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7261642Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7261923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7262160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7262370Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7262582Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7262800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7263013Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7263230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7263444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7263641Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7263851Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7264059Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7264264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7264469Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7264672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7264871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7265086Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex128 PASSED [ 60%] 2022-11-23T02:51:01.7265296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7265504Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7265707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7265919Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:51:01.7266228Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7266440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7266647Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7266850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7267056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7267294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex64 PASSED [ 60%] 2022-11-23T02:51:01.7267531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7267744Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7267966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7268189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7268419Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7268641Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7268867Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7269159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7269398Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7269623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7269853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7270082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int16 PASSED [ 60%] 2022-11-23T02:51:01.7270304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7270521Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7270746Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_int8 PASSED [ 60%] 2022-11-23T02:51:01.7270977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7271203Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bool PASSED [ 60%] 2022-11-23T02:51:01.7271426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float16 PASSED [ 60%] 2022-11-23T02:51:01.7271651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float32 PASSED [ 60%] 2022-11-23T02:51:01.7271877Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_float64 PASSED [ 60%] 2022-11-23T02:51:01.7272098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int32 PASSED [ 60%] 2022-11-23T02:51:01.7272325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int64 PASSED [ 60%] 2022-11-23T02:51:01.7272530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_uint8 PASSED [ 60%] 2022-11-23T02:51:01.7272752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7272972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7273193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7273411Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7273723Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7273942Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7274159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7274372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7274585Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7274809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7275028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7275245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7275462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7275688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7275915Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7276140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7276366Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7276689Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7276972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7277224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7277460Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7277708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7277952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7278200Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7278427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7278654Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7278878Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7279105Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7279327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7279587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7279838Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7280092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7280343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7280586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7280828Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7281177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7281426Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7281672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7281917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7282166Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7282417Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7282641Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7282867Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7283093Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7283299Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7283519Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7283737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7284028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7284271Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7284500Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7284724Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7284949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7285192Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7285447Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 61%] 2022-11-23T02:51:01.7285698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7285945Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7286190Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7286436Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7286679Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7286911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7287134Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7287361Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7287587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7287815Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7288041Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7288863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7289088Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7289314Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7289531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7289749Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7289971Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7290186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7290401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex32 PASSED [ 61%] 2022-11-23T02:51:01.7290617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7290830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7291034Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7291235Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7291452Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7291663Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7291965Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex128 PASSED [ 61%] 2022-11-23T02:51:01.7292206Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7292418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7292635Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7292848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7293075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex128 PASSED [ 61%] 2022-11-23T02:51:01.7293278Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex32 PASSED [ 61%] 2022-11-23T02:51:01.7293493Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7293705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7293918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7294137Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7294348Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7294572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex128 PASSED [ 61%] 2022-11-23T02:51:01.7294787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7294996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7295207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7295414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7295627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7295841Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex128 PASSED [ 61%] 2022-11-23T02:51:01.7296053Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7296376Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7296595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7296808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7297016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7297224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7297414Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7297629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7297840Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex32 PASSED [ 61%] 2022-11-23T02:51:01.7298045Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7298252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7298472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7298686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7298912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex128 PASSED [ 61%] 2022-11-23T02:51:01.7299133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7299424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7299655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7299864Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7300071Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7300270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7300474Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7300672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7300870Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7301070Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7301280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7301478Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7301686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7301898Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7302104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7302309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7302512Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_uint8 PASSED [ 61%] 2022-11-23T02:51:01.7302710Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7302924Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex32 PASSED [ 61%] 2022-11-23T02:51:01.7303140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7303352Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7303559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int32 PASSED [ 61%] 2022-11-23T02:51:01.7303859Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7304082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bfloat16 XFAIL [ 61%] 2022-11-23T02:51:01.7304308Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex128 XFAIL [ 61%] 2022-11-23T02:51:01.7304535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_complex64 XFAIL [ 61%] 2022-11-23T02:51:01.7304755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float16 XFAIL [ 61%] 2022-11-23T02:51:01.7304980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int16 XFAIL [ 61%] 2022-11-23T02:51:01.7305197Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int8 XFAIL [ 61%] 2022-11-23T02:51:01.7305408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_uint8 XFAIL [ 61%] 2022-11-23T02:51:01.7305606Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:51:01.7305818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex64 PASSED [ 61%] 2022-11-23T02:51:01.7306024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float16 PASSED [ 61%] 2022-11-23T02:51:01.7306225Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float32 PASSED [ 61%] 2022-11-23T02:51:01.7306423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_float64 PASSED [ 61%] 2022-11-23T02:51:01.7306630Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int16 PASSED [ 61%] 2022-11-23T02:51:01.7306905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int64 PASSED [ 61%] 2022-11-23T02:51:01.7307132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int8 PASSED [ 61%] 2022-11-23T02:51:01.7307335Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bool PASSED [ 61%] 2022-11-23T02:51:01.7307556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex32 PASSED [ 61%] 2022-11-23T02:51:01.7307771Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7307980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7308182Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7308388Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7308602Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7308827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7309049Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7309265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7309485Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7309675Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7309884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex32 PASSED [ 62%] 2022-11-23T02:51:01.7310099Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7310309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7310522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7310733Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7310938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7311157Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7311461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7311678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex32 PASSED [ 62%] 2022-11-23T02:51:01.7311887Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7312097Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7312304Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7312526Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7312747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_indices_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7312970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7313199Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7313409Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7313621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7313813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7314019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7314310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7314544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7314763Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7314977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7315191Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7315399Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7315609Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7315829Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7316054Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7316272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7316489Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7316698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7316917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7317130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7317343Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7317571Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7317792Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7318010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7318212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7318422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7318737Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex128 PASSED [ 62%] 2022-11-23T02:51:01.7318956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7319165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7319375Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7319590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7319811Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7320030Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7320255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7320470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7320691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7320905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7321120Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7321325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7321537Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7321824Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7322055Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7322272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7322483Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex128 PASSED [ 62%] 2022-11-23T02:51:01.7322702Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7322917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7323131Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7323341Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7323560Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7323774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7323989Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7324204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7324417Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7324631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7324839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7325048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7325256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7325469Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7325671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7325873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7326150Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7326467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7326680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7326873Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7327083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7327299Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7327542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7327949Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex128 PASSED [ 62%] 2022-11-23T02:51:01.7328179Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex32 PASSED [ 62%] 2022-11-23T02:51:01.7328395Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7328715Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7328939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex128 PASSED [ 62%] 2022-11-23T02:51:01.7329264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7329482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7330175Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7330441Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7330652Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7330861Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7331077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7331287Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7331497Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7331704Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7331894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7332115Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7332323Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7332540Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex32 PASSED [ 62%] 2022-11-23T02:51:01.7332761Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7332971Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7333181Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7333429Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:51:01.7333670Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7333901Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7334133Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float64 PASSED [ 62%] 2022-11-23T02:51:01.7334350Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7334576Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex32 PASSED [ 62%] 2022-11-23T02:51:01.7334916Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7335137Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7335355Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7335569Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7335785Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7336025Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_bfloat16 XFAIL [ 62%] 2022-11-23T02:51:01.7336257Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float16 XFAIL [ 62%] 2022-11-23T02:51:01.7336465Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float32 XFAIL [ 62%] 2022-11-23T02:51:01.7336688Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_native_batch_norm_cuda_float64 XFAIL [ 62%] 2022-11-23T02:51:01.7336905Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float16 XFAIL [ 62%] 2022-11-23T02:51:01.7337116Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float32 XFAIL [ 62%] 2022-11-23T02:51:01.7337327Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_float64 XFAIL [ 62%] 2022-11-23T02:51:01.7337539Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bool XFAIL [ 62%] 2022-11-23T02:51:01.7338157Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex32 XFAIL [ 62%] 2022-11-23T02:51:01.7338418Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float32 XFAIL [ 62%] 2022-11-23T02:51:01.7338626Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int64 XFAIL [ 62%] 2022-11-23T02:51:01.7338840Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int8 XFAIL [ 62%] 2022-11-23T02:51:01.7339048Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_uint8 XFAIL [ 62%] 2022-11-23T02:51:01.7339274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex64 PASSED [ 62%] 2022-11-23T02:51:01.7339501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float32 PASSED [ 62%] 2022-11-23T02:51:01.7339720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7339941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7340155Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int64 PASSED [ 62%] 2022-11-23T02:51:01.7340371Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7340634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex32 PASSED [ 62%] 2022-11-23T02:51:01.7340889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7341138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int16 PASSED [ 62%] 2022-11-23T02:51:01.7341373Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int32 PASSED [ 62%] 2022-11-23T02:51:01.7341623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int8 PASSED [ 62%] 2022-11-23T02:51:01.7341880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_uint8 PASSED [ 62%] 2022-11-23T02:51:01.7342126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bool PASSED [ 62%] 2022-11-23T02:51:01.7342375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float16 PASSED [ 62%] 2022-11-23T02:51:01.7342733Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7342978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7343222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7343463Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7343707Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7343968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7344216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7344463Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7344706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7344944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7345202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7345836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7346142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex32 PASSED [ 63%] 2022-11-23T02:51:01.7346395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7346652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7346903Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7347157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7347405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7347660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex32 PASSED [ 63%] 2022-11-23T02:51:01.7347894Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7348143Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7348390Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7348634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7348889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7349142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex32 PASSED [ 63%] 2022-11-23T02:51:01.7349391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7349635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7349885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7350126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7350484Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7350738Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7350983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7351231Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7351479Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7351719Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7351962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7352217Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7352473Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7352723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7352974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7353299Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7353570Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7353819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex32 PASSED [ 63%] 2022-11-23T02:51:01.7354075Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7354305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7354553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7354796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7355039Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7355290Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7355540Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7355791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7356034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7356280Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7356523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7356771Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7357019Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7357268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7357508Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7357847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7358096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7358350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex32 PASSED [ 63%] 2022-11-23T02:51:01.7358602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7358851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7359096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7359342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7359591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7359834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7360070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7360294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7360620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7360889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7361133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7361378Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7361617Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7361851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7362082Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex32 PASSED [ 63%] 2022-11-23T02:51:01.7362306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7362536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7362765Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7362988Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7363212Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7363437Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7363655Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7363891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7364118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7364348Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7364573Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7364809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7365136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7365344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7365565Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7365792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7366017Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7366243Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7366468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7366690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7366913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7367134Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7367354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7367593Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7367831Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7368141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7368396Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7368633Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7368872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7369098Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7369320Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7369550Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7369773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7369997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7370218Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7370427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7370661Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7370884Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7371107Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7371328Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7371548Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7371776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7371997Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7372212Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7372525Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7372746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7372986Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7373221Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7373446Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7373670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7373893Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7374116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7374341Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_uint8 PASSED [ 63%] 2022-11-23T02:51:01.7374567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7374788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bool PASSED [ 63%] 2022-11-23T02:51:01.7375001Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7375228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7375518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7375758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7375978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7376214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7376441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float32 PASSED [ 63%] 2022-11-23T02:51:01.7376661Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7376885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7377110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7377350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7377582Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int64 PASSED [ 63%] 2022-11-23T02:51:01.7377812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int8 PASSED [ 63%] 2022-11-23T02:51:01.7378038Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:51:01.7378268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex128 PASSED [ 63%] 2022-11-23T02:51:01.7378500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex64 PASSED [ 63%] 2022-11-23T02:51:01.7378723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float16 PASSED [ 63%] 2022-11-23T02:51:01.7378948Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float64 PASSED [ 63%] 2022-11-23T02:51:01.7379174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int16 PASSED [ 63%] 2022-11-23T02:51:01.7379393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int32 PASSED [ 63%] 2022-11-23T02:51:01.7379616Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7379942Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7380152Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7380376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7380601Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7380820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7381045Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7381269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7381490Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7381713Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7381934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7382157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7382377Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7382609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7382909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7383154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7383376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7383605Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7383838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex128 PASSED [ 64%] 2022-11-23T02:51:01.7384073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7384301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7384531Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7384738Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7384958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7385180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7385406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7385626Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7385846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7386067Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7386306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:51:01.7386553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex128 PASSED [ 64%] 2022-11-23T02:51:01.7386795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7387033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7387367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7387602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7387834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7388076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7388314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7388540Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7388762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7388998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7389223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7389461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7389702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7389921Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7390231Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7390481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7390706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7390934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7391166Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7391402Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7391635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7391881Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7392127Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7392359Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7392590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7392822Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7393053Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7393285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7393509Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7393765Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7394014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7394260Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7394594Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7394828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7395059Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7395292Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7395521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_shapes_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7395774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:51:01.7396023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7396267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7396518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7396766Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7397007Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7397250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7397563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:51:01.7397826Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7398069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7398314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7398554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7398791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7399027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7399265Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7399504Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7399734Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7399960Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7400193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7400425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7400651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7400857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7401078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7401301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7401528Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7401752Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7402071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7402307Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7402536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7402760Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7402981Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7403212Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7403443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7403670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7403894Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7404121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7404346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7404581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7404810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7405108Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7405355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7405591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7405808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7406034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7406260Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7406494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex128 PASSED [ 64%] 2022-11-23T02:51:01.7406724Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7406953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7407180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7407403Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7407628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7407851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7408092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:51:01.7408327Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7408575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex128 PASSED [ 64%] 2022-11-23T02:51:01.7408814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7409050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7409794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7410029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7410253Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7410479Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7410706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7410934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7411154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7411373Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bool PASSED [ 64%] 2022-11-23T02:51:01.7411627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex128 PASSED [ 64%] 2022-11-23T02:51:01.7411873Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7412114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7412354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float32 PASSED [ 64%] 2022-11-23T02:51:01.7412591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7412913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int32 PASSED [ 64%] 2022-11-23T02:51:01.7413173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int8 PASSED [ 64%] 2022-11-23T02:51:01.7413424Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7413673Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7413916Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float64 PASSED [ 64%] 2022-11-23T02:51:01.7414155Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int16 PASSED [ 64%] 2022-11-23T02:51:01.7414393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int64 PASSED [ 64%] 2022-11-23T02:51:01.7414629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_uint8 PASSED [ 64%] 2022-11-23T02:51:01.7414864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:51:01.7415109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex128 PASSED [ 64%] 2022-11-23T02:51:01.7415358Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex32 PASSED [ 64%] 2022-11-23T02:51:01.7415597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_complex64 PASSED [ 64%] 2022-11-23T02:51:01.7415835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float16 PASSED [ 64%] 2022-11-23T02:51:01.7416069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7416305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7416541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7416776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7416988Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7417312Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7417543Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7417772Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7417999Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7418221Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7418451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7418679Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7418906Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7419130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7419352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7419572Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7419794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7420012Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7420317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7420569Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7420796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7421026Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7421252Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7421483Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7421711Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7421916Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7422137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7422362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7422587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7422819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7423050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7423269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7423496Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7423717Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7423943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7424184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex32 PASSED [ 65%] 2022-11-23T02:51:01.7424426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7424758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7424993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7425228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7425477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7425722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7425959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7426256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7426499Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7426737Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7426951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7427186Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex32 PASSED [ 65%] 2022-11-23T02:51:01.7427422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7427734Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7427983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7428213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7428438Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7428689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7428933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7429178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7429416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7429815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7430061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7430287Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7430634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7430895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7431237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7431487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7431733Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7431978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7432231Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7432589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7432843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex32 XFAIL [ 65%] 2022-11-23T02:51:01.7433076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7433324Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7433574Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7433818Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7434064Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7434315Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7434554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7434796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7435038Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7435274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7435583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7435845Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7436082Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex32 PASSED [ 65%] 2022-11-23T02:51:01.7436422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7436677Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7436903Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7437125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7437464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7437818Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7438058Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex32 PASSED [ 65%] 2022-11-23T02:51:01.7438282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7438510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7438730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7438938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7439162Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7439392Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7439617Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7439841Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7440133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7440536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7440825Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7441108Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7441397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7441679Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7441950Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7442231Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7442500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7442787Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7443283Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7443609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7444031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7444350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-11-23T02:51:01.7444580Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7444933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7445169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7445401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7445629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7445851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7446073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7446273Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7446491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7446703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7446928Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7447153Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7447378Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7447598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7447926Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7448159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7448380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7448602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7448825Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int64 PASSED [ 65%] 2022-11-23T02:51:01.7449048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7449279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7449500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7449730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7449961Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7450311Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_bool PASSED [ 65%] 2022-11-23T02:51:01.7450547Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7450773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float64 PASSED [ 65%] 2022-11-23T02:51:01.7451176Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7451530Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int32 PASSED [ 65%] 2022-11-23T02:51:01.7451761Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int8 PASSED [ 65%] 2022-11-23T02:51:01.7451987Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:51:01.7452222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7452443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7452665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7452881Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_uint8 PASSED [ 65%] 2022-11-23T02:51:01.7453121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex128 PASSED [ 65%] 2022-11-23T02:51:01.7453362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_complex64 PASSED [ 65%] 2022-11-23T02:51:01.7453597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float16 PASSED [ 65%] 2022-11-23T02:51:01.7453835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float32 PASSED [ 65%] 2022-11-23T02:51:01.7454068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int16 PASSED [ 65%] 2022-11-23T02:51:01.7454294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7454523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7454750Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:51:01.7454976Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7455201Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7455427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7455757Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7455983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7456207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7456415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7456637Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7456991Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7457229Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7457453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7457775Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7458130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7458362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7458584Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7458821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7459141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7459391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7459620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7459858Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7460094Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7460329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7460560Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7460786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7461011Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7461233Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7461461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7461689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7461912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7462147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7462377Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7462602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7462832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7463060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7463301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:51:01.7463844Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7464090Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7464485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7464841Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7465097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7465331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7465566Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7465805Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7466033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7466267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7466500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7466730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7467045Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7467297Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7467521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7467734Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7467958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7468193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7468427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7468660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7468891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7469116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7469336Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7469582Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7469822Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7470179Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7470421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7470651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7470982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7471304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7471559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7471895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7472126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7472349Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7472569Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7472795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7473022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7473241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7473480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7473714Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7473943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7474170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7474408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7474719Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7474977Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7475211Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7475465Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7475707Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7475943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7476177Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7476413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7476762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7477009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7477243Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7477480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7477808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7478129Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7478364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7478602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7478816Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7479043Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7479379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7479605Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7479830Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7480070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7480305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7480543Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7480775Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7481001Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7481235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7481464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7481701Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex32 PASSED [ 66%] 2022-11-23T02:51:01.7481938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7482172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7482475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7482729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7482958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7483188Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7483535Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7483765Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7484005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7484339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7484680Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7484920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7485153Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7485389Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7485612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7485832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7486058Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7486281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int64 PASSED [ 66%] 2022-11-23T02:51:01.7486498Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7486717Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7487053Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7487284Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7487511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7487740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int8 PASSED [ 66%] 2022-11-23T02:51:01.7487973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7488204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex64 PASSED [ 66%] 2022-11-23T02:51:01.7488432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_uint8 PASSED [ 66%] 2022-11-23T02:51:01.7488663Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:51:01.7488893Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7489130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7489341Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7489566Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float32 PASSED [ 66%] 2022-11-23T02:51:01.7489792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7490216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex128 PASSED [ 66%] 2022-11-23T02:51:01.7490468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7490694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7491044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:51:01.7491359Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_bool PASSED [ 66%] 2022-11-23T02:51:01.7491592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float16 PASSED [ 66%] 2022-11-23T02:51:01.7491816Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float64 PASSED [ 66%] 2022-11-23T02:51:01.7492045Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int16 PASSED [ 66%] 2022-11-23T02:51:01.7492270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int32 PASSED [ 66%] 2022-11-23T02:51:01.7492497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7492729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7492968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7493203Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_complex64 PASSED [ 67%] 2022-11-23T02:51:01.7493431Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7493655Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7493879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7494113Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7494352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7494579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7494931Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_complex64 PASSED [ 67%] 2022-11-23T02:51:01.7495172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7495408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7495644Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7495877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7496116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7496349Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7496700Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7496935Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7497160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7497488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7497819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7498170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_bfloat16 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:51:01.7498430Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7498671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7498909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7499139Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7499361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7499587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7499813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7500039Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7500247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7500468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7500694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7500911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7501130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7501356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7501581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7501811Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7502038Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7502264Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7502589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_frac_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7502815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7503037Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7503380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7503609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7503837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7504164Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7504494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7504729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7504953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7505172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7505371Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7505589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7505799Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7506116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7506373Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7506610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7506849Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7507080Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7507309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7507538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7507769Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7507994Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7508215Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7508440Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7508666Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7508891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7509118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7509343Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7509581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex64 PASSED [ 67%] 2022-11-23T02:51:01.7509939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7510175Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7510482Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7510831Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7511173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7511399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7511618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7511839Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7512055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7512273Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7512486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7512716Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7512939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igamma_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7513174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7513416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7513737Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex32 PASSED [ 67%] 2022-11-23T02:51:01.7513992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7514226Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7514459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7514683Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7514911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7515134Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7515370Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7515599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7515835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7516064Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7516293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7516631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7516866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7517087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7517417Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7517762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7518008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_complex64 PASSED [ 67%] 2022-11-23T02:51:01.7518239Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7518575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7518812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7519044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7519270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7519496Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7519732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7519978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7520223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex32 PASSED [ 67%] 2022-11-23T02:51:01.7520466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_complex64 PASSED [ 67%] 2022-11-23T02:51:01.7520703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7520936Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7521169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7521456Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7521711Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7521944Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7522179Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7522414Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex64 PASSED [ 67%] 2022-11-23T02:51:01.7522645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7522870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7523214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7523455Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7523678Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7524022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7524360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7524606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7524841Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7525074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7525299Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7525535Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7525761Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7525989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex128 PASSED [ 67%] 2022-11-23T02:51:01.7526361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7526589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7526795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7527022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float64 PASSED [ 67%] 2022-11-23T02:51:01.7527245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int16 PASSED [ 67%] 2022-11-23T02:51:01.7527474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int32 PASSED [ 67%] 2022-11-23T02:51:01.7527694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7527914Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7528152Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:51:01.7528380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_bool PASSED [ 67%] 2022-11-23T02:51:01.7528609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float16 PASSED [ 67%] 2022-11-23T02:51:01.7528836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float32 PASSED [ 67%] 2022-11-23T02:51:01.7529147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int64 PASSED [ 67%] 2022-11-23T02:51:01.7529395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int8 PASSED [ 67%] 2022-11-23T02:51:01.7529735Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_uint8 PASSED [ 67%] 2022-11-23T02:51:01.7529974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7530206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7530429Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7530753Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7531088Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7531321Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7531555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7531784Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7532010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7532216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7532440Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7532664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7532889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7533113Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7533339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7533559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7534397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7534618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7534847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7535072Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7535298Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7535533Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7535759Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7535985Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7536337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7536602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7536886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7537231Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7544020Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7544581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7544867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7545114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7545363Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7545621Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7545874Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7546124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7546385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7546640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7546892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7547137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7547375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7547584Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7547808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7548037Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int16 XFAIL [ 68%] 2022-11-23T02:51:01.7548261Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int32 XFAIL [ 68%] 2022-11-23T02:51:01.7548487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int8 XFAIL [ 68%] 2022-11-23T02:51:01.7548720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7549064Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7549291Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7549643Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7549884Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7550113Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7550349Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7550670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7550993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7551232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7551459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7551686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7551909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7552132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7552441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7552690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7552904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7553138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex32 PASSED [ 68%] 2022-11-23T02:51:01.7553364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7553585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7553806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7554023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7554245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7554507Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7554768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7555033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex32 PASSED [ 68%] 2022-11-23T02:51:01.7555288Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7555536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7555785Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7556038Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7556405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7556662Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7557116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7557488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7557732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7557970Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7558205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7558445Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7558686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7558906Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7559144Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7559376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7559609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7559843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7560161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7560430Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7560669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7560911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7561147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7561382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int16 PASSED [ 68%] 2022-11-23T02:51:01.7561619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7561858Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7562097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7562335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7562570Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7562930Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7563170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int64 XFAIL [ 68%] 2022-11-23T02:51:01.7563403Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7563720Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7564079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7564329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7564545Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7564779Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7565121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7565341Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7565586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7565822Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7566067Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7566311Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7566553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7566791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7567025Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7567258Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7567488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7567721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7568024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7568267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7568497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7568731Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7568958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7569192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7569547Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7569803Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7570074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7570441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7570811Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int64 PASSED [ 68%] 2022-11-23T02:51:01.7571075Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7571339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7571599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_bool PASSED [ 68%] 2022-11-23T02:51:01.7571865Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 68%] 2022-11-23T02:51:01.7572129Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7572393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7572652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int32 PASSED [ 68%] 2022-11-23T02:51:01.7573014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int8 PASSED [ 68%] 2022-11-23T02:51:01.7573250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7573480Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7573709Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7573951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:51:01.7574194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7574434Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex32 PASSED [ 68%] 2022-11-23T02:51:01.7574670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float16 PASSED [ 68%] 2022-11-23T02:51:01.7574901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float32 PASSED [ 68%] 2022-11-23T02:51:01.7575125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_float64 PASSED [ 68%] 2022-11-23T02:51:01.7575354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_uint8 PASSED [ 68%] 2022-11-23T02:51:01.7575584Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex128 PASSED [ 68%] 2022-11-23T02:51:01.7575885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex32 XFAIL [ 69%] 2022-11-23T02:51:01.7576244Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_complex64 PASSED [ 69%] 2022-11-23T02:51:01.7576476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7576711Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bool PASSED [ 69%] 2022-11-23T02:51:01.7577060Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7577301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7577529Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7577868Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7578119Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7578355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_bool PASSED [ 69%] 2022-11-23T02:51:01.7578600Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex64 PASSED [ 69%] 2022-11-23T02:51:01.7578842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7579080Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7579318Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7579554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7579793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7580031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex32 PASSED [ 69%] 2022-11-23T02:51:01.7580261Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_complex64 PASSED [ 69%] 2022-11-23T02:51:01.7580492Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7580825Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7581054Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7581306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7581554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7581766Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7581987Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_bool PASSED [ 69%] 2022-11-23T02:51:01.7582217Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7582444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7582664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int16 PASSED [ 69%] 2022-11-23T02:51:01.7582884Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7583196Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7583454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7584356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7584732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7584957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7585188Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int16 PASSED [ 69%] 2022-11-23T02:51:01.7585413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7585703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7586004Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7586302Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7586598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7586883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7587173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7587462Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:51:01.7587777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:51:01.7588090Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:51:01.7588399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:51:01.7588703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:51:01.7589130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:51:01.7589365Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bool PASSED [ 69%] 2022-11-23T02:51:01.7589608Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex32 PASSED [ 69%] 2022-11-23T02:51:01.7589951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7590193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7590416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7590737Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7590977Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7591295Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7591538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex32 PASSED [ 69%] 2022-11-23T02:51:01.7591776Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex64 PASSED [ 69%] 2022-11-23T02:51:01.7592008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7592318Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7592567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7592795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7593036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7593279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7593520Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex32 PASSED [ 69%] 2022-11-23T02:51:01.7593758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7593993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int16 PASSED [ 69%] 2022-11-23T02:51:01.7594220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7594441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7594680Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7594919Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7595243Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 69%] 2022-11-23T02:51:01.7595478Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7595732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7596048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 69%] 2022-11-23T02:51:01.7596362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 69%] 2022-11-23T02:51:01.7596834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7597084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7597445Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7597810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_elu_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7598074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7598326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7598575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7598839Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7599097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7599359Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7599619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7599955Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7600235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7600495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int16 PASSED [ 69%] 2022-11-23T02:51:01.7600753Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7601032Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7601310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7601585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7601848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7602104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7602352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7602608Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7602852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7603205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7603461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7603709Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7604055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7604443Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bool PASSED [ 69%] 2022-11-23T02:51:01.7604845Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7605124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex32 PASSED [ 69%] 2022-11-23T02:51:01.7605397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7605678Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7605951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7606223Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7606496Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7606768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7607036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7607305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7607647Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7607939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7608207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7608479Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7608732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7608983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7609238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7609491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7609888Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7610177Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 69%] 2022-11-23T02:51:01.7610447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7610820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7611178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7611450Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7611693Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7611954Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7612327Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7612577Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float16 PASSED [ 69%] 2022-11-23T02:51:01.7612828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7613079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7613334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int16 PASSED [ 69%] 2022-11-23T02:51:01.7613581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7613828Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7614076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7614326Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float64 PASSED [ 69%] 2022-11-23T02:51:01.7614569Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7614812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7615061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7615409Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:51:01.7615699Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_bool PASSED [ 69%] 2022-11-23T02:51:01.7615979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 69%] 2022-11-23T02:51:01.7616340Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float32 PASSED [ 69%] 2022-11-23T02:51:01.7616638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int16 PASSED [ 69%] 2022-11-23T02:51:01.7616905Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int32 PASSED [ 69%] 2022-11-23T02:51:01.7617271Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int64 PASSED [ 69%] 2022-11-23T02:51:01.7617651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_int8 PASSED [ 69%] 2022-11-23T02:51:01.7617913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_uint8 PASSED [ 69%] 2022-11-23T02:51:01.7618194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7618464Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7618729Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7618993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7619239Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7619501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7619868Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7620116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7620361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7620622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7620886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7621144Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7621391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7621656Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7621916Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7622172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7622422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7622667Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7623119Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7623397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7623646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7624023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7624413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7624691Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7624965Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7625237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7625469Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7625708Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7625935Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7626163Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7626415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7626649Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7626889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7627120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7627348Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7627677Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7627902Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7628129Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7628366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7628595Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7628842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex32 PASSED [ 70%] 2022-11-23T02:51:01.7629075Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7629303Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7629653Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7629900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7630144Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7630395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex32 PASSED [ 70%] 2022-11-23T02:51:01.7630852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7631171Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7631417Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7631648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7631858Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7632085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex32 XFAIL [ 70%] 2022-11-23T02:51:01.7632314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7632537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7632762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7632990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7633228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7633461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex32 PASSED [ 70%] 2022-11-23T02:51:01.7633692Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7633920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7634148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7634370Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7634597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7634835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex32 PASSED [ 70%] 2022-11-23T02:51:01.7635069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7635296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7635624Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7635860Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex32 PASSED [ 70%] 2022-11-23T02:51:01.7636091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7636431Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7636663Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7636874Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7637211Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7637559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7637811Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7638055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7638294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7638526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7638753Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7639073Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7639323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7639564Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7639809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7640048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7640288Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7640522Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7640757Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7640989Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7641218Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7641445Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7641685Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7641924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7642154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7642360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7642611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7642966Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7643213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7643567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7643925Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7644275Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7644516Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7644744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7644974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7645205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7645447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7645686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7645912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7646134Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7646365Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex32 PASSED [ 70%] 2022-11-23T02:51:01.7646589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7646900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7647146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7647372Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7647606Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7647819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex64 PASSED [ 70%] 2022-11-23T02:51:01.7648042Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7648263Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7648486Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7648721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7648951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float32 PASSED [ 70%] 2022-11-23T02:51:01.7649177Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7649413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7649755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7649985Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7650219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7650546Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7650879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7651110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7651337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7651661Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7651886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7652109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7652334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7652558Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7652794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex128 PASSED [ 70%] 2022-11-23T02:51:01.7653000Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7653220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7653446Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7653676Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7653908Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int16 PASSED [ 70%] 2022-11-23T02:51:01.7654134Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7654362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7654659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float16 PASSED [ 70%] 2022-11-23T02:51:01.7654907Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float64 PASSED [ 70%] 2022-11-23T02:51:01.7655131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int64 PASSED [ 70%] 2022-11-23T02:51:01.7655360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int8 PASSED [ 70%] 2022-11-23T02:51:01.7655585Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_uint8 PASSED [ 70%] 2022-11-23T02:51:01.7655821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:51:01.7656142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_bool PASSED [ 70%] 2022-11-23T02:51:01.7656401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int32 PASSED [ 70%] 2022-11-23T02:51:01.7656630Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7656852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex32 PASSED [ 71%] 2022-11-23T02:51:01.7657174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7657508Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7657741Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7657962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7658166Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7658403Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7658631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7658857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7659078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7659407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7659629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7659855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7660087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex32 PASSED [ 71%] 2022-11-23T02:51:01.7660315Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7660546Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7660766Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7660990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7661217Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7661437Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7661686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7661945Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7662201Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7662526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7662920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7663178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7663432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7663760Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7664106Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7664355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7664596Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7664833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7665066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7665304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7665537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7665772Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7666014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7666254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7666494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7666736Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7667545Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7667784Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7668026Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7668265Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7668503Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7668742Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7668980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7669216Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7669579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7669798Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7670029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7670361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7670710Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7671054Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7671305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7671539Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7671778Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7672021Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7672269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7672509Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7672779Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7673051Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7673324Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7673591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7673856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7674120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7674366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7674609Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7674849Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7675087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7675459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7675733Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7676126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7676407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7676664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7677037Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7677415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7677693Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7677956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7678229Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7678500Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7678853Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7679140Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7679387Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7679631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7679869Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7680111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7680348Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7680592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7680827Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7681071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7681314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7681578Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7681845Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7682102Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7682367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7682759Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7683027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7683484Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7683833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7684087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7684329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7684577Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7684816Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7685052Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7685293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7685530Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7685756Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7685988Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex32 PASSED [ 71%] 2022-11-23T02:51:01.7686217Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7686530Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7686777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7687006Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int8 PASSED [ 71%] 2022-11-23T02:51:01.7687245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7687485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7687719Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7687949Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7688172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7688396Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7688624Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7688850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int64 PASSED [ 71%] 2022-11-23T02:51:01.7689065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7689415Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7689651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7689879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7690219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7690571Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_uint8 PASSED [ 71%] 2022-11-23T02:51:01.7690808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7691044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7691375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7691603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7691834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7692068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7692293Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7692523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7692764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7692998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float16 PASSED [ 71%] 2022-11-23T02:51:01.7693232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7693461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7693692Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7693924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex32 PASSED [ 71%] 2022-11-23T02:51:01.7694149Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7694432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float32 PASSED [ 71%] 2022-11-23T02:51:01.7694676Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int32 PASSED [ 71%] 2022-11-23T02:51:01.7694905Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:51:01.7695133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_bool PASSED [ 71%] 2022-11-23T02:51:01.7695366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex128 PASSED [ 71%] 2022-11-23T02:51:01.7695599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex64 PASSED [ 71%] 2022-11-23T02:51:01.7695941Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float64 PASSED [ 71%] 2022-11-23T02:51:01.7696172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int16 PASSED [ 71%] 2022-11-23T02:51:01.7696399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7696690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7696939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7697183Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7697424Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7697757Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7697998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7698234Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7698471Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7698703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7698928Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7699262Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7699495Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7699722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7699925Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7700146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7700377Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7700611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7700838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7701066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7701290Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7701512Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7701735Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7701968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7702267Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7702518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7702742Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7703098Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7703330Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7703556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7703856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7704226Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7704476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7704726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7704968Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7705185Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7705426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7705647Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7705877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7706102Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7706325Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7706545Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7706777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7707110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7707346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7707581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7707813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7708041Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7708271Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7708498Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7708740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7708980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7709222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7709468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7709823Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7710665Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7711044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7711282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7711515Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7711743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7711971Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7712200Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7712426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7712670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7712911Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_indices_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7713138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7713375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7713607Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7713833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7714058Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7714283Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7714512Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7714749Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7714993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7715358Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7715597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7715832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7716045Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7716405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7716648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7716882Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7717213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7717561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7717792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7718024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7718260Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7718488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7718799Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7719040Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7719269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7719499Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7719726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7719956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7720182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7720425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7720675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7720913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7721147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7721379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7721592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7721833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7722066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7722317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7722561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7722923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7723282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7723515Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7723875Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7724240Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7724482Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7724726Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7724960Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7725193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7725424Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7725646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7725877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7726110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bool PASSED [ 72%] 2022-11-23T02:51:01.7726391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7726722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7726983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7727220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7727441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7727669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int32 PASSED [ 72%] 2022-11-23T02:51:01.7727895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7728127Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7728354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7728584Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:51:01.7728816Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7729041Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7729282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7729637Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7729871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7730095Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7730430Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7730765Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7731002Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7731329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7731559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7731785Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7732011Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7732235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7732466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_uint8 PASSED [ 72%] 2022-11-23T02:51:01.7732684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7732919Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex32 PASSED [ 72%] 2022-11-23T02:51:01.7733152Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_complex64 PASSED [ 72%] 2022-11-23T02:51:01.7733384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float16 PASSED [ 72%] 2022-11-23T02:51:01.7733610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float32 PASSED [ 72%] 2022-11-23T02:51:01.7733832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_float64 PASSED [ 72%] 2022-11-23T02:51:01.7734062Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int16 PASSED [ 72%] 2022-11-23T02:51:01.7734367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int64 PASSED [ 72%] 2022-11-23T02:51:01.7734618Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int8 PASSED [ 72%] 2022-11-23T02:51:01.7734856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex128 PASSED [ 72%] 2022-11-23T02:51:01.7735096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex32 PASSED [ 73%] 2022-11-23T02:51:01.7735328Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7735559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float16 PASSED [ 73%] 2022-11-23T02:51:01.7735784Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7736121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_float64 PASSED [ 73%] 2022-11-23T02:51:01.7736362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int16 PASSED [ 73%] 2022-11-23T02:51:01.7736588Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int64 PASSED [ 73%] 2022-11-23T02:51:01.7736813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_uint8 PASSED [ 73%] 2022-11-23T02:51:01.7737152Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bool PASSED [ 73%] 2022-11-23T02:51:01.7737496Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex128 PASSED [ 73%] 2022-11-23T02:51:01.7737733Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex32 PASSED [ 73%] 2022-11-23T02:51:01.7737965Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7738176Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7738405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int16 PASSED [ 73%] 2022-11-23T02:51:01.7738632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int32 PASSED [ 73%] 2022-11-23T02:51:01.7738856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bool PASSED [ 73%] 2022-11-23T02:51:01.7739196Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7739419Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float64 PASSED [ 73%] 2022-11-23T02:51:01.7739644Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int32 PASSED [ 73%] 2022-11-23T02:51:01.7739870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int8 PASSED [ 73%] 2022-11-23T02:51:01.7740097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_uint8 PASSED [ 73%] 2022-11-23T02:51:01.7740337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex128 PASSED [ 73%] 2022-11-23T02:51:01.7740567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7740791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int16 PASSED [ 73%] 2022-11-23T02:51:01.7741018Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_uint8 PASSED [ 73%] 2022-11-23T02:51:01.7741281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float16 PASSED [ 73%] 2022-11-23T02:51:01.7741534Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7741782Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_float64 PASSED [ 73%] 2022-11-23T02:51:01.7742034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:51:01.7742354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float16 PASSED [ 73%] 2022-11-23T02:51:01.7742743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7743006Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex128 PASSED [ 73%] 2022-11-23T02:51:01.7743247Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float16 PASSED [ 73%] 2022-11-23T02:51:01.7743494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7743900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int64 PASSED [ 73%] 2022-11-23T02:51:01.7744131Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7744373Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7744608Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7744835Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7745071Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7745295Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7745525Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7745751Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7745971Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_abs_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7746204Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7746430Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acos_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7746662Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7747025Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_complex64 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:51:01.7747273Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addbmm_cuda_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:51:01.7747502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_float32 XFAIL [ 73%] 2022-11-23T02:51:01.7747733Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_complex64 XFAIL [ 73%] 2022-11-23T02:51:01.7747984Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7748214Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7748461Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_complex64 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:51:01.7748683Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addr_cuda_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:51:01.7748910Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7749145Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7749489Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_allclose_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7749727Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7749952Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_angle_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7750371Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7750723Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_any_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7750949Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_arange_cuda_float32 XFAIL [ 73%] 2022-11-23T02:51:01.7751252Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 73%] 2022-11-23T02:51:01.7751487Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7751715Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7751939Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asinh_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7752159Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan2_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7752389Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7752618Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7752840Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atanh_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7753071Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7753303Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bernoulli_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7753534Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7753760Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7753963Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bmm_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7754189Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7754431Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7754658Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7754881Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_byte_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7755232Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7755456Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7755677Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cat_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7756032Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7756262Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ceil_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7756500Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7756826Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7757170Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7757419Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7757650Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7757879Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7758102Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chunk_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7758333Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_min_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7758641Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7758882Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clone_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7759103Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7759349Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7759582Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_complex_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7759802Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7760047Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7760287Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_physical_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7760528Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7760763Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_contiguous_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7760993Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_copysign_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7761232Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7761461Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7761701Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7761923Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7762149Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7762385Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7762726Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumsum_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7762954Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7763380Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7763754Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_embed_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7763994Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7764232Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7764441Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7764692Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_scatter_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7764916Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7765143Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_digamma_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7765374Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7765621Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_floor_rounding_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7765876Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7766106Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7766329Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_double_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7766645Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7766893Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dsplit_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7767119Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7767372Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:51:01.7767616Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7767834Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7768066Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7768292Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_equal_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7768519Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfinv_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7768756Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7768989Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_as_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7769340Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7769567Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T02:51:01.7769801Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7770144Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft2_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7770493Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7770732Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fft_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7770965Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7771202Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7771536Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7771770Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7772001Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7772237Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7772467Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7772701Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_float32 PASSED [ 73%] 2022-11-23T02:51:01.7772951Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_complex64 PASSED [ 73%] 2022-11-23T02:51:01.7773184Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft2_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7773418Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfft_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7773652Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7773889Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7774117Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7774345Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7774645Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfftn_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7774881Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7775104Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7775335Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7775576Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7775919Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7776151Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmin_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7776373Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frexp_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7776707Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_complex64 XFAIL [ 74%] 2022-11-23T02:51:01.7777034Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_cuda_float32 XFAIL [ 74%] 2022-11-23T02:51:01.7777270Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7777503Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7777737Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7777980Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_grid_sampler_2d_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7778208Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7778440Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7778669Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hsplit_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7778898Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7779124Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hypot_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7779343Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_i0_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7779670Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igamma_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7779878Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_igammac_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7780103Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_imag_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7780341Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7780574Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7780814Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_reduce_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7781046Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7781270Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7781499Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7781727Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7781965Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7782198Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7782542Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isnan_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7782862Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isneginf_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7783104Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7783485Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7783829Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7784102Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7784326Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7784554Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_complex64 XFAIL [ 74%] 2022-11-23T02:51:01.7784782Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ldexp_cuda_float32 XFAIL [ 74%] 2022-11-23T02:51:01.7785005Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_le_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7785216Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7785439Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lerp_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7785664Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lgamma_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7785900Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7786150Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7786395Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7786638Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7786879Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvals_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7787146Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7787382Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7787735Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7787983Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7788229Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7788472Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7788713Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7789097Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7789341Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7789577Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7789936Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7790294Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7790547Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_ex_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7790792Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7791103Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7791376Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7791620Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7791869Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7792111Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_multi_dot_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7792352Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7792625Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7792870Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7793107Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7793359Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7793597Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7793836Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7794078Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7794319Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_ex_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7794573Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7794808Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7795053Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7795291Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svdvals_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7796245Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7796605Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7796956Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7797198Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vecdot_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7797442Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7797653Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log1p_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7797882Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7798105Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7798330Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7798567Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp2_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7798805Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logaddexp_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7799044Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logcumsumexp_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7799273Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7799596Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logdet_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7799856Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7800090Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_and_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7800351Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:51:01.7800588Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7800819Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_or_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7801052Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7801277Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logit_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7801507Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_float32 XFAIL [ 74%] 2022-11-23T02:51:01.7801729Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lt_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7801953Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7802266Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7802502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7802729Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7802948Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mH_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7803288Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7803650Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7803901Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7804140Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7804474Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_fill_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7804716Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_log_softmax_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7804962Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logsumexp_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7805197Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7805435Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_median_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7805687Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7805932Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7806171Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_prod_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7806415Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7806656Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmin_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7806892Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7807123Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7807355Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7807698Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7807967Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_no_dim_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7808180Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_maximum_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7808408Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_median_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7808669Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7808932Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7809157Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7809385Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mode_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7809620Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7809847Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_movedim_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7810076Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_complex64 PASSED [ 74%] 2022-11-23T02:51:01.7810314Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_multinomial_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7810565Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7810819Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7811051Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nan_to_num_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7811285Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmean_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7811524Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanquantile_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7811749Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nansum_cuda_float32 PASSED [ 74%] 2022-11-23T02:51:01.7812089Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7812322Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7812548Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7812791Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_batch_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7813034Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_layer_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7813243Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7813470Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7813719Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7814161Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 75%] 2022-11-23T02:51:01.7814488Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 75%] 2022-11-23T02:51:01.7814826Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7815182Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7815507Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7815797Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7816068Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7816341Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7816613Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7816872Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7817128Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7817385Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7817657Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7817941Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7818209Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7818474Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7818743Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7819013Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7819268Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_ctc_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7819524Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7819782Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7820137Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_dropout_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7820395Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7820664Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7820957Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7821232Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7821478Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gelu_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7821734Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_group_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7821991Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardswish_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7822246Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardtanh_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7822515Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7822774Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_instance_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7823120Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7823398Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7823653Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_layer_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7823908Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7824176Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7824431Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7824695Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7824956Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7825214Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7825463Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7825715Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mish_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7825965Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_mse_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7826228Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7826544Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7826800Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_nll_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7827054Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7827310Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7827651Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7827916Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7828186Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7828455Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pairwise_distance_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7828720Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7828989Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7829238Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_prelu_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7829490Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_rrelu_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7829733Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_selu_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7829983Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7830235Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softplus_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7830617Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7830970Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7831261Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7831657Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7832043Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7832296Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7832563Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7832834Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_upsample_nearest_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7833064Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7833288Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7833518Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7833757Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7833987Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_nuc_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7834194Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7834430Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7834662Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_like_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7834892Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7835118Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ormqr_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7835341Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7835681Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7835910Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_permute_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7836185Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7836462Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7836692Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7836961Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pow_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7837194Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7837424Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7837646Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7837872Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rad2deg_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7838110Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7838333Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_cuda_float32 XFAIL [ 75%] 2022-11-23T02:51:01.7838565Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_complex64 XFAIL [ 75%] 2022-11-23T02:51:01.7839249Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_cuda_float32 XFAIL [ 75%] 2022-11-23T02:51:01.7839534Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7839740Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7839969Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7840214Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7840449Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_remainder_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7840686Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7840913Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7841168Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7841420Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_repeat_interleave_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7841657Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7841889Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7842123Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7842350Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize__cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7842588Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7842830Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7843075Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7843303Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7843532Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7843865Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rot90_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7844110Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_0_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7844339Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7844567Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7844812Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_complex64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7845060Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7845298Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_add_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7845531Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7845783Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_prod_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7846032Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_sum_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7846286Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_lengths_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7846540Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_segment_reduce_offsets_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7846846Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7847091Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sgn_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7847315Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7847555Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7847779Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sign_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7848051Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_cosine_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7848333Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_exponential_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7848604Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_gaussian_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:51:01.7848837Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signbit_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7849064Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7849286Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7849530Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_scatter_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7849761Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7850011Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_complex64 PASSED [ 75%] 2022-11-23T02:51:01.7850238Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_softmax_with_dtype_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7850484Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j0_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7850729Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_j1_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7850971Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y1_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7851238Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7851576Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_entr_cuda_float32 PASSED [ 75%] 2022-11-23T02:51:01.7851817Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_erfcx_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7852080Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_he_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7852316Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i0e_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7852550Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1e_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7852905Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:51:01.7853160Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i0_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7853422Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_i1_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7853678Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k1_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7853963Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7854231Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7854570Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7854835Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_xlog1py_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7855076Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_zeta_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7855306Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7855552Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7855781Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7856005Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sqrt_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7856219Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7856452Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7856677Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stack_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7856902Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7857124Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7857351Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7857576Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7857799Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7858020Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sub_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7858262Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7858486Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7858714Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7859031Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7859273Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7859499Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7859721Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7859946Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7860192Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7860432Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7860667Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensordot_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7860898Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7861102Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7861323Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7861557Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7861789Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_to_sparse_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7862086Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_topk_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7862485Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7862728Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7862960Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7863320Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7863661Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7863894Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7864117Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triu_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7864361Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7864599Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_true_divide_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7864821Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trunc_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7865057Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7865291Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7865518Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_float32 XFAIL [ 76%] 2022-11-23T02:51:01.7865751Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7865982Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unsqueeze_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7866187Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7866411Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7866647Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7866876Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_var_mean_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7867215Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7867439Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vdot_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7867671Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7867898Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7868140Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_real_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7868372Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7868596Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7868818Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7869045Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7869274Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_complex64 PASSED [ 76%] 2022-11-23T02:51:01.7869502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_xlogy_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7869724Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7869944Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_float32 XFAIL [ 76%] 2022-11-23T02:51:01.7870250Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7870501Z test_ops.py::TestCompositeComplianceCUDA::test_backward_H_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7870724Z test_ops.py::TestCompositeComplianceCUDA::test_backward_T_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7870943Z test_ops.py::TestCompositeComplianceCUDA::test_backward___radd___cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7871186Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rmatmul___cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7871418Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rmul___cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7871647Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rsub___cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7871907Z test_ops.py::TestCompositeComplianceCUDA::test_backward__softmax_backward_data_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7872139Z test_ops.py::TestCompositeComplianceCUDA::test_backward_abs_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7872369Z test_ops.py::TestCompositeComplianceCUDA::test_backward_acos_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7872601Z test_ops.py::TestCompositeComplianceCUDA::test_backward_acosh_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7872831Z test_ops.py::TestCompositeComplianceCUDA::test_backward_add_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7873069Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addcdiv_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7873324Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_decomposed_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7873555Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addmv_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7873785Z test_ops.py::TestCompositeComplianceCUDA::test_backward_angle_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7874024Z test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7874281Z test_ops.py::TestCompositeComplianceCUDA::test_backward_as_strided_scatter_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7874511Z test_ops.py::TestCompositeComplianceCUDA::test_backward_asin_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7874741Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atan_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7875070Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atanh_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7875310Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_1d_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7875549Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_3d_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7875766Z test_ops.py::TestCompositeComplianceCUDA::test_backward_baddbmm_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7876006Z test_ops.py::TestCompositeComplianceCUDA::test_backward_bernoulli_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7876239Z test_ops.py::TestCompositeComplianceCUDA::test_backward_bmm_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7876494Z test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_tensors_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7876737Z test_ops.py::TestCompositeComplianceCUDA::test_backward_broadcast_to_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7876988Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cartesian_prod_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7877218Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cat_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7877453Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cdist_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7877687Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ceil_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7877919Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cfloat_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7878157Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7878464Z test_ops.py::TestCompositeComplianceCUDA::test_backward_chunk_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7878721Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_min_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7878964Z test_ops.py::TestCompositeComplianceCUDA::test_backward_column_stack_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7879216Z test_ops.py::TestCompositeComplianceCUDA::test_backward_combinations_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7879447Z test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7879693Z test_ops.py::TestCompositeComplianceCUDA::test_backward_conj_physical_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7879935Z test_ops.py::TestCompositeComplianceCUDA::test_backward_contiguous_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7880166Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cosh_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7880402Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cummin_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7880620Z test_ops.py::TestCompositeComplianceCUDA::test_backward_deg2rad_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7880847Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7881089Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagflat_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7881324Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7881576Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_scatter_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7881805Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dist_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7882062Z test_ops.py::TestCompositeComplianceCUDA::test_backward_div_no_rounding_mode_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7882295Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dot_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7882528Z test_ops.py::TestCompositeComplianceCUDA::test_backward_double_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7882756Z test_ops.py::TestCompositeComplianceCUDA::test_backward_erfc_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7882988Z test_ops.py::TestCompositeComplianceCUDA::test_backward_erfinv_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7883319Z test_ops.py::TestCompositeComplianceCUDA::test_backward_exp2_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7883558Z test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_as_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7883793Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft2_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7884027Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fft_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7884258Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftn_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7884496Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7884733Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft2_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7884964Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifft_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7885193Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftshift_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7885432Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft2_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7885668Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfft_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7885906Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7886138Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft2_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7886444Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfftn_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7886697Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fill_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7886932Z test_ops.py::TestCompositeComplianceCUDA::test_backward_flipud_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7887172Z test_ops.py::TestCompositeComplianceCUDA::test_backward_float_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7887404Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fmin_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7887635Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fmod_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7887867Z test_ops.py::TestCompositeComplianceCUDA::test_backward_gather_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7888098Z test_ops.py::TestCompositeComplianceCUDA::test_backward_half_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7888330Z test_ops.py::TestCompositeComplianceCUDA::test_backward_hstack_cuda_float32 PASSED [ 76%] 2022-11-23T02:51:01.7888566Z test_ops.py::TestCompositeComplianceCUDA::test_backward_hypot_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7888804Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_add_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7889045Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_copy_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7889288Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_fill_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7889527Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_reduce_cuda_float32 XFAIL [ 77%] 2022-11-23T02:51:01.7889770Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_select_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7889984Z test_ops.py::TestCompositeComplianceCUDA::test_backward_inner_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7890213Z test_ops.py::TestCompositeComplianceCUDA::test_backward_kron_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7890453Z test_ops.py::TestCompositeComplianceCUDA::test_backward_kthvalue_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7890683Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lerp_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7890925Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cond_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7891261Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cross_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7891501Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7891760Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_det_singular_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7892000Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eig_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7892243Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigh_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7892518Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_householder_product_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7892769Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7893022Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_factor_ex_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7893266Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7893503Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_qr_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7893746Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7893994Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_ex_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7894256Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_solve_triangular_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7894567Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svd_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7894837Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorinv_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7895060Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vecdot_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7895319Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vector_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7895552Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log10_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7895787Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log1p_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7896018Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log2_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7896248Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7896491Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7896737Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logcumsumexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7896964Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logit_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7897203Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logsumexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7897442Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_solve_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7897670Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mH_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7897891Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mT_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7898138Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumsum_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7898388Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logsumexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7898630Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_mean_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7898879Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_median_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7899130Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_normalize_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7899479Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_scatter_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7899729Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_select_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7899955Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmin_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7900194Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_sum_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7900435Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_var_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7900672Z test_ops.py::TestCompositeComplianceCUDA::test_backward_matmul_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7900911Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_binary_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7901186Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7901450Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_with_dim_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7901682Z test_ops.py::TestCompositeComplianceCUDA::test_backward_median_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7901940Z test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_no_dim_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7902172Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mode_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7902410Z test_ops.py::TestCompositeComplianceCUDA::test_backward_movedim_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7902716Z test_ops.py::TestCompositeComplianceCUDA::test_backward_msort_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7902998Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7903230Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmean_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7903479Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nanquantile_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7903713Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nansum_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7903967Z test_ops.py::TestCompositeComplianceCUDA::test_backward_native_batch_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7904232Z test_ops.py::TestCompositeComplianceCUDA::test_backward_native_dropout_backward_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7904464Z test_ops.py::TestCompositeComplianceCUDA::test_backward_neg_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7904747Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7905022Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7905292Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_alpha_dropout_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7905537Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7905798Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7906082Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7906377Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7906636Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_celu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7906893Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv1d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7907150Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7907527Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7907808Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7908087Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cosine_similarity_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7908349Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_ctc_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7908619Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7908883Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout3d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7909144Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_dropout_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7909400Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_elu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7909699Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7910002Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7910280Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7910631Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7910905Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_glu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7911169Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_group_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7911437Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardtanh_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7911701Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_huber_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7911968Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_instance_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7912220Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_area_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7912499Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7912780Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7913060Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7913318Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_kl_div_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7913579Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_l1_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7913837Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_linear_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7914110Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7914371Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool3d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7914641Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7914915Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7915179Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7915544Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7915800Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mish_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7916060Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_mse_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7916343Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7916638Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7916907Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_normalize_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7917174Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_circular_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7917441Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_constant_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7917710Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_reflect_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7917980Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pad_replicate_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7918254Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pairwise_distance_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7918510Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pdist_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7918823Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_prelu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7919239Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu6_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7919497Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_relu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7919752Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_selu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7920102Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_silu_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7920372Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softshrink_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7920646Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_tanhshrink_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7921007Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_threshold_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7921286Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7921585Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7921862Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7922133Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_upsample_nearest_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7922365Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7922618Z test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_number_mean_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7922850Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ormqr_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7923086Z test_ops.py::TestCompositeComplianceCUDA::test_backward_outer_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7923418Z test_ops.py::TestCompositeComplianceCUDA::test_backward_pca_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 77%] 2022-11-23T02:51:01.7924190Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polar_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7924454Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_0_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7924720Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_2_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7924976Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_3_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7925232Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_4_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7925467Z test_ops.py::TestCompositeComplianceCUDA::test_backward_put_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7925688Z test_ops.py::TestCompositeComplianceCUDA::test_backward_quantile_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7925922Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rad2deg_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7926155Z test_ops.py::TestCompositeComplianceCUDA::test_backward_real_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7926442Z test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7926686Z test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_as_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7926924Z test_ops.py::TestCompositeComplianceCUDA::test_backward_reshape_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7927155Z test_ops.py::TestCompositeComplianceCUDA::test_backward_roll_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7927388Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7927726Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_0_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7928003Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_neg_3_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7928235Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rsub_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7928493Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amin_cuda_float32 PASSED [ 77%] 2022-11-23T02:51:01.7928746Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_prod_cuda_float32 XFAIL [ 77%] 2022-11-23T02:51:01.7928995Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_sum_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7929254Z test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_lengths_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7929517Z test_ops.py::TestCompositeComplianceCUDA::test_backward_segment_reduce_offsets_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7929747Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sgn_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7929976Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sin_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7930207Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sinc_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7930444Z test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7930661Z test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7930889Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sort_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7931135Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_erfcx_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7931377Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i0e_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7931620Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7931859Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_i1e_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7932107Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_log_ndtr_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7932452Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtr_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7932700Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_xlog1py_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7932933Z test_ops.py::TestCompositeComplianceCUDA::test_backward_split_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7933168Z test_ops.py::TestCompositeComplianceCUDA::test_backward_squeeze_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7933400Z test_ops.py::TestCompositeComplianceCUDA::test_backward_stack_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7933634Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sub_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7933863Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7934089Z test_ops.py::TestCompositeComplianceCUDA::test_backward_t_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7934321Z test_ops.py::TestCompositeComplianceCUDA::test_backward_take_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7934547Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tan_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7934788Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tensor_split_cuda_float32 XFAIL [ 78%] 2022-11-23T02:51:01.7935027Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tensordot_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7935257Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tile_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7935465Z test_ops.py::TestCompositeComplianceCUDA::test_backward_to_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7935768Z test_ops.py::TestCompositeComplianceCUDA::test_backward_topk_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7936030Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trapezoid_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7936271Z test_ops.py::TestCompositeComplianceCUDA::test_backward_true_divide_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7936507Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trunc_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7936747Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unflatten_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7936982Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unsqueeze_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7937211Z test_ops.py::TestCompositeComplianceCUDA::test_backward_var_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7937444Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7937684Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_copy_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7937912Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7938143Z test_ops.py::TestCompositeComplianceCUDA::test_backward_zero__cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7938388Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___getitem___cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7938627Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rdiv___cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7938862Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmod___cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7939092Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmul___cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7939321Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rpow___cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7939589Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad__softmax_backward_data_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7939821Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_abs_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7940053Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acos_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7940266Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_add_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7940600Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addbmm_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7940840Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcdiv_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7941074Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7941305Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addr_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7941597Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_allclose_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7941833Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amin_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7942112Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_any_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7942394Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_arange_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7942683Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmax_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7942968Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argsort_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7943254Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argwhere_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7943498Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7943823Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_as_strided_scatter_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7944078Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asin_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7944313Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan2_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7944552Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atanh_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7944795Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_2d_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7945037Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_3d_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7945281Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bernoulli_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7945514Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bmm_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7945747Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cartesian_prod_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7945978Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cat_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7946260Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdist_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:51:01.7946549Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cfloat_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:51:01.7946834Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:51:01.7947082Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_solve_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7947322Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_min_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7947554Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clone_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7947787Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7948039Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_conj_physical_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7948291Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_constant_pad_nd_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7948617Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cos_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7948849Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cross_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7949085Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumsum_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7949323Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_deg2rad_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7949566Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_embed_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7949814Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7950046Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diff_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7950282Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_digamma_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7950517Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dist_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7950772Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_floor_rounding_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7951031Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_no_rounding_mode_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7951249Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_double_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7951530Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7951889Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_empty_like_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7952145Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfc_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7952380Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7952620Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expm1_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7952859Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft2_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7953100Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft2_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7953342Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfftn_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7953579Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftn_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7953825Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft2_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7954069Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfftn_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7954304Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft2_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7954540Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfft_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7954773Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flip_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7955060Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:51:01.7955307Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_float_power_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7955597Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_divide_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7955826Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmax_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7956061Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmod_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7956291Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frac_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7956612Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_frexp_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7956891Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7957176Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_full_like_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7957414Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gather_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7957702Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_geqrf_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7957944Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gradient_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7958242Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_grid_sampler_2d_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:51:01.7958520Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_gt_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7958796Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_histc_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7959032Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hsplit_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7959271Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_copy_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7959512Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_put_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7959831Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_select_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7960127Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_int_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7960408Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isclose_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7960695Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isfinite_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7960972Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isin_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7961249Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isinf_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7961525Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isnan_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7961814Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isposinf_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7962134Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7962433Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7962745Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7963040Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_unary_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7963280Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kthvalue_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7963502Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lgamma_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7963747Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cond_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7964004Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_singular_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7964355Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvalsh_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7964627Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_householder_product_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7964872Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_ex_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7965168Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7965467Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7965767Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_ldl_solve_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:51:01.7966036Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7966280Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7966528Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_solve_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7966786Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_norm_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7967043Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_power_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7967299Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_multi_dot_cuda_float32 PASSED [ 78%] 2022-11-23T02:51:01.7967972Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7968299Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7968565Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_hermitian_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7968817Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7969085Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_triangular_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7969333Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vander_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7969618Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linspace_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7969852Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log10_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7970069Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7970330Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_with_dtype_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7970578Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp2_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7970880Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logcumsumexp_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7971116Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logdet_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7971405Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_and_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7971691Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_not_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7971975Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_xor_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7972216Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_solve_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7972458Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_unpack_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7972811Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amin_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7973103Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmax_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7973394Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_argmin_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7973646Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumprod_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7973904Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logsumexp_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7974150Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_mean_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7974400Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_median_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7974658Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_normalize_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7974900Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_var_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7975138Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matmul_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7975379Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_binary_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7975637Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_no_dim_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7975970Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_reduction_with_dim_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7976209Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_maximum_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7976444Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_binary_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7976707Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_no_dim_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7976942Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_msort_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7977175Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mul_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7977409Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mv_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7977670Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7977933Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7978188Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7978429Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nan_to_num_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7978669Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmean_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7978914Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanmedian_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7979203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_copy_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7979514Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_dropout_backward_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7979811Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_layer_norm_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7980087Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ne_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7980380Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_strided_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7980757Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_ones_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7981093Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7981376Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7981655Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7981940Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7982217Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7982493Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7982762Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7983065Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7983330Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_bilinear_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7983608Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7983938Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_celu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7984239Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7984960Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81822 for platform(s) 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.) [ 79%] 2022-11-23T02:51:01.7985245Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_similarity_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7985514Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cross_entropy_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7985824Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_ctc_loss_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7986096Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7986364Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout3d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7986629Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_dropout_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7986942Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_bag_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7987208Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_embedding_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7987504Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7987787Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7988068Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7988442Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 79%] 2022-11-23T02:51:01.7988694Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_gelu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7988949Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_glu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7989213Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardswish_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7989479Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardtanh_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7989757Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_area_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7990037Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7990316Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_linear_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7990579Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_kl_div_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7990841Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_leaky_relu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7991103Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_logsigmoid_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7991378Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7991694Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7992008Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:51:01.7992282Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7992541Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mish_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7992855Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7993117Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_nll_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7993386Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_circular_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7993658Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_constant_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7993921Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_reflect_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7994226Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pdist_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7994499Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7994754Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu6_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7995012Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_rrelu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7995267Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_selu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7995522Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_silu_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7995782Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7996046Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_threshold_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7996418Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7996720Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7996981Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_unfold_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7997256Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_nearest_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7997501Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_fro_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7997739Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_inf_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7997970Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_nuc_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7998255Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7998512Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.7998790Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ormqr_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:51:01.7999028Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_permute_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7999292Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_1_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7999626Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_3_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.7999887Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_positive_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8000118Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_qr_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8000405Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8000694Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randint_like_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8000973Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8001255Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_randn_like_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8001503Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reciprocal_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8001740Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8001978Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8002264Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize__cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8002547Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resize_as__cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8002779Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_roll_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8003034Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_3_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8003290Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_neg_3_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8003528Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsqrt_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8003774Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_add_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8004030Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amin_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8004379Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_sum_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8004596Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8004876Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_short_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8005114Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sigmoid_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8005346Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sign_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8005662Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_exponential_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8005943Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signbit_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8006178Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sin_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8006411Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinc_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8006657Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_scatter_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8006911Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_with_dtype_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8007203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_airy_ai_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8007566Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y1_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8007902Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8008156Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_erfcx_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8008471Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_h_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8008789Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_hermite_polynomial_he_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:51:01.8009035Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i0e_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8009274Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1_cuda_float32 PASSED [ 79%] 2022-11-23T02:51:01.8009520Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_i1e_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8009771Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_log_ndtr_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8010078Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k0_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:51:01.8010324Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtr_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8010614Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8010934Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:51:01.8011308Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:51:01.8011679Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:51:01.8012090Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_spherical_bessel_j0_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:51:01.8012326Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_xlog1py_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8012564Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8012815Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_with_sizes_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8013048Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sqrt_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8013285Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stack_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8013518Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8013747Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_stft_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8014079Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T02:51:01.8014359Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_symeig_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:51:01.8014589Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_t_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8014836Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_along_dim_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8015067Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_take_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8015370Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tan_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8015635Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensor_split_cuda_float32 XFAIL [ 80%] 2022-11-23T02:51:01.8015923Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_sparse_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:51:01.8016163Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trace_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8016405Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_transpose_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8016649Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapezoid_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8016905Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triangular_solve_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8017140Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_triu_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8017384Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_true_divide_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8017601Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unbind_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8017843Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_copy_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8018080Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unfold_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8018314Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8018566Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_complex_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8018796Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8019028Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zero__cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8019258Z test_ops.py::TestCompositeComplianceCUDA::test_operator_H_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8019480Z test_ops.py::TestCompositeComplianceCUDA::test_operator_T_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8019714Z test_ops.py::TestCompositeComplianceCUDA::test_operator___radd___cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8020044Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rdiv___cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8020273Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rmul___cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8020502Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rpow___cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8020729Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rsub___cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8020995Z test_ops.py::TestCompositeComplianceCUDA::test_operator__softmax_backward_data_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8021369Z test_ops.py::TestCompositeComplianceCUDA::test_operator_abs_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8021622Z test_ops.py::TestCompositeComplianceCUDA::test_operator_acos_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8021859Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addcmul_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8022090Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8022466Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addmm_decomposed_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8022785Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addmv_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8023026Z test_ops.py::TestCompositeComplianceCUDA::test_operator_allclose_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8023256Z test_ops.py::TestCompositeComplianceCUDA::test_operator_angle_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8023489Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argmax_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8023815Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argsort_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8024072Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argwhere_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8024312Z test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8024570Z test_ops.py::TestCompositeComplianceCUDA::test_operator_as_strided_scatter_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8024803Z test_ops.py::TestCompositeComplianceCUDA::test_operator_asin_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8025034Z test_ops.py::TestCompositeComplianceCUDA::test_operator_asinh_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8025267Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atan_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8025507Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_1d_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8025751Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_3d_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8025987Z test_ops.py::TestCompositeComplianceCUDA::test_operator_baddbmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8026221Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bfloat16_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8026506Z test_ops.py::TestCompositeComplianceCUDA::test_operator_block_diag_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8026743Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8026973Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bool_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8027227Z test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_shapes_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8027481Z test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_tensors_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8027701Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bucketize_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8027934Z test_ops.py::TestCompositeComplianceCUDA::test_operator_byte_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8028184Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cartesian_prod_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8028412Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cat_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8028748Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cdouble_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8028979Z test_ops.py::TestCompositeComplianceCUDA::test_operator_char_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8029214Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8029447Z test_ops.py::TestCompositeComplianceCUDA::test_operator_chunk_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8029686Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_max_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8029939Z test_ops.py::TestCompositeComplianceCUDA::test_operator_combinations_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8030175Z test_ops.py::TestCompositeComplianceCUDA::test_operator_complex_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8030405Z test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8030659Z test_ops.py::TestCompositeComplianceCUDA::test_operator_constant_pad_nd_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8030897Z test_ops.py::TestCompositeComplianceCUDA::test_operator_copysign_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8031142Z test_ops.py::TestCompositeComplianceCUDA::test_operator_count_nonzero_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8031369Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cov_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8031600Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cross_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8031912Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cumprod_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8032185Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cumulative_trapezoid_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8032424Z test_ops.py::TestCompositeComplianceCUDA::test_operator_deg2rad_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8032661Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8032895Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagflat_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8033139Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_copy_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8033376Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8033622Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diagonal_scatter_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8033849Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diff_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8034087Z test_ops.py::TestCompositeComplianceCUDA::test_operator_digamma_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8034316Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dist_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8034575Z test_ops.py::TestCompositeComplianceCUDA::test_operator_div_no_rounding_mode_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8034830Z test_ops.py::TestCompositeComplianceCUDA::test_operator_div_trunc_rounding_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8035056Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dot_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8035272Z test_ops.py::TestCompositeComplianceCUDA::test_operator_einsum_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8035562Z test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T02:51:01.8035868Z test_ops.py::TestCompositeComplianceCUDA::test_operator_empty_like_cuda_float32 SKIPPED (Expected: empty_like is not comparable) [ 80%] 2022-11-23T02:51:01.8036102Z test_ops.py::TestCompositeComplianceCUDA::test_operator_equal_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8036331Z test_ops.py::TestCompositeComplianceCUDA::test_operator_erf_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8036560Z test_ops.py::TestCompositeComplianceCUDA::test_operator_exp_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8036889Z test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8037117Z test_ops.py::TestCompositeComplianceCUDA::test_operator_expm1_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8037353Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8037590Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8037822Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8038061Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8038295Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8038524Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8038766Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8039002Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8039232Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfft_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8039464Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_irfftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8039689Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft2_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8039991Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfftn_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8040227Z test_ops.py::TestCompositeComplianceCUDA::test_operator_flatten_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8040461Z test_ops.py::TestCompositeComplianceCUDA::test_operator_flip_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8040699Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fliplr_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8040930Z test_ops.py::TestCompositeComplianceCUDA::test_operator_float_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8041171Z test_ops.py::TestCompositeComplianceCUDA::test_operator_float_power_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8041399Z test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8041642Z test_ops.py::TestCompositeComplianceCUDA::test_operator_floor_divide_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8041871Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fmod_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8042104Z test_ops.py::TestCompositeComplianceCUDA::test_operator_frac_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8042333Z test_ops.py::TestCompositeComplianceCUDA::test_operator_full_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8042571Z test_ops.py::TestCompositeComplianceCUDA::test_operator_full_like_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8042806Z test_ops.py::TestCompositeComplianceCUDA::test_operator_gather_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8043038Z test_ops.py::TestCompositeComplianceCUDA::test_operator_geqrf_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8043265Z test_ops.py::TestCompositeComplianceCUDA::test_operator_gt_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8043495Z test_ops.py::TestCompositeComplianceCUDA::test_operator_half_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8043720Z test_ops.py::TestCompositeComplianceCUDA::test_operator_histc_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8043949Z test_ops.py::TestCompositeComplianceCUDA::test_operator_i0_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8044186Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_copy_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8044419Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_put_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8044727Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isnan_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8044964Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isneginf_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8045243Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (skip) [ 80%] 2022-11-23T02:51:01.8045529Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (skip) [ 80%] 2022-11-23T02:51:01.8045766Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ldexp_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8045997Z test_ops.py::TestCompositeComplianceCUDA::test_operator_le_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8046242Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigh_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8046511Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_householder_product_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8046752Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8046993Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_inv_ex_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8047248Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_ex_cuda_float32 PASSED [ 80%] 2022-11-23T02:51:01.8047497Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_solve_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8047739Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8048058Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8048327Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_solve_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8048579Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8048838Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_power_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8049090Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8049357Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8049602Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_multi_dot_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8049843Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8050091Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8050334Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_hermitian_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8050675Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 81%] 2022-11-23T02:51:01.8050913Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_qr_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8051159Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_slogdet_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8051405Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_ex_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8051652Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svdvals_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8051898Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vander_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8052131Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log1p_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8052392Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_with_dtype_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8053651Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8053899Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logcumsumexp_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8054141Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_and_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8054382Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_or_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8054619Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logspace_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8054856Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logsumexp_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8055092Z test_ops.py::TestCompositeComplianceCUDA::test_operator_long_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8055320Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8055553Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_solve_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8055793Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lu_unpack_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8056018Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mT_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8056260Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amin_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8056487Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmax_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8056734Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_argmin_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8057077Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumprod_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8057353Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logsumexp_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8057594Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_median_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8057850Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_normalize_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8058092Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_prod_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8058337Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_scatter_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8058582Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_select_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8058828Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmin_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8059071Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_std_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8059310Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_sum_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8059545Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_var_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8059783Z test_ops.py::TestCompositeComplianceCUDA::test_operator_matmul_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8060024Z test_ops.py::TestCompositeComplianceCUDA::test_operator_matrix_exp_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8060260Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_binary_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8060534Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8060790Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_no_dim_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8061029Z test_ops.py::TestCompositeComplianceCUDA::test_operator_maximum_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8061290Z test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_no_dim_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8061546Z test_ops.py::TestCompositeComplianceCUDA::test_operator_min_reduction_with_dim_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8061856Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8062090Z test_ops.py::TestCompositeComplianceCUDA::test_operator_movedim_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8062322Z test_ops.py::TestCompositeComplianceCUDA::test_operator_msort_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8062550Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mul_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8062772Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mv_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8063030Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8063291Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8063527Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmedian_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8063775Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nanquantile_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8064003Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nansum_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8064241Z test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_copy_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8064471Z test_ops.py::TestCompositeComplianceCUDA::test_operator_narrow_cuda_float32 XFAIL [ 81%] 2022-11-23T02:51:01.8064721Z test_ops.py::TestCompositeComplianceCUDA::test_operator_native_batch_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8065040Z test_ops.py::TestCompositeComplianceCUDA::test_operator_native_layer_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8065291Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ne_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8065518Z test_ops.py::TestCompositeComplianceCUDA::test_operator_neg_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8065755Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_ones_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8065995Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_zeros_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8066231Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nextafter_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8066523Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8066783Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8067056Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8067335Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8067585Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_celu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8067845Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8068115Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8068387Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8068653Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cross_entropy_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8068911Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_ctc_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8069177Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8069436Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8069687Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_elu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8070088Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_bag_cuda_float32 SKIPPED (Allowed exemption) [ 81%] 2022-11-23T02:51:01.8070381Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_embedding_cuda_float32 SKIPPED (Allowed exemption) [ 81%] 2022-11-23T02:51:01.8070678Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8070986Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8071238Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_glu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8071499Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardtanh_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8071777Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8072037Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_huber_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8072302Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_instance_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8072572Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_area_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8072850Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8073184Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_kl_div_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8073465Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_layer_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8073721Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_local_response_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8073989Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8074251Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8074514Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8074769Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mish_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8075029Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_mse_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8075300Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8075579Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8075836Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_nll_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8076098Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_circular_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8076360Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_reflect_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8076614Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pdist_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8076886Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8077138Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_prelu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8077393Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu6_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8077744Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_selu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8077991Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_silu_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8078249Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8078523Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8078782Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softplus_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8079049Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softshrink_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8079306Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_softsign_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8079578Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8079879Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8080131Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8080401Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_upsample_nearest_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8080636Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_inf_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8080964Z test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_number_mean_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8081220Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ormqr_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8081453Z test_ops.py::TestCompositeComplianceCUDA::test_operator_outer_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8081690Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polar_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8081952Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_0_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8082212Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_3_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8082439Z test_ops.py::TestCompositeComplianceCUDA::test_operator_pow_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8082668Z test_ops.py::TestCompositeComplianceCUDA::test_operator_prod_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8082897Z test_ops.py::TestCompositeComplianceCUDA::test_operator_put_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8083139Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rand_like_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8083375Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8083614Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_like_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8083851Z test_ops.py::TestCompositeComplianceCUDA::test_operator_remainder_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8084085Z test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8084355Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resize__cuda_float32 SKIPPED (Allowed exception) [ 81%] 2022-11-23T02:51:01.8084627Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resize_as__cuda_float32 SKIPPED (Allowed exemption) [ 81%] 2022-11-23T02:51:01.8084863Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_neg_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8085096Z test_ops.py::TestCompositeComplianceCUDA::test_operator_roll_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8085308Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rot90_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8085559Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_3_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8085888Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rsqrt_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8086132Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scalar_tensor_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8086384Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_sum_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8086641Z test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_lengths_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8086867Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sgn_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8087104Z test_ops.py::TestCompositeComplianceCUDA::test_operator_short_cuda_float32 PASSED [ 81%] 2022-11-23T02:51:01.8087338Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sigmoid_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8087567Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sign_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8087829Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_cosine_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8088085Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_kaiser_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8088315Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sinc_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8088539Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sinh_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8088791Z test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_with_dtype_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8089114Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_airy_ai_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8089387Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j0_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8089666Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8090032Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:51:01.8090281Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_erfcx_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8090552Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_he_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8090776Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i0e_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8091021Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8091263Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_i1e_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8091531Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_laguerre_polynomial_l_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8091895Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:51:01.8092160Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k0_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8092423Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_k1_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8092667Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtri_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8093040Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:51:01.8093409Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:51:01.8093776Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_spherical_bessel_j0_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8094026Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_xlog1py_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8094256Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sqrt_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8094491Z test_ops.py::TestCompositeComplianceCUDA::test_operator_stack_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8094725Z test_ops.py::TestCompositeComplianceCUDA::test_operator_std_mean_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8094962Z test_ops.py::TestCompositeComplianceCUDA::test_operator_stft_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8095189Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sub_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8095427Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_to_size_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8095662Z test_ops.py::TestCompositeComplianceCUDA::test_operator_symeig_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8095887Z test_ops.py::TestCompositeComplianceCUDA::test_operator_t_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8096117Z test_ops.py::TestCompositeComplianceCUDA::test_operator_take_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8096345Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tan_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8096584Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tensor_split_cuda_float32 XFAIL [ 82%] 2022-11-23T02:51:01.8096806Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tensordot_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8097490Z test_ops.py::TestCompositeComplianceCUDA::test_operator_topk_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8097779Z test_ops.py::TestCompositeComplianceCUDA::test_operator_transpose_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8098029Z test_ops.py::TestCompositeComplianceCUDA::test_operator_triangular_solve_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8098261Z test_ops.py::TestCompositeComplianceCUDA::test_operator_triu_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8098503Z test_ops.py::TestCompositeComplianceCUDA::test_operator_true_divide_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8098733Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trunc_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8098964Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unbind_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8099200Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unflatten_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8099445Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_copy_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8099678Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unfold_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8099929Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_consecutive_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8100163Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unique_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8100404Z test_ops.py::TestCompositeComplianceCUDA::test_operator_unsqueeze_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8100634Z test_ops.py::TestCompositeComplianceCUDA::test_operator_var_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8100864Z test_ops.py::TestCompositeComplianceCUDA::test_operator_vdot_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8101111Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_complex_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8101346Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_as_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8101581Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_copy_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8101812Z test_ops.py::TestCompositeComplianceCUDA::test_operator_where_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8102139Z test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8102376Z test_ops.py::TestCompositeComplianceCUDA::test_operator_zeros_like_cuda_float32 PASSED [ 82%] 2022-11-23T02:51:01.8102580Z test_ops.py::TestMathBitsCUDA::test_conj_view_H_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8102790Z test_ops.py::TestMathBitsCUDA::test_conj_view___rsub___cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8103002Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_T_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8103241Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bfloat16_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8103483Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cdouble_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8103716Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_chalf_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8103947Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_char_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8104185Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_double_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8104415Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_float_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8104643Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_half_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8104865Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_long_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8105092Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_short_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8105375Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_abs_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8105613Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acosh_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8105833Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_allclose_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8106121Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 82%] 2022-11-23T02:51:01.8106334Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atanh_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8106554Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_2d_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8106756Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_3d_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8106979Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_to_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8107195Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_chunk_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8107405Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_clone_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8107620Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_column_stack_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8107836Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8108062Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_conj_physical_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8108291Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_constant_pad_nd_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8108500Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cos_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8108708Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cosh_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8108924Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cumsum_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8109138Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8109364Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_copy_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8109583Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diagonal_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8109900Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dsplit_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8110117Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_dstack_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8110337Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_as_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8110553Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft2_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8110767Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fft_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8110984Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftn_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8111184Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft2_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8111400Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfft_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8111613Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8111828Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftn_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8112047Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft2_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8112271Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_float_power_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8112486Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hsplit_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8112696Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_imag_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8112988Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_add_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8113223Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isreal_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8113436Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_lerp_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8113677Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8113897Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_norm_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8114127Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svdvals_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8114362Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_vector_norm_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8114575Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log10_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8114789Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log2_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8115029Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8115250Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_and_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8115455Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_or_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8115679Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_masked_fill_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8115926Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8116143Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_movedim_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8116351Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_neg_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8116630Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T02:51:01.8116934Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_empty_strided_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 82%] 2022-11-23T02:51:01.8117153Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_zeros_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8117490Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8117752Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8118006Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8118260Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8118522Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8118771Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8119031Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8119244Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ones_cuda_complex64 XFAIL [ 82%] 2022-11-23T02:51:01.8119464Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_positive_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8119680Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ravel_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8119894Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_real_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8120116Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reciprocal_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8120405Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_repeat_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8120651Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_as_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8120848Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_reshape_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8121058Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_roll_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8121274Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rot90_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8121487Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsqrt_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8121698Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sgn_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8121903Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sin_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8122113Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinc_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8122329Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sinh_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8122585Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8122823Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sub_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8123163Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_t_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8123401Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tan_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8123614Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_trace_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8123837Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_transpose_cuda_complex64 PASSED [ 82%] 2022-11-23T02:51:01.8124173Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_true_divide_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8124491Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unbind_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8124724Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_copy_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8124940Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unfold_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8125156Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_mean_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8125461Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8125676Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vsplit_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8125885Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_zeros_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8126093Z test_ops.py::TestMathBitsCUDA::test_conj_view_abs_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8126297Z test_ops.py::TestMathBitsCUDA::test_conj_view_acos_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8126551Z test_ops.py::TestMathBitsCUDA::test_conj_view_add_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8126763Z test_ops.py::TestMathBitsCUDA::test_conj_view_addbmm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8126974Z test_ops.py::TestMathBitsCUDA::test_conj_view_addcdiv_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8127182Z test_ops.py::TestMathBitsCUDA::test_conj_view_addmv_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8127401Z test_ops.py::TestMathBitsCUDA::test_conj_view_allclose_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8127603Z test_ops.py::TestMathBitsCUDA::test_conj_view_any_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8127808Z test_ops.py::TestMathBitsCUDA::test_conj_view_asin_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8128011Z test_ops.py::TestMathBitsCUDA::test_conj_view_atan_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8128217Z test_ops.py::TestMathBitsCUDA::test_conj_view_atanh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8128433Z test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_1d_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8128719Z test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_2d_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8128948Z test_ops.py::TestMathBitsCUDA::test_conj_view_atleast_3d_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8129156Z test_ops.py::TestMathBitsCUDA::test_conj_view_bfloat16_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8129345Z test_ops.py::TestMathBitsCUDA::test_conj_view_bmm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8129546Z test_ops.py::TestMathBitsCUDA::test_conj_view_bool_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8129881Z test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_tensors_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8130105Z test_ops.py::TestMathBitsCUDA::test_conj_view_byte_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8130310Z test_ops.py::TestMathBitsCUDA::test_conj_view_cfloat_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8130514Z test_ops.py::TestMathBitsCUDA::test_conj_view_chalf_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8130829Z test_ops.py::TestMathBitsCUDA::test_conj_view_char_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8131154Z test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_solve_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8131371Z test_ops.py::TestMathBitsCUDA::test_conj_view_chunk_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8131597Z test_ops.py::TestMathBitsCUDA::test_conj_view_conj_physical_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8131818Z test_ops.py::TestMathBitsCUDA::test_conj_view_constant_pad_nd_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8132019Z test_ops.py::TestMathBitsCUDA::test_conj_view_cosh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8132237Z test_ops.py::TestMathBitsCUDA::test_conj_view_count_nonzero_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8132435Z test_ops.py::TestMathBitsCUDA::test_conj_view_cov_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8132643Z test_ops.py::TestMathBitsCUDA::test_conj_view_cumsum_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8132879Z test_ops.py::TestMathBitsCUDA::test_conj_view_cumulative_trapezoid_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8133080Z test_ops.py::TestMathBitsCUDA::test_conj_view_diag_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8133284Z test_ops.py::TestMathBitsCUDA::test_conj_view_diff_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8133620Z test_ops.py::TestMathBitsCUDA::test_conj_view_div_no_rounding_mode_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8133812Z test_ops.py::TestMathBitsCUDA::test_conj_view_double_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8134019Z test_ops.py::TestMathBitsCUDA::test_conj_view_dsplit_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8134226Z test_ops.py::TestMathBitsCUDA::test_conj_view_dstack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8134430Z test_ops.py::TestMathBitsCUDA::test_conj_view_einsum_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8134658Z test_ops.py::TestMathBitsCUDA::test_conj_view_empty_cuda_complex64 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:51:01.8134893Z test_ops.py::TestMathBitsCUDA::test_conj_view_empty_like_cuda_complex64 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:51:01.8135099Z test_ops.py::TestMathBitsCUDA::test_conj_view_equal_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8135307Z test_ops.py::TestMathBitsCUDA::test_conj_view_expand_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8135532Z test_ops.py::TestMathBitsCUDA::test_conj_view_eye_cuda_complex64 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:51:01.8135742Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft2_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8135958Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftshift_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8136169Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfftn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8136472Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8136804Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft2_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8137072Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfftn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8137376Z test_ops.py::TestMathBitsCUDA::test_conj_view_flatten_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8137691Z test_ops.py::TestMathBitsCUDA::test_conj_view_fliplr_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8137934Z test_ops.py::TestMathBitsCUDA::test_conj_view_float_power_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8138120Z test_ops.py::TestMathBitsCUDA::test_conj_view_full_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8138325Z test_ops.py::TestMathBitsCUDA::test_conj_view_half_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8138529Z test_ops.py::TestMathBitsCUDA::test_conj_view_hsplit_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8138732Z test_ops.py::TestMathBitsCUDA::test_conj_view_imag_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8138950Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_fill_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8139162Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_put_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8139367Z test_ops.py::TestMathBitsCUDA::test_conj_view_isinf_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8139574Z test_ops.py::TestMathBitsCUDA::test_conj_view_isnan_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8139783Z test_ops.py::TestMathBitsCUDA::test_conj_view_isreal_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8139990Z test_ops.py::TestMathBitsCUDA::test_conj_view_istft_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8140229Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_2inputs_2outputs_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8140470Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_return_by_ref_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8140688Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_unary_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8140896Z test_ops.py::TestMathBitsCUDA::test_conj_view_kron_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8141100Z test_ops.py::TestMathBitsCUDA::test_conj_view_lerp_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8141315Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cond_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8141638Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eig_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8141855Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8142073Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvals_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8142266Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8142492Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_ex_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8142713Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_solve_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8142935Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8143299Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lstsq_grad_oriented_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8143526Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_solve_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8143754Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_norm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8144087Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_power_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8144432Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8144660Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_multi_dot_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8144873Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8145203Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8145439Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8145659Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_ex_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8145900Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_solve_triangular_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8146112Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svd_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8146335Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorinv_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8146562Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_tensorsolve_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8146780Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vander_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8147001Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vecdot_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8147187Z test_ops.py::TestMathBitsCUDA::test_conj_view_log2_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8147389Z test_ops.py::TestMathBitsCUDA::test_conj_view_log_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8147598Z test_ops.py::TestMathBitsCUDA::test_conj_view_logdet_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8147817Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_and_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8148030Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_not_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8148241Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_or_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8148455Z test_ops.py::TestMathBitsCUDA::test_conj_view_logical_xor_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8148664Z test_ops.py::TestMathBitsCUDA::test_conj_view_logspace_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8148871Z test_ops.py::TestMathBitsCUDA::test_conj_view_long_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8149082Z test_ops.py::TestMathBitsCUDA::test_conj_view_lu_solve_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8149292Z test_ops.py::TestMathBitsCUDA::test_conj_view_lu_unpack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8149492Z test_ops.py::TestMathBitsCUDA::test_conj_view_mH_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8149962Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_fill_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8150340Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_normalize_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8150737Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_select_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8151188Z test_ops.py::TestMathBitsCUDA::test_conj_view_matmul_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8151715Z test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8152108Z test_ops.py::TestMathBitsCUDA::test_conj_view_mm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8152493Z test_ops.py::TestMathBitsCUDA::test_conj_view_mul_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8152865Z test_ops.py::TestMathBitsCUDA::test_conj_view_mv_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8153243Z test_ops.py::TestMathBitsCUDA::test_conj_view_ne_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8153799Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 83%] 2022-11-23T02:51:01.8154170Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_ones_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8154636Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose1d_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8155125Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_circular_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8155714Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_reflect_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8156229Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8156817Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8157294Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_tanhshrink_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8157906Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8158437Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8158871Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_unfold_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8159279Z test_ops.py::TestMathBitsCUDA::test_conj_view_nonzero_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8159675Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_inf_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8160032Z test_ops.py::TestMathBitsCUDA::test_conj_view_ones_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8160395Z test_ops.py::TestMathBitsCUDA::test_conj_view_ormqr_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8160820Z test_ops.py::TestMathBitsCUDA::test_conj_view_pinverse_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8161037Z test_ops.py::TestMathBitsCUDA::test_conj_view_prod_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8161242Z test_ops.py::TestMathBitsCUDA::test_conj_view_put_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8161475Z test_ops.py::TestMathBitsCUDA::test_conj_view_rand_like_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8161836Z test_ops.py::TestMathBitsCUDA::test_conj_view_randn_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:51:01.8164347Z test_ops.py::TestMathBitsCUDA::test_conj_view_randn_like_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8164911Z test_ops.py::TestMathBitsCUDA::test_conj_view_ravel_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8165331Z test_ops.py::TestMathBitsCUDA::test_conj_view_renorm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8165706Z test_ops.py::TestMathBitsCUDA::test_conj_view_resize_as__cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8166370Z test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_conj_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8166590Z test_ops.py::TestMathBitsCUDA::test_conj_view_roll_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8166865Z test_ops.py::TestMathBitsCUDA::test_conj_view_rsub_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8167378Z test_ops.py::TestMathBitsCUDA::test_conj_view_sigmoid_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8167623Z test_ops.py::TestMathBitsCUDA::test_conj_view_sin_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8167830Z test_ops.py::TestMathBitsCUDA::test_conj_view_sinh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8168092Z test_ops.py::TestMathBitsCUDA::test_conj_view_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:51:01.8168293Z test_ops.py::TestMathBitsCUDA::test_conj_view_sqrt_cuda_complex64 PASSED [ 83%] 2022-11-23T02:51:01.8168504Z test_ops.py::TestMathBitsCUDA::test_conj_view_squeeze_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8168710Z test_ops.py::TestMathBitsCUDA::test_conj_view_stack_cuda_complex64 XFAIL [ 84%] 2022-11-23T02:51:01.8168911Z test_ops.py::TestMathBitsCUDA::test_conj_view_std_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8169126Z test_ops.py::TestMathBitsCUDA::test_conj_view_std_mean_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8169310Z test_ops.py::TestMathBitsCUDA::test_conj_view_sub_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8169551Z test_ops.py::TestMathBitsCUDA::test_conj_view_sum_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8169957Z test_ops.py::TestMathBitsCUDA::test_conj_view_sum_to_size_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8170550Z test_ops.py::TestMathBitsCUDA::test_conj_view_take_along_dim_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8170971Z test_ops.py::TestMathBitsCUDA::test_conj_view_take_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8171360Z test_ops.py::TestMathBitsCUDA::test_conj_view_tan_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8171791Z test_ops.py::TestMathBitsCUDA::test_conj_view_tensor_split_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8172182Z test_ops.py::TestMathBitsCUDA::test_conj_view_tile_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8172573Z test_ops.py::TestMathBitsCUDA::test_conj_view_to_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8173054Z test_ops.py::TestMathBitsCUDA::test_conj_view_trace_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8173494Z test_ops.py::TestMathBitsCUDA::test_conj_view_trapz_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8173989Z test_ops.py::TestMathBitsCUDA::test_conj_view_triangular_solve_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8174393Z test_ops.py::TestMathBitsCUDA::test_conj_view_tril_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8174787Z test_ops.py::TestMathBitsCUDA::test_conj_view_triu_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8175209Z test_ops.py::TestMathBitsCUDA::test_conj_view_true_divide_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8175630Z test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_copy_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8176033Z test_ops.py::TestMathBitsCUDA::test_conj_view_unfold_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8176440Z test_ops.py::TestMathBitsCUDA::test_conj_view_var_mean_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8176826Z test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_cuda_complex64 PASSED [ 84%] 2022-11-23T02:51:01.8177412Z test_ops.py::TestMathBitsCUDA::test_conj_view_view_as_real_cuda_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 84%] 2022-11-23T02:51:01.8177808Z test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_cuda_complex64 XFAIL [ 84%] 2022-11-23T02:51:01.8178216Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_H_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8178622Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_T_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8179109Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___getitem___cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8179683Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___radd___cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8180187Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rsub___cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8180610Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_T_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8181094Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bfloat16_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8181561Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_bool_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8182029Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_byte_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8182516Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cdouble_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8183000Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_chalf_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8183478Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_float_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8183946Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_long_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8184419Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_short_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8184844Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_abs_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8185264Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acos_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8185876Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_add_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8186484Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcdiv_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8186899Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addr_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8187324Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_all_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8187900Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_as_strided_cuda_complex128 SKIPPED (Errors when storage_offset is included) [ 84%] 2022-11-23T02:51:01.8188329Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asinh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8188750Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atan_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8189188Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_1d_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8189635Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_2d_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8190084Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atleast_3d_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8190515Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_chunk_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8190923Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_clone_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8191357Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_column_stack_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8191853Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8192328Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_constant_pad_nd_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8192835Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_contiguous_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8193333Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cos_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8193777Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8194204Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diag_embed_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8194790Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8195140Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dsplit_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8195568Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_dstack_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8196087Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 84%] 2022-11-23T02:51:01.8196494Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eq_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8196909Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_exp_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8197331Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_as_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8197740Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_expand_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8198183Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_eye_cuda_complex128 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:51:01.8198684Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft2_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8199091Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fft_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8199604Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft2_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8200023Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfftn_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8200573Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft2_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8201014Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifft_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8201418Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftn_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8201848Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft2_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8202250Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fill_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8202661Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flatten_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8203052Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flip_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8203458Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fliplr_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8203875Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_flipud_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8204303Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_float_power_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8204786Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hstack_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8205169Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_imag_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8205648Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_fill_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8206137Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_select_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8206550Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isclose_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8206949Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isinf_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8207345Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isnan_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8207765Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_norm_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8208206Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_vector_norm_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8208609Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linspace_cuda_complex128 XFAIL [ 84%] 2022-11-23T02:51:01.8210005Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log10_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8210400Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log2_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8210793Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8211298Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_or_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8211716Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8212229Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ne_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8212827Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_strided_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-11-23T02:51:01.8213241Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_full_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8213654Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_zeros_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8214121Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8214575Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8214854Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8215165Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_pow_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8215409Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ravel_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8215628Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_real_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8215865Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reciprocal_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8216094Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_as_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8216319Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_reshape_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8216538Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_roll_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8216752Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsub_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8216971Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sgn_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8217197Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sigmoid_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8217529Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sin_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8217778Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinc_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8218025Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_softmax_with_dtype_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8218368Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sqrt_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8218725Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_squeeze_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8218953Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_mean_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8219180Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_to_size_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8219404Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tan_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8219621Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tanh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8219839Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_trace_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8220163Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_transpose_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8220387Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unbind_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8220617Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unflatten_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8220847Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_copy_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8221068Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unfold_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8221305Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_unsqueeze_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8221522Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8221742Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_var_mean_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8221966Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_as_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8222182Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_view_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8222393Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_abs_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8222606Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acos_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8222819Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_acosh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8223034Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcdiv_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8223328Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addcmul_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8223585Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_decomposed_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8223950Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addr_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8224176Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_angle_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8224392Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_argwhere_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8224831Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8225056Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_as_strided_scatter_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8225268Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atanh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8225490Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_1d_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8225706Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_baddbmm_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8225917Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bmm_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8226188Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_tensors_cuda_complex128 PASSED [ 84%] 2022-11-23T02:51:01.8226402Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_byte_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8226610Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cat_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8226824Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cfloat_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8227035Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chunk_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8227239Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8227467Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_conj_physical_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8227690Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_contiguous_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8227904Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_corrcoef_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8228238Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_count_nonzero_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8228452Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cross_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8228666Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumsum_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8228905Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumulative_trapezoid_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8229121Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8229319Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dist_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8229558Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_div_no_rounding_mode_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8229768Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dsplit_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8230065Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dstack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8230334Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_einsum_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8230549Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_equal_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8230765Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_as_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8231197Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft2_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8231422Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft2_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8231724Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifft_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8231970Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftshift_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8232182Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8232405Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flatten_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8232617Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flip_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8232833Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_flipud_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8233044Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8233265Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_float_power_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8233480Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8233694Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_full_like_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8233892Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gradient_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8234101Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_half_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8234317Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_imag_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8234530Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_add_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8234748Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_fill_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8235049Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_put_cuda_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-11-23T02:51:01.8235273Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_select_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8235486Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_inner_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8235697Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_int_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8235910Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isclose_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8236225Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isinf_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8236570Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isreal_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8236823Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_2inputs_2outputs_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8237078Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_4inputs_with_extra_args_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8237537Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8237800Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_binary_return_by_ref_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8238027Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_jiterator_unary_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8238242Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_kron_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8238451Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ldexp_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8238668Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cond_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8238867Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8239096Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvalsh_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8239347Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_householder_product_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8239665Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8239917Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_solve_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8240146Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8240376Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_solve_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8240609Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_norm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8240833Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8241082Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_rank_hermitian_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8241304Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8241527Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8241768Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_hermitian_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8242091Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 85%] 2022-11-23T02:51:01.8242320Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_slogdet_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8242638Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8242901Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_ex_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8243133Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorinv_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8243485Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_tensorsolve_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8243821Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vander_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8244045Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linspace_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8244258Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8244583Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log_softmax_with_dtype_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8244804Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_and_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8245017Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logspace_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8245229Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_long_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8245437Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mH_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8245647Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mT_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8245876Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumprod_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8246095Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_mean_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8246332Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_normalize_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8246550Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_prod_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8246766Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_std_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8246980Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_sum_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8247193Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_var_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8247404Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matrix_exp_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8247725Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8247957Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8248179Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_copy_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8248424Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_cuda_complex128 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:51:01.8248733Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_empty_strided_cuda_complex128 SKIPPED (Expected: new_empty_strided is not comparable) [ 85%] 2022-11-23T02:51:01.8249100Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_zeros_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8249329Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv2d_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8249588Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8250090Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8250337Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_linear_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8250582Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_normalize_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8250831Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_replicate_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8251084Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8251330Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8251580Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8251826Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_tanhshrink_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8252083Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8252427Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_unfold_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8252638Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8252852Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_inf_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8253066Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_nuc_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8253272Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8253488Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ones_like_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8253712Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_permute_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8253930Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pinverse_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8254140Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_prod_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8254353Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_put_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8254552Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rand_like_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8254761Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:51:01.8254979Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_randn_like_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8255336Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ravel_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8255555Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_real_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8256888Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reciprocal_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8257178Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8257484Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize__cuda_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-11-23T02:51:01.8257714Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_conj_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8257934Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resolve_neg_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8258146Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rot90_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8258355Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsub_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8258599Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scalar_tensor_cuda_complex128 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:51:01.8258828Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_add_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8259042Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_scatter_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8259249Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sin_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8259459Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinc_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8259662Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sinh_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8259876Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_slice_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8260109Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_softmax_with_dtype_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8260349Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:51:01.8260577Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_list_args_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8260809Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_with_sizes_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8261019Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8261474Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8261710Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_stft_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8261916Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sub_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8262119Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8262557Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sum_to_size_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8262779Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_symeig_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8262994Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_t_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8263204Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tan_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8263413Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8263632Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_to_sparse_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8263844Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trace_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8264061Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_transpose_cuda_complex128 PASSED [ 85%] 2022-11-23T02:51:01.8264275Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unbind_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8264493Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unflatten_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8264802Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_copy_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8265015Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unfold_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8265230Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8265440Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8265652Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_cuda_complex128 XFAIL [ 86%] 2022-11-23T02:51:01.8265871Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zeros_like_cuda_complex128 PASSED [ 86%] 2022-11-23T02:51:01.8266076Z test_ops.py::TestMathBitsCUDA::test_neg_view___getitem___cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8266280Z test_ops.py::TestMathBitsCUDA::test_neg_view___rmod___cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8266512Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bfloat16_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8266739Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_bool_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8266971Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cdouble_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8267196Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_chalf_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8267434Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_complex_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8267789Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_double_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8268029Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_float_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8268253Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_long_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8268683Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_abs_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8268909Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acos_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8269119Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_acosh_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8269322Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_add_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8269515Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcdiv_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8269826Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addcmul_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8270034Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amin_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8270236Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_any_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8270443Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_arange_cuda_float64 XFAIL [ 86%] 2022-11-23T02:51:01.8270725Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_as_strided_cuda_float64 SKIPPED (Errors when storage_offset is included) [ 86%] 2022-11-23T02:51:01.8270936Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atanh_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8271151Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_1d_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8271364Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_2d_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8271595Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_tensors_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8271810Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_bucketize_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8272014Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_chunk_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8272225Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_min_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8272435Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clone_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8272734Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_constant_pad_nd_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8272971Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_contiguous_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8273185Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_copysign_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8273391Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cos_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8273604Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cosh_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8273820Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_embed_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8274141Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_scatter_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8274379Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_no_rounding_mode_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8274608Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_trunc_rounding_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8275105Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_like_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 86%] 2022-11-23T02:51:01.8275321Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eq_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8275529Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp2_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8275738Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_exp_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8275949Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8276158Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expm1_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8276381Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_eye_cuda_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T02:51:01.8276599Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftshift_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8276815Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8277038Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftshift_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8277253Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfftn_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8277467Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8277794Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfftn_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8278008Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft2_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8278218Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfft_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8278426Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_rfftn_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8278615Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flip_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8278831Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flipud_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8279036Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_gt_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8279247Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_heaviside_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8279454Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hypot_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8279658Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_i0_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8279868Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igamma_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8280079Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_igammac_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8280426Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_add_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8280651Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_fill_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8280955Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_select_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8281312Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isclose_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8281647Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isfinite_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8281873Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isposinf_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8282085Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isreal_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8282292Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_le_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8282498Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lgamma_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8282726Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_matrix_norm_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8282942Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_norm_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8283136Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log10_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8283343Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log2_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8283549Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8283791Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8284007Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_or_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8284222Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_masked_fill_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8284429Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mean_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8284665Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8284910Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8285126Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_minimum_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8285332Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_movedim_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8285647Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_mul_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8285865Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_copy_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8286095Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_native_layer_norm_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8286299Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_neg_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8286572Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 86%] 2022-11-23T02:51:01.8286924Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_full_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8287235Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 86%] 2022-11-23T02:51:01.8287471Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_gelu_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8287926Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_group_norm_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8288152Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8288385Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8288643Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8288873Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mish_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8289193Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8289465Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8289714Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8289954Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softplus_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8290193Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softshrink_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8290431Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8290680Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8290884Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ones_cuda_float64 XFAIL [ 86%] 2022-11-23T02:51:01.8291102Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_permute_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8291316Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_positive_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8291516Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_pow_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8291771Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_randn_cuda_float64 SKIPPED (Test expects tensor input) [ 86%] 2022-11-23T02:51:01.8291977Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ravel_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8292192Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reciprocal_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8292407Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_remainder_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8292617Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_repeat_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8292834Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_as_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8293168Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_reshape_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8293387Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_round_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8293592Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sgn_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8294042Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sigmoid_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8294256Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_signbit_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8294580Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sin_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8294795Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinc_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8295020Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j0_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8295241Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i0e_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8295454Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8295674Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_i1e_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8295902Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_ndtr_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8296152Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_log_softmax_with_dtype_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8296372Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_logit_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8296623Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8296876Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8297177Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtri_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8297442Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8297665Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_xlog1py_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8297880Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_squeeze_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8298066Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8298272Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tanh_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8298489Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tensor_split_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8298692Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_to_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8298898Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trace_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8299109Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tril_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8299309Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_triu_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8299527Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_true_divide_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8299888Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unbind_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8300113Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unflatten_cuda_float64 PASSED [ 86%] 2022-11-23T02:51:01.8300328Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_copy_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8300764Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unfold_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8300987Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_unsqueeze_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8301199Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_mean_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8301410Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_as_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8301616Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_view_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8301824Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vsplit_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8302135Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_vstack_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8302324Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_where_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8302524Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_xlogy_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8302725Z test_ops.py::TestMathBitsCUDA::test_neg_view_acos_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8302925Z test_ops.py::TestMathBitsCUDA::test_neg_view_acosh_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8303124Z test_ops.py::TestMathBitsCUDA::test_neg_view_add_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8303333Z test_ops.py::TestMathBitsCUDA::test_neg_view_addcmul_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8303553Z test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_decomposed_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8303751Z test_ops.py::TestMathBitsCUDA::test_neg_view_addmv_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8303955Z test_ops.py::TestMathBitsCUDA::test_neg_view_all_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8304162Z test_ops.py::TestMathBitsCUDA::test_neg_view_allclose_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8304362Z test_ops.py::TestMathBitsCUDA::test_neg_view_amin_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8304557Z test_ops.py::TestMathBitsCUDA::test_neg_view_angle_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8304753Z test_ops.py::TestMathBitsCUDA::test_neg_view_arange_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8304953Z test_ops.py::TestMathBitsCUDA::test_neg_view_argmax_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8305226Z test_ops.py::TestMathBitsCUDA::test_neg_view_argmin_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8305446Z test_ops.py::TestMathBitsCUDA::test_neg_view_argsort_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8305641Z test_ops.py::TestMathBitsCUDA::test_neg_view_asin_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8305841Z test_ops.py::TestMathBitsCUDA::test_neg_view_atan_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8306155Z test_ops.py::TestMathBitsCUDA::test_neg_view_atanh_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8306368Z test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_2d_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8306571Z test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_3d_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8306997Z test_ops.py::TestMathBitsCUDA::test_neg_view_bfloat16_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8307225Z test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_tensors_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8307442Z test_ops.py::TestMathBitsCUDA::test_neg_view_cartesian_prod_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8307641Z test_ops.py::TestMathBitsCUDA::test_neg_view_ceil_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8307839Z test_ops.py::TestMathBitsCUDA::test_neg_view_char_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8308048Z test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8308246Z test_ops.py::TestMathBitsCUDA::test_neg_view_chunk_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8308453Z test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_max_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8308649Z test_ops.py::TestMathBitsCUDA::test_neg_view_clone_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8308859Z test_ops.py::TestMathBitsCUDA::test_neg_view_column_stack_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8309066Z test_ops.py::TestMathBitsCUDA::test_neg_view_combinations_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8309272Z test_ops.py::TestMathBitsCUDA::test_neg_view_complex_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8309482Z test_ops.py::TestMathBitsCUDA::test_neg_view_copysign_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8309684Z test_ops.py::TestMathBitsCUDA::test_neg_view_corrcoef_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8309879Z test_ops.py::TestMathBitsCUDA::test_neg_view_cos_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8310177Z test_ops.py::TestMathBitsCUDA::test_neg_view_count_nonzero_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8310373Z test_ops.py::TestMathBitsCUDA::test_neg_view_cov_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8310572Z test_ops.py::TestMathBitsCUDA::test_neg_view_cross_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8310771Z test_ops.py::TestMathBitsCUDA::test_neg_view_cummin_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8310969Z test_ops.py::TestMathBitsCUDA::test_neg_view_cumprod_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8311169Z test_ops.py::TestMathBitsCUDA::test_neg_view_cumsum_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8311398Z test_ops.py::TestMathBitsCUDA::test_neg_view_cumulative_trapezoid_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8311595Z test_ops.py::TestMathBitsCUDA::test_neg_view_deg2rad_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8311788Z test_ops.py::TestMathBitsCUDA::test_neg_view_diag_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8312006Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_copy_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8312360Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_scatter_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8312566Z test_ops.py::TestMathBitsCUDA::test_neg_view_digamma_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8312787Z test_ops.py::TestMathBitsCUDA::test_neg_view_div_floor_rounding_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8313232Z test_ops.py::TestMathBitsCUDA::test_neg_view_div_no_rounding_mode_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8313536Z test_ops.py::TestMathBitsCUDA::test_neg_view_dstack_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8313757Z test_ops.py::TestMathBitsCUDA::test_neg_view_einsum_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8313957Z test_ops.py::TestMathBitsCUDA::test_neg_view_exp2_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8314152Z test_ops.py::TestMathBitsCUDA::test_neg_view_exp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8314338Z test_ops.py::TestMathBitsCUDA::test_neg_view_expand_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8314555Z test_ops.py::TestMathBitsCUDA::test_neg_view_eye_cuda_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:51:01.8314761Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft2_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8314960Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fft_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8315172Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftshift_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8315383Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft2_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8315588Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfft_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8315789Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8316000Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftshift_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8316212Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft2_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8316416Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfft_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8316622Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft2_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8316824Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfft_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8317028Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfftn_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8317231Z test_ops.py::TestMathBitsCUDA::test_neg_view_flatten_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8317433Z test_ops.py::TestMathBitsCUDA::test_neg_view_flip_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8317631Z test_ops.py::TestMathBitsCUDA::test_neg_view_fliplr_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8317831Z test_ops.py::TestMathBitsCUDA::test_neg_view_flipud_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8318109Z test_ops.py::TestMathBitsCUDA::test_neg_view_float_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8318306Z test_ops.py::TestMathBitsCUDA::test_neg_view_frac_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8318638Z test_ops.py::TestMathBitsCUDA::test_neg_view_frexp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8318839Z test_ops.py::TestMathBitsCUDA::test_neg_view_full_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8319033Z test_ops.py::TestMathBitsCUDA::test_neg_view_ge_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8319371Z test_ops.py::TestMathBitsCUDA::test_neg_view_grid_sampler_2d_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8319687Z test_ops.py::TestMathBitsCUDA::test_neg_view_half_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8319896Z test_ops.py::TestMathBitsCUDA::test_neg_view_heaviside_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8320103Z test_ops.py::TestMathBitsCUDA::test_neg_view_hsplit_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8320303Z test_ops.py::TestMathBitsCUDA::test_neg_view_hstack_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8320498Z test_ops.py::TestMathBitsCUDA::test_neg_view_hypot_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8320692Z test_ops.py::TestMathBitsCUDA::test_neg_view_i0_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8320888Z test_ops.py::TestMathBitsCUDA::test_neg_view_igamma_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8321095Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_copy_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8321299Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_fill_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8321676Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_put_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 87%] 2022-11-23T02:51:01.8321912Z test_ops.py::TestMathBitsCUDA::test_neg_view_isfinite_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8322145Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_2inputs_2outputs_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8322391Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_4inputs_with_extra_args_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8322590Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8322826Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_binary_return_by_ref_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8323039Z test_ops.py::TestMathBitsCUDA::test_neg_view_jiterator_unary_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8323244Z test_ops.py::TestMathBitsCUDA::test_neg_view_kthvalue_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8323451Z test_ops.py::TestMathBitsCUDA::test_neg_view_ldexp_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8323649Z test_ops.py::TestMathBitsCUDA::test_neg_view_le_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8323848Z test_ops.py::TestMathBitsCUDA::test_neg_view_lerp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8324052Z test_ops.py::TestMathBitsCUDA::test_neg_view_lgamma_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8324259Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eig_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8324470Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvals_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8324796Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigvalsh_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8325037Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_ex_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8325255Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8325579Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_factor_ex_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8326007Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_ldl_solve_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8326268Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8326597Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_ex_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8326811Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_solve_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8327011Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8327248Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_rank_hermitian_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8327456Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8327705Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_norm_subgradients_at_zero_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8327933Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_hermitian_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8328149Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_slogdet_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8328366Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorinv_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8328580Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vander_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8328786Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vecdot_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8328991Z test_ops.py::TestMathBitsCUDA::test_neg_view_linspace_cuda_float64 XFAIL [ 87%] 2022-11-23T02:51:01.8329192Z test_ops.py::TestMathBitsCUDA::test_neg_view_log1p_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8329391Z test_ops.py::TestMathBitsCUDA::test_neg_view_log_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8329680Z test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp2_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8329911Z test_ops.py::TestMathBitsCUDA::test_neg_view_logaddexp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8330128Z test_ops.py::TestMathBitsCUDA::test_neg_view_logcumsumexp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8330328Z test_ops.py::TestMathBitsCUDA::test_neg_view_logdet_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8330545Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_and_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8330750Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_not_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8330952Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_xor_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8331135Z test_ops.py::TestMathBitsCUDA::test_neg_view_logit_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8331479Z test_ops.py::TestMathBitsCUDA::test_neg_view_lu_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8331698Z test_ops.py::TestMathBitsCUDA::test_neg_view_lu_solve_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8331895Z test_ops.py::TestMathBitsCUDA::test_neg_view_mH_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8332222Z test_ops.py::TestMathBitsCUDA::test_neg_view_mT_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8332629Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_fill_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8332862Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logaddexp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8333080Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_logsumexp_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8333296Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_normalize_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8333508Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_prod_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8333718Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_scatter_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8333935Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_select_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8334149Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmax_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8334365Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_softmin_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8334573Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_std_cuda_float64 PASSED [ 87%] 2022-11-23T02:51:01.8334885Z test_ops.py::TestMathBitsCUDA::test_neg_view_matmul_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8335129Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8335350Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_no_dim_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8335575Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_reduction_with_dim_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8335758Z test_ops.py::TestMathBitsCUDA::test_neg_view_mean_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8335963Z test_ops.py::TestMathBitsCUDA::test_neg_view_median_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8336199Z test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_variadic_tensors_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8336420Z test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_no_dim_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8336649Z test_ops.py::TestMathBitsCUDA::test_neg_view_min_reduction_with_dim_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8336853Z test_ops.py::TestMathBitsCUDA::test_neg_view_minimum_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8337052Z test_ops.py::TestMathBitsCUDA::test_neg_view_mode_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8337254Z test_ops.py::TestMathBitsCUDA::test_neg_view_movedim_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8337449Z test_ops.py::TestMathBitsCUDA::test_neg_view_mul_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8337665Z test_ops.py::TestMathBitsCUDA::test_neg_view_multinomial_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8338104Z test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8338349Z test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8338800Z test_ops.py::TestMathBitsCUDA::test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8339025Z test_ops.py::TestMathBitsCUDA::test_neg_view_nanmean_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8339223Z test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_cuda_float64 XFAIL [ 88%] 2022-11-23T02:51:01.8339441Z test_ops.py::TestMathBitsCUDA::test_neg_view_native_batch_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8339670Z test_ops.py::TestMathBitsCUDA::test_neg_view_native_dropout_backward_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8339884Z test_ops.py::TestMathBitsCUDA::test_neg_view_native_layer_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8340066Z test_ops.py::TestMathBitsCUDA::test_neg_view_ne_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8340274Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_full_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8340520Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8340755Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_alpha_dropout_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8340988Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8348471Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8348823Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8349098Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8349388Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8349627Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8349867Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8351006Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8351497Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cosine_similarity_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8351741Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_cross_entropy_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8351989Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:51:01.8352206Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_elu_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8352448Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_bag_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8352697Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_embedding_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:51:01.8352964Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8353295Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 88%] 2022-11-23T02:51:01.8353524Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_grid_sample_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8353755Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardsigmoid_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8353986Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_instance_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8354333Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_area_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8354602Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8354823Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_l1_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8355057Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_leaky_relu_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8355282Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_linear_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8355517Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_local_response_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8355746Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_logsigmoid_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8355972Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8356206Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8356430Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8356819Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8357054Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mish_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8357279Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_mse_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8357757Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_circular_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8357995Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_constant_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8358225Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_reflect_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8358469Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pairwise_distance_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8358707Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8358942Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8359274Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_prelu_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8359496Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu6_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8359706Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_rrelu_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8359938Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8360172Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8360399Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8360625Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softplus_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8360855Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softshrink_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8361087Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_tanhshrink_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8361315Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_threshold_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8361553Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8361801Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8362040Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8362325Z test_ops.py::TestMathBitsCUDA::test_neg_view_nonzero_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8362547Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8362751Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_nuc_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8363115Z test_ops.py::TestMathBitsCUDA::test_neg_view_normal_number_mean_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8363327Z test_ops.py::TestMathBitsCUDA::test_neg_view_ones_like_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8363561Z test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_native_batch_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8364007Z test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_var_mean_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8364214Z test_ops.py::TestMathBitsCUDA::test_neg_view_ormqr_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8364423Z test_ops.py::TestMathBitsCUDA::test_neg_view_pca_lowrank_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8364627Z test_ops.py::TestMathBitsCUDA::test_neg_view_permute_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8364827Z test_ops.py::TestMathBitsCUDA::test_neg_view_polar_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8365055Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_0_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8365288Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_3_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8365497Z test_ops.py::TestMathBitsCUDA::test_neg_view_positive_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8365691Z test_ops.py::TestMathBitsCUDA::test_neg_view_pow_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8365891Z test_ops.py::TestMathBitsCUDA::test_neg_view_prod_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8366085Z test_ops.py::TestMathBitsCUDA::test_neg_view_qr_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8366271Z test_ops.py::TestMathBitsCUDA::test_neg_view_quantile_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8366474Z test_ops.py::TestMathBitsCUDA::test_neg_view_rad2deg_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8366679Z test_ops.py::TestMathBitsCUDA::test_neg_view_rand_like_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8366891Z test_ops.py::TestMathBitsCUDA::test_neg_view_randint_like_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8367209Z test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8367499Z test_ops.py::TestMathBitsCUDA::test_neg_view_resize__cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 88%] 2022-11-23T02:51:01.8367708Z test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_conj_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8367923Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_0_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8368161Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:51:01.8368363Z test_ops.py::TestMathBitsCUDA::test_neg_view_rsub_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8368581Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amax_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8368803Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_prod_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8369023Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_sum_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8369378Z test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_offsets_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8369598Z test_ops.py::TestMathBitsCUDA::test_neg_view_select_scatter_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8369796Z test_ops.py::TestMathBitsCUDA::test_neg_view_sgn_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8370248Z test_ops.py::TestMathBitsCUDA::test_neg_view_short_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8370463Z test_ops.py::TestMathBitsCUDA::test_neg_view_sigmoid_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8370751Z test_ops.py::TestMathBitsCUDA::test_neg_view_sign_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8371004Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:51:01.8371248Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:51:01.8371449Z test_ops.py::TestMathBitsCUDA::test_neg_view_sinc_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8371647Z test_ops.py::TestMathBitsCUDA::test_neg_view_sinh_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8371846Z test_ops.py::TestMathBitsCUDA::test_neg_view_slice_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8372056Z test_ops.py::TestMathBitsCUDA::test_neg_view_slice_scatter_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8372272Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j0_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8372489Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_j1_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8372735Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_u_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8373067Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T02:51:01.8373282Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_erfcx_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8373521Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_he_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8373728Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1e_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8373962Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_laguerre_polynomial_l_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8374193Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i0_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8374428Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_i1_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8374655Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k0_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8374874Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_modified_bessel_k1_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8375187Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtr_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8375521Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_ndtri_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8375784Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8376010Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k1_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8376485Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T02:51:01.8376949Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T02:51:01.8377173Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_xlog1py_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8377387Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_zeta_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8377600Z test_ops.py::TestMathBitsCUDA::test_neg_view_split_list_args_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8377800Z test_ops.py::TestMathBitsCUDA::test_neg_view_stack_cuda_float64 XFAIL [ 88%] 2022-11-23T02:51:01.8377998Z test_ops.py::TestMathBitsCUDA::test_neg_view_std_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8378201Z test_ops.py::TestMathBitsCUDA::test_neg_view_std_mean_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8378399Z test_ops.py::TestMathBitsCUDA::test_neg_view_sub_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8378679Z test_ops.py::TestMathBitsCUDA::test_neg_view_sum_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8378895Z test_ops.py::TestMathBitsCUDA::test_neg_view_take_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8379102Z test_ops.py::TestMathBitsCUDA::test_neg_view_tensordot_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8379303Z test_ops.py::TestMathBitsCUDA::test_neg_view_tile_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8379500Z test_ops.py::TestMathBitsCUDA::test_neg_view_topk_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8379696Z test_ops.py::TestMathBitsCUDA::test_neg_view_trace_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8379898Z test_ops.py::TestMathBitsCUDA::test_neg_view_trapezoid_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8380091Z test_ops.py::TestMathBitsCUDA::test_neg_view_tril_cuda_float64 PASSED [ 88%] 2022-11-23T02:51:01.8380300Z test_ops.py::TestMathBitsCUDA::test_neg_view_true_divide_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8380483Z test_ops.py::TestMathBitsCUDA::test_neg_view_unbind_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8380694Z test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_copy_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8380913Z test_ops.py::TestMathBitsCUDA::test_neg_view_unique_consecutive_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8381125Z test_ops.py::TestMathBitsCUDA::test_neg_view_unsqueeze_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8381322Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8381518Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8381716Z test_ops.py::TestMathBitsCUDA::test_neg_view_vsplit_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8382036Z test_ops.py::TestMathBitsCUDA::test_neg_view_vstack_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8382257Z test_ops.py::TestMathBitsCUDA::test_neg_view_zero__cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8382467Z test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_like_cuda_float64 PASSED [ 89%] 2022-11-23T02:51:01.8382662Z test_ops.py::TestFakeTensorCUDA::test_fake_T_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8383091Z test_ops.py::TestFakeTensorCUDA::test_fake___radd___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8383293Z test_ops.py::TestFakeTensorCUDA::test_fake___rand___cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8383605Z test_ops.py::TestFakeTensorCUDA::test_fake___rmatmul___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8383800Z test_ops.py::TestFakeTensorCUDA::test_fake___rmul___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8383992Z test_ops.py::TestFakeTensorCUDA::test_fake___ror___cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8384187Z test_ops.py::TestFakeTensorCUDA::test_fake___rsub___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8384383Z test_ops.py::TestFakeTensorCUDA::test_fake_acos_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8384563Z test_ops.py::TestFakeTensorCUDA::test_fake_addbmm_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8384786Z test_ops.py::TestFakeTensorCUDA::test_fake_addmm_decomposed_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8384982Z test_ops.py::TestFakeTensorCUDA::test_fake_addr_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8385177Z test_ops.py::TestFakeTensorCUDA::test_fake_amax_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8385419Z test_ops.py::TestFakeTensorCUDA::test_fake_aminmax_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8385617Z test_ops.py::TestFakeTensorCUDA::test_fake_angle_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8385817Z test_ops.py::TestFakeTensorCUDA::test_fake_argwhere_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8386025Z test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8386242Z test_ops.py::TestFakeTensorCUDA::test_fake_as_strided_scatter_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8386438Z test_ops.py::TestFakeTensorCUDA::test_fake_asinh_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8386709Z test_ops.py::TestFakeTensorCUDA::test_fake_atan2_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8386926Z test_ops.py::TestFakeTensorCUDA::test_fake_atan_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8387130Z test_ops.py::TestFakeTensorCUDA::test_fake_atleast_2d_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8387339Z test_ops.py::TestFakeTensorCUDA::test_fake_atleast_3d_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8387560Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___getitem___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8387770Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rand___cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8387982Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rdiv___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8388329Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmatmul___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8388568Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmod___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8388760Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rpow___cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8388975Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_abs_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8389414Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acos_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8389646Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcdiv_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8389859Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addr_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8390067Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_all_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8390273Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amax_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8390474Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_amin_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8390681Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_any_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8390896Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_arange_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8391106Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmin_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8391322Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argsort_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8391645Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argwhere_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8391858Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asinh_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8392066Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8392279Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bincount_cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8392506Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_left_shift_cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8392727Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_not_cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8392946Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_right_shift_cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8393160Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_xor_cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8393381Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_block_diag_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8393592Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bmm_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8393824Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_shapes_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8394048Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_to_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8394266Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bucketize_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8394613Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cartesian_prod_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8395598Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ceil_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8395872Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cfloat_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8396086Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chalf_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8396300Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_char_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8396553Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8396780Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_solve_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8396989Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8397207Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_min_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8397423Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clone_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8397651Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_combinations_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8397879Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_constant_pad_nd_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8398104Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_contiguous_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8398304Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_copysign_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8398513Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cosh_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8398757Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cov_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8398970Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cross_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8399182Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummin_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8399401Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumprod_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8399612Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8399829Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagflat_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8400167Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8400399Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_scatter_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8400611Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diff_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8400940Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dist_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8401159Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dot_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8401379Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_double_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8401795Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dsplit_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8402011Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_dstack_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8402216Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_einsum_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8402433Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8402633Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_empty_like_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8402842Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eq_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8403051Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfc_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8403259Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erfinv_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8403560Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8403802Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_as_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8404016Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expand_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8404229Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_expm1_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8404448Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft2_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8404664Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftn_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8404886Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fftshift_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8405103Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft2_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8405320Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftn_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8405551Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifftshift_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8405772Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft2_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8405985Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfft_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8406211Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ihfftn_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8406426Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfftn_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8406640Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8406839Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flatten_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8407176Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8407408Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_float_power_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8407624Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8407940Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmin_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8408264Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frac_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8408590Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_frexp_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8408793Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8409001Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_geqrf_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8409217Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gradient_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8409446Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_grid_sampler_2d_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8409659Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gt_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8409870Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_half_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8410090Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_heaviside_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8410303Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hstack_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8410517Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hypot_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8410724Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_i0_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8410938Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igammac_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8411154Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_add_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8411359Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_reduce_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8411661Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_select_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8411897Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_inner_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8412107Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_int_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8412322Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isin_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8412533Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isinf_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8412749Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isneginf_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8412963Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isreal_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8413246Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8413676Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8413948Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8414442Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_unary_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:51:01.8414666Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kron_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8414875Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lcm_cuda_int64 PASSED [ 89%] 2022-11-23T02:51:01.8415090Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ldexp_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8415297Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_le_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8415511Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lgamma_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8415727Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8415953Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigh_cuda_float32 PASSED [ 89%] 2022-11-23T02:51:01.8416205Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_householder_product_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8416419Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8416759Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8416994Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_factor_ex_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8417220Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_solve_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8417453Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8417726Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_power_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8417945Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_qr_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8418170Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_slogdet_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8418394Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_ex_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8418640Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_triangular_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8418861Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linspace_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8419070Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8419289Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8419510Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8419956Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logcumsumexp_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8420202Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_not_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8420664Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_or_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8420903Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_xor_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8421116Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logit_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8421334Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logsumexp_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8421526Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_long_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8421733Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lt_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8421939Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8422193Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_solve_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8422399Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mH_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8422604Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mT_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8422828Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amin_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8423053Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmax_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8423276Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_argmin_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8423491Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumsum_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8423707Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_fill_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8423943Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_log_softmax_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8424176Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logaddexp_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8424403Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_median_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8424738Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmax_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8424963Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_softmin_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8425179Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_binary_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8425422Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_with_dim_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8425638Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_maximum_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8425966Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mean_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8426211Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_median_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8426581Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_list_of_tensors_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8426813Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_binary_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8427030Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_minimum_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8427239Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mm_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8427448Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mul_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8427654Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mv_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8427927Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8428289Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8428581Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8428802Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nan_to_num_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8429022Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmedian_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8429279Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanquantile_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8429492Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nansum_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8429740Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8429993Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_batch_norm_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:51:01.8430206Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ne_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8430416Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_neg_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8430635Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8430853Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_full_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8431052Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_ones_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8431312Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8431568Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8431975Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8432238Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_alpha_dropout_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8432487Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8433062Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8433305Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_avg_pool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8433579Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8433810Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_celu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8434064Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8434328Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8434598Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8434843Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8435089Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8435330Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_dropout_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8435562Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_elu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8435844Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8436169Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_embedding_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8436450Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8436703Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8436940Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_gelu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8437173Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_glu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8437416Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_grid_sample_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8437642Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_group_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8437888Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardsigmoid_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8438275Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardswish_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8438527Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardtanh_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8438923Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8439291Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_area_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8439555Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8439792Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_l1_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8440031Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_layer_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8440276Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_leaky_relu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8440513Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_linear_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8440751Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8441103Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8441347Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8441600Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8441863Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8442129Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8442401Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_nll_loss_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8442648Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_normalize_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8442894Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_circular_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8443145Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_reflect_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8443393Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_replicate_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8443646Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pairwise_distance_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8443866Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pdist_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8444194Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8444575Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_selu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8444816Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_silu_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8445195Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8445549Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8445795Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8446049Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8446294Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softshrink_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8446539Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softsign_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8446783Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_tanhshrink_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8447024Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_threshold_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8447284Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8447520Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_unfold_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8447774Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8447991Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nonzero_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8448205Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ormqr_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8448423Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_permute_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8448664Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_2_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8448904Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_3_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8449220Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_qr_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8449470Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_quantile_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8449668Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8449881Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ravel_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8450091Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_real_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8450318Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_remainder_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8450676Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8450956Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_repeat_interleave_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8451179Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_as_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8451639Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reshape_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8451867Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize_as__cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8452077Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rot90_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8452283Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8452599Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_3_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8452842Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_add_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8453075Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amin_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8453309Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_mean_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8453580Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_lengths_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:51:01.8453796Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8454020Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_select_scatter_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8454230Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sgn_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8454442Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_short_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8454664Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_cosine_cuda_float32 PASSED [ 90%] 2022-11-23T02:51:01.8454904Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_gaussian_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8455144Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_kaiser_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8455360Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinh_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8455573Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8455795Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_slice_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8456005Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sort_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8456273Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sparse_sampled_addmm_cuda_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T02:51:01.8456503Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_airy_ai_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8456739Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j1_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8457090Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y1_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8457458Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8458037Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:51:01.8458389Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:51:01.8458618Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_entr_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8458845Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_erfcx_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8459096Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_h_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8459321Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1e_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8459659Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:51:01.8459906Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i0_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8460149Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k0_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8460374Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtri_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8460721Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8461077Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:51:01.8461422Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:51:01.8461715Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_spherical_bessel_j0_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8461948Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_xlog1py_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8462172Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_zeta_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8462403Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_with_sizes_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8462620Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_squeeze_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8462832Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stack_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8463182Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_mean_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8463412Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_stft_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8463624Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8463927Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8464270Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_symeig_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8464501Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_along_dim_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8464714Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tan_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8464936Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensordot_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8465150Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tile_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8465357Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8465691Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_transpose_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8465911Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapezoid_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8466123Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trapz_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8466316Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8466533Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_indices_cuda_int64 PASSED [ 91%] 2022-11-23T02:51:01.8466754Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unbind_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8466976Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_copy_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8467192Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_uniform_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8467406Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8467625Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unsqueeze_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8467834Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8468044Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vdot_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8468257Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8468483Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_real_cuda_complex64 PASSED [ 91%] 2022-11-23T02:51:01.8468774Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_copy_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8469011Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vsplit_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8469217Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_vstack_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8469587Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_where_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8469815Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_like_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8470020Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_and_cuda_int64 PASSED [ 91%] 2022-11-23T02:51:01.8470362Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_left_shift_cuda_int64 PASSED [ 91%] 2022-11-23T02:51:01.8470713Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_right_shift_cuda_int64 PASSED [ 91%] 2022-11-23T02:51:01.8470935Z test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_to_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8471145Z test_ops.py::TestFakeTensorCUDA::test_fake_bucketize_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8471359Z test_ops.py::TestFakeTensorCUDA::test_fake_cartesian_prod_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8471556Z test_ops.py::TestFakeTensorCUDA::test_fake_cat_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8471763Z test_ops.py::TestFakeTensorCUDA::test_fake_cdist_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8471962Z test_ops.py::TestFakeTensorCUDA::test_fake_ceil_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8472161Z test_ops.py::TestFakeTensorCUDA::test_fake_cfloat_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8472358Z test_ops.py::TestFakeTensorCUDA::test_fake_chalf_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8472595Z test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_cuda_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T02:51:01.8472847Z test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_inverse_cuda_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T02:51:01.8473047Z test_ops.py::TestFakeTensorCUDA::test_fake_chunk_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8473244Z test_ops.py::TestFakeTensorCUDA::test_fake_clamp_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8473447Z test_ops.py::TestFakeTensorCUDA::test_fake_clamp_max_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8473759Z test_ops.py::TestFakeTensorCUDA::test_fake_clamp_min_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8473968Z test_ops.py::TestFakeTensorCUDA::test_fake_column_stack_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8474180Z test_ops.py::TestFakeTensorCUDA::test_fake_conj_physical_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8474390Z test_ops.py::TestFakeTensorCUDA::test_fake_contiguous_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8474598Z test_ops.py::TestFakeTensorCUDA::test_fake_count_nonzero_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8474812Z test_ops.py::TestFakeTensorCUDA::test_fake_cov_cuda_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T02:51:01.8475040Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_H_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8475282Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___getitem___cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8475518Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmod___cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8475752Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_abs_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8476136Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acosh_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8476382Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addbmm_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8476614Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmv_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8477074Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addr_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8477333Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amax_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8477669Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_amin_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8477930Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_angle_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8478195Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8478426Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asinh_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8478654Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8478895Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_2d_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8479134Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_baddbmm_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8479374Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_block_diag_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8479627Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_tensors_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8479883Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cartesian_prod_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8480113Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdist_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8480330Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cdouble_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8480564Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cfloat_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8480793Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8481047Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_inverse_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8481295Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cholesky_solve_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8481533Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_max_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8482408Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clone_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8482654Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_column_stack_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8483028Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_combinations_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8483285Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_physical_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8483537Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_constant_pad_nd_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8484010Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_contiguous_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8484259Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_copysign_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8484493Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummin_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8484732Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumprod_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8484960Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_deg2rad_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8485187Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8485423Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diag_embed_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8485755Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagflat_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8486009Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8486260Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8486496Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diff_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8486735Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_floor_rounding_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8486990Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_no_rounding_mode_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8487242Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_div_trunc_rounding_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8487475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dstack_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8487707Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_einsum_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8487935Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erf_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8488166Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfinv_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8488400Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp2_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8488630Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_exp_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8488865Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8489097Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8489475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftn_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8489718Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft2_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8490062Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfft_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8490405Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft2_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8490745Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifft_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8490975Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftn_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8491222Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ifftshift_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8491458Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8491692Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft2_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8491927Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfftn_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8492158Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfftn_cuda_float32 XFAIL [ 91%] 2022-11-23T02:51:01.8492372Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fill_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8492606Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flatten_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8492842Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fliplr_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8493072Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmax_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8493302Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmin_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8493536Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frexp_cuda_float32 PASSED [ 91%] 2022-11-23T02:51:01.8493851Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gradient_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8494100Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_half_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8494334Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hsplit_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8494564Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hstack_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8494798Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_hypot_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8495036Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_add_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8495275Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_copy_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8495521Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_reduce_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8495763Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kthvalue_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8495995Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ldexp_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8496226Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lerp_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8496467Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cond_cuda_float32 XFAIL [ 92%] 2022-11-23T02:51:01.8496716Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvalsh_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8496954Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8497195Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_inv_ex_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8497423Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8497693Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8497940Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_solve_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8498289Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_norm_cuda_float32 XFAIL [ 92%] 2022-11-23T02:51:01.8498569Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:51:01.8498819Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_slogdet_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8499079Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_triangular_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8499323Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svdvals_cuda_float32 XFAIL [ 92%] 2022-11-23T02:51:01.8499580Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorinv_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8499838Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_tensorsolve_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8500091Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vector_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8500321Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log10_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8500690Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log1p_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8500929Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8501282Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_with_dtype_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8501742Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8502007Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logsumexp_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8502244Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_solve_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8502481Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_unpack_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8502710Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mH_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8502951Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amax_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8503194Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_amin_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8503437Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumsum_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8503678Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_log_softmax_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8503928Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logaddexp_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8504180Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_logsumexp_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8504427Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_median_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8504670Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_prod_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8504916Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_scatter_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8505163Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmax_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8505404Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_sum_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8505646Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_var_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8505880Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matmul_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8506235Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_no_dim_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8506474Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_maximum_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8506704Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mean_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8506938Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_median_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8507202Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8507442Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_binary_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8507699Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_no_dim_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8507956Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_min_reduction_with_dim_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8508195Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_minimum_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8508422Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mm_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8508651Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mul_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8508911Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8509150Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmedian_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8509445Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_narrow_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8509717Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_batch_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8509984Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_dropout_backward_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8510262Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8510539Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8510810Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8511076Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8511358Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8511618Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_bilinear_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8511913Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8512165Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_celu_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8512421Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8512676Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8512954Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8513228Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8513507Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8513871Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8514164Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8514436Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8514689Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_gelu_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8514957Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardshrink_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8515218Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardswish_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8515474Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardtanh_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8515754Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8516014Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_huber_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8516289Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8516566Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8517061Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8517373Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8517863Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_l1_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8518133Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_layer_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8518391Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8518642Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8518890Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8519140Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8519402Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8519675Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8519945Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8520209Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8520465Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mish_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8520726Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_mse_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8520996Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8521273Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8521665Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8521930Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_circular_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8522193Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_constant_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8522457Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8522715Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pdist_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8522981Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8523229Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_prelu_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8523486Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_selu_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8523738Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_silu_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8523995Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8524253Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8525024Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softplus_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8525340Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softshrink_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8525636Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8525897Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_unfold_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8526191Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_fro_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8526431Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_nuc_cuda_float32 XFAIL [ 92%] 2022-11-23T02:51:01.8526668Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_outer_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8526900Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polar_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8527166Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8527423Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8527661Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_prod_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8527892Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_put_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8528121Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_qr_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8528356Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rad2deg_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8528599Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reciprocal_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8528843Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_remainder_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8529078Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_renorm_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8529310Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8529680Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_repeat_interleave_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8529924Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_neg_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8530150Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_roll_cuda_float32 XFAIL [ 92%] 2022-11-23T02:51:01.8530379Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rot90_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8530617Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_neg_3_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8530854Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsqrt_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8531084Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_rsub_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8531321Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8531582Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amax_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8531836Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_amin_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8532089Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_mean_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8532344Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_prod_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8532673Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_reduce_sum_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8532932Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8533163Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sign_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8533401Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinh_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8533638Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8533890Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_softmax_with_dtype_cuda_float32 PASSED [ 92%] 2022-11-23T02:51:01.8534121Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sort_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8534367Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_erfcx_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8534613Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i0e_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8534859Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtr_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8535107Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_ndtri_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8535343Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8535591Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_list_args_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8535825Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_squeeze_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8536038Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stack_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8536265Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8536496Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8536723Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8536964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_svd_lowrank_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8537298Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_symeig_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8537544Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_along_dim_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8537775Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_take_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8538014Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_sparse_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8538245Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_topk_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8538489Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_transpose_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8538723Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapezoid_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8538953Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tril_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8539189Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triu_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8539431Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_true_divide_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8539674Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_copy_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8539907Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unfold_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8540135Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8540446Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_var_mean_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8540693Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vdot_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8540941Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_complex_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8541183Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_copy_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8541397Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vstack_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8541626Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_zero__cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8541852Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_H_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8542080Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_T_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8542321Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___radd___cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8542558Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rdiv___cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8542797Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmul___cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8543037Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rsub___cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8543302Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp__softmax_backward_data_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8543538Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acos_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8543774Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_acosh_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8544016Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcdiv_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8544251Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addr_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8544486Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_angle_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8544838Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_scatter_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8545076Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asinh_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8545304Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan2_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8545548Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_2d_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8545793Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_3d_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8546039Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_baddbmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8546285Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bernoulli_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8546524Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bfloat16_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8546745Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_bmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8547001Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_tensors_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8547252Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cartesian_prod_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8547488Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdist_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8547728Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cdouble_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8548186Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cfloat_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8548482Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_inverse_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8548723Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8549194Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_max_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8549442Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clamp_min_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8549687Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_column_stack_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8549927Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_complex_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8550179Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_physical_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8550426Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_contiguous_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8550669Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_copysign_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8550906Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cos_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8551139Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cosh_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8551374Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cross_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8551611Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumprod_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8551852Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_deg2rad_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8552097Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_embed_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8552339Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagflat_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8552574Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_copy_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8552920Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8553177Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diagonal_scatter_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8553433Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_floor_rounding_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8553689Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_trunc_rounding_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8553932Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_double_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8554164Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dsplit_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8554396Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erf_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8554632Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfc_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8554859Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8555103Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_as_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8555341Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expm1_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8555579Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft2_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8555891Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fft_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8556147Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8556384Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft2_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8556623Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifft_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8556861Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8557112Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ifftshift_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8557349Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft2_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8557584Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8557827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfftn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8558064Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft2_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8558282Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfft_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8558520Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fill_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8558750Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flip_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8558989Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flipud_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8559226Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8559475Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_float_power_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8559712Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_floor_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8559945Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmax_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8560268Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmod_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8560492Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_half_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8560729Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hstack_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8560964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hypot_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8561207Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_add_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8561446Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lerp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8561683Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lgamma_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8561925Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8562176Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigh_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8562430Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8562705Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_householder_product_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8562951Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_ex_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8563274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8563546Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8563782Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_solve_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8564046Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_power_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8564298Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_multi_dot_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8564573Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8564917Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-11-23T02:51:01.8565167Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8565418Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_ex_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8565659Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svd_cuda_float32 XFAIL [ 93%] 2022-11-23T02:51:01.8565915Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorinv_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8566172Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8566421Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vecdot_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8566657Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log10_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8566889Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log1p_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8567126Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log2_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8567371Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp2_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8567614Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logaddexp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8567948Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logdet_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8568181Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8568422Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_solve_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8568664Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_lu_unpack_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8568898Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mT_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8569146Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amax_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8569391Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_amin_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8569651Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logaddexp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8569890Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_logsumexp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8570138Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_scatter_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8570391Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_select_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8570639Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmax_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8570962Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_softmin_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8571229Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_std_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8571466Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matmul_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8571712Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_matrix_exp_cuda_float32 PASSED [ 93%] 2022-11-23T02:51:01.8571976Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8572218Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_maximum_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8572485Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8572756Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8573013Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8573252Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_minimum_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8573491Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8573726Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mode_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8573962Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_movedim_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8574199Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_msort_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8574431Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mul_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8574662Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mv_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8574925Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8575286Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8575538Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8575779Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nan_to_num_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8576003Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmean_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8576239Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nansum_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8576507Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_dropout_backward_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8576743Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_neg_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8577024Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8577311Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8577592Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8577868Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8578145Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8578494Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8578782Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8579052Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8579338Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8579600Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8579858Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8580114Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8580389Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8580663Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8580948Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8581227Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:51:01.8581494Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8581762Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8582031Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_embedding_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8582332Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8582635Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8583018Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8583274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_glu_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8583537Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8583790Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8584057Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8584319Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8584585Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8584854Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8585132Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8585413Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8585769Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8586050Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8586308Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_linear_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8586587Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8586844Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8587114Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8587379Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8587652Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8587911Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8588180Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8588445Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_normalize_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8588710Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8588977Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8589251Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8589512Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pdist_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8589766Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_prelu_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8590108Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu6_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8590363Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_relu_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8590618Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8590883Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8591141Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8591402Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8591662Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softplus_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8591928Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_threshold_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8592205Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8592462Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_unfold_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8592737Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8593086Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8593345Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8593586Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_inf_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8593831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_nuc_cuda_float32 XFAIL [ 94%] 2022-11-23T02:51:01.8594069Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ormqr_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8594312Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pca_lowrank_cuda_float32 XFAIL [ 94%] 2022-11-23T02:51:01.8594551Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_permute_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8594793Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pinverse_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8595060Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8595327Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8595589Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8595859Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8596119Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8596353Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_qr_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8596593Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rad2deg_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8596831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_real_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8597078Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reciprocal_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8597322Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_remainder_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8597640Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_renorm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8597878Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8598120Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_as_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8598370Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_conj_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8598615Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_resolve_neg_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8598852Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_roll_cuda_float32 XFAIL [ 94%] 2022-11-23T02:51:01.8599090Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8599343Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_3_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8599581Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsub_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8599827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_add_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8600067Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8600331Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8600643Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8600911Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_select_scatter_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8601146Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sgn_cuda_float32 XFAIL [ 94%] 2022-11-23T02:51:01.8601391Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sigmoid_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8601624Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sign_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8601851Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinc_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8602075Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sinh_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8602313Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8602573Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_softmax_with_dtype_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8602836Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8603086Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_erfcx_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8603319Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1e_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8603568Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtri_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8603858Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8604111Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_xlog1py_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8604498Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8604756Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sqrt_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8604988Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8606046Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_std_mean_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8606280Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8606522Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sum_to_size_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8606754Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_cuda_float32 XFAIL [ 94%] 2022-11-23T02:51:01.8606996Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_svd_lowrank_cuda_float32 XFAIL [ 94%] 2022-11-23T02:51:01.8607237Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tan_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8607471Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tanh_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8607718Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensor_split_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8607965Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_sparse_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8608200Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_topk_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8608435Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trace_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8608677Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_transpose_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8609026Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triangular_solve_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8609282Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tril_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8609513Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trunc_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8609741Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unflatten_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8609987Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_copy_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8610222Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unfold_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8610455Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8610693Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_var_mean_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8610949Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_complex_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8611189Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_copy_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8611427Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vstack_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8611662Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_zero__cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8611866Z test_ops.py::TestFakeTensorCUDA::test_fake_cummax_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8612068Z test_ops.py::TestFakeTensorCUDA::test_fake_cummin_cuda_float32 PASSED [ 94%] 2022-11-23T02:51:01.8612268Z test_ops.py::TestFakeTensorCUDA::test_fake_diag_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8612472Z test_ops.py::TestFakeTensorCUDA::test_fake_diagflat_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8612671Z test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8612870Z test_ops.py::TestFakeTensorCUDA::test_fake_diff_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8613070Z test_ops.py::TestFakeTensorCUDA::test_fake_digamma_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8613293Z test_ops.py::TestFakeTensorCUDA::test_fake_div_no_rounding_mode_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8613591Z test_ops.py::TestFakeTensorCUDA::test_fake_dot_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8613789Z test_ops.py::TestFakeTensorCUDA::test_fake_double_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8613991Z test_ops.py::TestFakeTensorCUDA::test_fake_dstack_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8614172Z test_ops.py::TestFakeTensorCUDA::test_fake_equal_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8614365Z test_ops.py::TestFakeTensorCUDA::test_fake_exp2_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8614564Z test_ops.py::TestFakeTensorCUDA::test_fake_expand_as_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8614767Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft2_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8614967Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8615163Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft2_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8615362Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifft_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8615575Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftshift_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8615774Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8615980Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8616184Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft2_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8616382Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfft_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8616665Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_irfftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8616886Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8617086Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8617280Z test_ops.py::TestFakeTensorCUDA::test_fake_fill_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8617485Z test_ops.py::TestFakeTensorCUDA::test_fake_flatten_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8617667Z test_ops.py::TestFakeTensorCUDA::test_fake_fliplr_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8617869Z test_ops.py::TestFakeTensorCUDA::test_fake_flipud_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8618078Z test_ops.py::TestFakeTensorCUDA::test_fake_floor_divide_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8618272Z test_ops.py::TestFakeTensorCUDA::test_fake_fmin_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8618473Z test_ops.py::TestFakeTensorCUDA::test_fake_fmod_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8618668Z test_ops.py::TestFakeTensorCUDA::test_fake_frac_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8618865Z test_ops.py::TestFakeTensorCUDA::test_fake_full_like_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8619056Z test_ops.py::TestFakeTensorCUDA::test_fake_ge_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8619256Z test_ops.py::TestFakeTensorCUDA::test_fake_geqrf_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8619455Z test_ops.py::TestFakeTensorCUDA::test_fake_gradient_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8619650Z test_ops.py::TestFakeTensorCUDA::test_fake_half_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8619849Z test_ops.py::TestFakeTensorCUDA::test_fake_heaviside_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8620044Z test_ops.py::TestFakeTensorCUDA::test_fake_histc_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8620241Z test_ops.py::TestFakeTensorCUDA::test_fake_hsplit_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8620439Z test_ops.py::TestFakeTensorCUDA::test_fake_hstack_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8620635Z test_ops.py::TestFakeTensorCUDA::test_fake_hypot_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8620833Z test_ops.py::TestFakeTensorCUDA::test_fake_index_add_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8621144Z test_ops.py::TestFakeTensorCUDA::test_fake_index_copy_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8621333Z test_ops.py::TestFakeTensorCUDA::test_fake_index_fill_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8621532Z test_ops.py::TestFakeTensorCUDA::test_fake_index_put_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8621741Z test_ops.py::TestFakeTensorCUDA::test_fake_index_reduce_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8621945Z test_ops.py::TestFakeTensorCUDA::test_fake_index_select_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8622144Z test_ops.py::TestFakeTensorCUDA::test_fake_inner_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8622345Z test_ops.py::TestFakeTensorCUDA::test_fake_isinf_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8622546Z test_ops.py::TestFakeTensorCUDA::test_fake_isneginf_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8622746Z test_ops.py::TestFakeTensorCUDA::test_fake_isposinf_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8623027Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8623276Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8623542Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8623738Z test_ops.py::TestFakeTensorCUDA::test_fake_le_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8623936Z test_ops.py::TestFakeTensorCUDA::test_fake_lerp_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8624219Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cross_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8624448Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eig_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8624695Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvalsh_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8624905Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8625114Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_inv_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8625322Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8625517Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_solve_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8625734Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8625998Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8626272Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_multi_dot_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8626487Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8626731Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8626940Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8627198Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8627402Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_qr_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8627615Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_slogdet_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8627854Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8628085Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_triangular_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8628296Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vecdot_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8628495Z test_ops.py::TestFakeTensorCUDA::test_fake_log10_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8628799Z test_ops.py::TestFakeTensorCUDA::test_fake_log1p_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8628997Z test_ops.py::TestFakeTensorCUDA::test_fake_log2_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8629205Z test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp2_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8629413Z test_ops.py::TestFakeTensorCUDA::test_fake_logaddexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8629611Z test_ops.py::TestFakeTensorCUDA::test_fake_logdet_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8629803Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_not_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8630006Z test_ops.py::TestFakeTensorCUDA::test_fake_logit_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8630207Z test_ops.py::TestFakeTensorCUDA::test_fake_logspace_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8630402Z test_ops.py::TestFakeTensorCUDA::test_fake_lt_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8630604Z test_ops.py::TestFakeTensorCUDA::test_fake_lu_unpack_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8630801Z test_ops.py::TestFakeTensorCUDA::test_fake_mH_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8630995Z test_ops.py::TestFakeTensorCUDA::test_fake_mT_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8631201Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_amax_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8631414Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmin_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8631620Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumsum_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8631902Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_fill_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8632143Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_log_softmax_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8632363Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_logsumexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8632577Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_normalize_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8632788Z test_ops.py::TestFakeTensorCUDA::test_fake_max_binary_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8633014Z test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_with_dim_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8633217Z test_ops.py::TestFakeTensorCUDA::test_fake_maximum_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8633418Z test_ops.py::TestFakeTensorCUDA::test_fake_median_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8633631Z test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_variadic_tensors_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8633842Z test_ops.py::TestFakeTensorCUDA::test_fake_min_binary_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8634063Z test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_no_dim_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8634264Z test_ops.py::TestFakeTensorCUDA::test_fake_minimum_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8634460Z test_ops.py::TestFakeTensorCUDA::test_fake_mm_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8634661Z test_ops.py::TestFakeTensorCUDA::test_fake_mode_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8634864Z test_ops.py::TestFakeTensorCUDA::test_fake_movedim_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8635061Z test_ops.py::TestFakeTensorCUDA::test_fake_msort_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8635306Z test_ops.py::TestFakeTensorCUDA::test_fake_multinomial_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8635498Z test_ops.py::TestFakeTensorCUDA::test_fake_mv_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8635759Z test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8635994Z test_ops.py::TestFakeTensorCUDA::test_fake_nanmean_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8636199Z test_ops.py::TestFakeTensorCUDA::test_fake_nanmedian_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8636500Z test_ops.py::TestFakeTensorCUDA::test_fake_nansum_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8636734Z test_ops.py::TestFakeTensorCUDA::test_fake_native_batch_norm_cuda_float32 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:51:01.8636928Z test_ops.py::TestFakeTensorCUDA::test_fake_ne_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8637128Z test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8637346Z test_ops.py::TestFakeTensorCUDA::test_fake_new_empty_strided_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8637545Z test_ops.py::TestFakeTensorCUDA::test_fake_new_full_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8637732Z test_ops.py::TestFakeTensorCUDA::test_fake_new_zeros_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8637936Z test_ops.py::TestFakeTensorCUDA::test_fake_nextafter_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8638179Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8638427Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8638670Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8638914Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8639141Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8639369Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool3d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8639695Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8639936Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_celu_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8640179Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8640417Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8640667Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8640899Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cross_entropy_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8641154Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:51:01.8641387Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8641614Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8641831Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_elu_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8642062Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8642312Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8642528Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_glu_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8642743Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_grid_sample_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8642973Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardsigmoid_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8643218Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8643447Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_huber_loss_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8643693Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_area_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8643940Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8644263Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_l1_loss_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8644489Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_leaky_relu_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8644712Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_linear_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8644951Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8645182Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:51:01.8645424Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8645659Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8645877Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mish_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8646104Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_mse_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8646340Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8646586Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8646841Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_nll_loss_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:51:01.8647091Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_one_hot_cuda_int64 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:51:01.8647806Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_circular_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8648090Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_reflect_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8648311Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_replicate_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8648557Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pairwise_distance_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8648779Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pdist_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8649008Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8649245Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8649460Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_prelu_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8649683Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_silu_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8649920Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8650148Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softplus_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8650379Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softshrink_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8650608Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_tanhshrink_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8650849Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8651113Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8651334Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_unfold_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8651538Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8651742Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_nuc_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8651944Z test_ops.py::TestFakeTensorCUDA::test_fake_normal_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8652271Z test_ops.py::TestFakeTensorCUDA::test_fake_normal_number_mean_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8652466Z test_ops.py::TestFakeTensorCUDA::test_fake_ones_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8652665Z test_ops.py::TestFakeTensorCUDA::test_fake_outer_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8652858Z test_ops.py::TestFakeTensorCUDA::test_fake_pca_lowrank_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8653063Z test_ops.py::TestFakeTensorCUDA::test_fake_pinverse_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8653289Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8653519Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_2_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8653740Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_3_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8653967Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_4_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8654168Z test_ops.py::TestFakeTensorCUDA::test_fake_pow_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8654366Z test_ops.py::TestFakeTensorCUDA::test_fake_prod_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8654561Z test_ops.py::TestFakeTensorCUDA::test_fake_qr_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8654799Z test_ops.py::TestFakeTensorCUDA::test_fake_quantile_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:51:01.8654999Z test_ops.py::TestFakeTensorCUDA::test_fake_rad2deg_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8655198Z test_ops.py::TestFakeTensorCUDA::test_fake_randint_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8655492Z test_ops.py::TestFakeTensorCUDA::test_fake_randint_like_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8655711Z test_ops.py::TestFakeTensorCUDA::test_fake_randn_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8655909Z test_ops.py::TestFakeTensorCUDA::test_fake_ravel_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8656115Z test_ops.py::TestFakeTensorCUDA::test_fake_remainder_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8656313Z test_ops.py::TestFakeTensorCUDA::test_fake_renorm_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8656521Z test_ops.py::TestFakeTensorCUDA::test_fake_reshape_as_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8656704Z test_ops.py::TestFakeTensorCUDA::test_fake_reshape_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8656910Z test_ops.py::TestFakeTensorCUDA::test_fake_resize_as__cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8657117Z test_ops.py::TestFakeTensorCUDA::test_fake_resolve_neg_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8657320Z test_ops.py::TestFakeTensorCUDA::test_fake_roll_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8657516Z test_ops.py::TestFakeTensorCUDA::test_fake_rot90_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8657731Z test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8657954Z test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_neg_3_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8658164Z test_ops.py::TestFakeTensorCUDA::test_fake_scalar_tensor_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8658371Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_add_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8658596Z test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_offsets_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8658796Z test_ops.py::TestFakeTensorCUDA::test_fake_select_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8659017Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_cosine_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8659255Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_exponential_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8659482Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_gaussian_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8659680Z test_ops.py::TestFakeTensorCUDA::test_fake_sin_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8659980Z test_ops.py::TestFakeTensorCUDA::test_fake_slice_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8660194Z test_ops.py::TestFakeTensorCUDA::test_fake_slice_scatter_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8660413Z test_ops.py::TestFakeTensorCUDA::test_fake_softmax_with_dtype_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8660609Z test_ops.py::TestFakeTensorCUDA::test_fake_sort_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8660808Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j1_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8661026Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8661269Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8661502Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8661837Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:51:01.8662050Z test_ops.py::TestFakeTensorCUDA::test_fake_special_erfcx_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8662285Z test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_h_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8662521Z test_ops.py::TestFakeTensorCUDA::test_fake_special_hermite_polynomial_he_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8662755Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8663038Z test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtr_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8663272Z test_ops.py::TestFakeTensorCUDA::test_fake_special_ndtri_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8663526Z test_ops.py::TestFakeTensorCUDA::test_fake_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8663771Z test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8664116Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:51:01.8664350Z test_ops.py::TestFakeTensorCUDA::test_fake_special_spherical_bessel_j0_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8664563Z test_ops.py::TestFakeTensorCUDA::test_fake_special_xlog1py_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8664769Z test_ops.py::TestFakeTensorCUDA::test_fake_split_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8664986Z test_ops.py::TestFakeTensorCUDA::test_fake_split_with_sizes_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8665186Z test_ops.py::TestFakeTensorCUDA::test_fake_sqrt_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8665388Z test_ops.py::TestFakeTensorCUDA::test_fake_squeeze_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8665594Z test_ops.py::TestFakeTensorCUDA::test_fake_stack_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8665779Z test_ops.py::TestFakeTensorCUDA::test_fake_std_mean_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8665974Z test_ops.py::TestFakeTensorCUDA::test_fake_stft_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8666172Z test_ops.py::TestFakeTensorCUDA::test_fake_sum_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8666385Z test_ops.py::TestFakeTensorCUDA::test_fake_take_along_dim_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8666582Z test_ops.py::TestFakeTensorCUDA::test_fake_take_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8666783Z test_ops.py::TestFakeTensorCUDA::test_fake_tan_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8666983Z test_ops.py::TestFakeTensorCUDA::test_fake_tensordot_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8667178Z test_ops.py::TestFakeTensorCUDA::test_fake_to_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8667473Z test_ops.py::TestFakeTensorCUDA::test_fake_trace_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8667676Z test_ops.py::TestFakeTensorCUDA::test_fake_trapezoid_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8667873Z test_ops.py::TestFakeTensorCUDA::test_fake_trapz_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8668080Z test_ops.py::TestFakeTensorCUDA::test_fake_tril_indices_cuda_int64 PASSED [ 96%] 2022-11-23T02:51:01.8668276Z test_ops.py::TestFakeTensorCUDA::test_fake_triu_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8668482Z test_ops.py::TestFakeTensorCUDA::test_fake_triu_indices_cuda_int64 PASSED [ 96%] 2022-11-23T02:51:01.8668686Z test_ops.py::TestFakeTensorCUDA::test_fake_unflatten_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8668890Z test_ops.py::TestFakeTensorCUDA::test_fake_unfold_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8669086Z test_ops.py::TestFakeTensorCUDA::test_fake_unique_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8669281Z test_ops.py::TestFakeTensorCUDA::test_fake_view_as_complex_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8669484Z test_ops.py::TestFakeTensorCUDA::test_fake_view_as_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8669697Z test_ops.py::TestFakeTensorCUDA::test_fake_view_as_real_cuda_complex64 PASSED [ 96%] 2022-11-23T02:51:01.8669895Z test_ops.py::TestFakeTensorCUDA::test_fake_view_copy_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8670098Z test_ops.py::TestFakeTensorCUDA::test_fake_vsplit_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8670292Z test_ops.py::TestFakeTensorCUDA::test_fake_vstack_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8670563Z test_ops.py::TestFakeTensorCUDA::test_fake_where_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8670790Z test_ops.py::TestFakeTensorCUDA::test_fake_zeros_like_cuda_float32 PASSED [ 96%] 2022-11-23T02:51:01.8670999Z test_ops.py::TestTagsCUDA::test_tags_T_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8671221Z test_ops.py::TestTagsCUDA::test_tags___rmatmul___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8671441Z test_ops.py::TestTagsCUDA::test_tags___rmod___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8671647Z test_ops.py::TestTagsCUDA::test_tags___ror___cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8671862Z test_ops.py::TestTagsCUDA::test_tags___rsub___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8672072Z test_ops.py::TestTagsCUDA::test_tags___rxor___cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8672318Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bfloat16_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8672564Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_bool_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8672804Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_byte_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8673050Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cdouble_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8673296Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_cfloat_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8673538Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_complex_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8673763Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_double_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8674003Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_float_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8674245Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_short_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8674461Z test_ops.py::TestTagsCUDA::test_tags__refs_acos_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8674677Z test_ops.py::TestTagsCUDA::test_tags__refs_add_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8675005Z test_ops.py::TestTagsCUDA::test_tags__refs_addcdiv_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8675229Z test_ops.py::TestTagsCUDA::test_tags__refs_addcmul_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8675443Z test_ops.py::TestTagsCUDA::test_tags__refs_all_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8675669Z test_ops.py::TestTagsCUDA::test_tags__refs_allclose_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8675885Z test_ops.py::TestTagsCUDA::test_tags__refs_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8676102Z test_ops.py::TestTagsCUDA::test_tags__refs_any_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8676322Z test_ops.py::TestTagsCUDA::test_tags__refs_atanh_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8676549Z test_ops.py::TestTagsCUDA::test_tags__refs_atleast_1d_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8676773Z test_ops.py::TestTagsCUDA::test_tags__refs_atleast_2d_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8676990Z test_ops.py::TestTagsCUDA::test_tags__refs_atleast_3d_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8677212Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_and_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8677446Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_left_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8677671Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_not_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8677989Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_right_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8678243Z test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_to_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8678458Z test_ops.py::TestTagsCUDA::test_tags__refs_ceil_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8678679Z test_ops.py::TestTagsCUDA::test_tags__refs_chunk_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8678889Z test_ops.py::TestTagsCUDA::test_tags__refs_clamp_max_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8679120Z test_ops.py::TestTagsCUDA::test_tags__refs_conj_physical_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8679355Z test_ops.py::TestTagsCUDA::test_tags__refs_constant_pad_nd_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8679574Z test_ops.py::TestTagsCUDA::test_tags__refs_cumsum_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:51:01.8679795Z test_ops.py::TestTagsCUDA::test_tags__refs_diag_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8680037Z test_ops.py::TestTagsCUDA::test_tags__refs_div_floor_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8680260Z test_ops.py::TestTagsCUDA::test_tags__refs_dsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8680485Z test_ops.py::TestTagsCUDA::test_tags__refs_dstack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8680712Z test_ops.py::TestTagsCUDA::test_tags__refs_empty_like_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8680925Z test_ops.py::TestTagsCUDA::test_tags__refs_eq_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8681142Z test_ops.py::TestTagsCUDA::test_tags__refs_erfinv_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8681356Z test_ops.py::TestTagsCUDA::test_tags__refs_exp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8681584Z test_ops.py::TestTagsCUDA::test_tags__refs_expand_as_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8681802Z test_ops.py::TestTagsCUDA::test_tags__refs_expm1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8682024Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8682352Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8682578Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8682800Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8683022Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ihfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8683240Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8683467Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8683667Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8683883Z test_ops.py::TestTagsCUDA::test_tags__refs_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8684111Z test_ops.py::TestTagsCUDA::test_tags__refs_flatten_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8684329Z test_ops.py::TestTagsCUDA::test_tags__refs_flip_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8684548Z test_ops.py::TestTagsCUDA::test_tags__refs_fliplr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8684768Z test_ops.py::TestTagsCUDA::test_tags__refs_flipud_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8684985Z test_ops.py::TestTagsCUDA::test_tags__refs_fmax_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8685273Z test_ops.py::TestTagsCUDA::test_tags__refs_gt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8685519Z test_ops.py::TestTagsCUDA::test_tags__refs_heaviside_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8685737Z test_ops.py::TestTagsCUDA::test_tags__refs_hsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8685960Z test_ops.py::TestTagsCUDA::test_tags__refs_hypot_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8686170Z test_ops.py::TestTagsCUDA::test_tags__refs_i0_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8686385Z test_ops.py::TestTagsCUDA::test_tags__refs_igamma_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8686609Z test_ops.py::TestTagsCUDA::test_tags__refs_igammac_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8686831Z test_ops.py::TestTagsCUDA::test_tags__refs_imag_cuda_complex64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8687059Z test_ops.py::TestTagsCUDA::test_tags__refs_index_add_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8687286Z test_ops.py::TestTagsCUDA::test_tags__refs_index_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8687506Z test_ops.py::TestTagsCUDA::test_tags__refs_isclose_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8687727Z test_ops.py::TestTagsCUDA::test_tags__refs_isinf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8687946Z test_ops.py::TestTagsCUDA::test_tags__refs_isreal_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8688158Z test_ops.py::TestTagsCUDA::test_tags__refs_lcm_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8688359Z test_ops.py::TestTagsCUDA::test_tags__refs_lerp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8688576Z test_ops.py::TestTagsCUDA::test_tags__refs_lgamma_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8688820Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_matrix_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8689046Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svd_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8689280Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_svdvals_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8689614Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_vector_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8689830Z test_ops.py::TestTagsCUDA::test_tags__refs_log10_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8690044Z test_ops.py::TestTagsCUDA::test_tags__refs_log_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8690272Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_and_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8690498Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_not_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8690729Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_or_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8690941Z test_ops.py::TestTagsCUDA::test_tags__refs_lt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8691156Z test_ops.py::TestTagsCUDA::test_tags__refs_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8691407Z test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8691660Z test_ops.py::TestTagsCUDA::test_tags__refs_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8691880Z test_ops.py::TestTagsCUDA::test_tags__refs_movedim_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8692096Z test_ops.py::TestTagsCUDA::test_tags__refs_neg_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8692320Z test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8692618Z test_ops.py::TestTagsCUDA::test_tags__refs_new_full_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8692856Z test_ops.py::TestTagsCUDA::test_tags__refs_new_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8693076Z test_ops.py::TestTagsCUDA::test_tags__refs_new_zeros_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8693283Z test_ops.py::TestTagsCUDA::test_tags__refs_nextafter_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8693538Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8693783Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8694020Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_glu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8694273Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_group_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8694523Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8694762Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_huber_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8695029Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8695288Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8695529Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mish_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8695772Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_mse_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8696031Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8696274Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_pdist_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8696507Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu6_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8696843Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_selu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8697104Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8697353Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_threshold_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8697615Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8697846Z test_ops.py::TestTagsCUDA::test_tags__refs_positive_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8698066Z test_ops.py::TestTagsCUDA::test_tags__refs_ravel_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8698282Z test_ops.py::TestTagsCUDA::test_tags__refs_real_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8698516Z test_ops.py::TestTagsCUDA::test_tags__refs_reciprocal_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8698738Z test_ops.py::TestTagsCUDA::test_tags__refs_repeat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8698965Z test_ops.py::TestTagsCUDA::test_tags__refs_reshape_as_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8699167Z test_ops.py::TestTagsCUDA::test_tags__refs_round_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8699381Z test_ops.py::TestTagsCUDA::test_tags__refs_rsqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8699668Z test_ops.py::TestTagsCUDA::test_tags__refs_rsub_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8699913Z test_ops.py::TestTagsCUDA::test_tags__refs_sigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8700133Z test_ops.py::TestTagsCUDA::test_tags__refs_sinc_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8700352Z test_ops.py::TestTagsCUDA::test_tags__refs_sinh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8700592Z test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8700829Z test_ops.py::TestTagsCUDA::test_tags__refs_special_bessel_j1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8701061Z test_ops.py::TestTagsCUDA::test_tags__refs_special_erfcx_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8701298Z test_ops.py::TestTagsCUDA::test_tags__refs_special_log_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8701564Z test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8701830Z test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8702084Z test_ops.py::TestTagsCUDA::test_tags__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8702326Z test_ops.py::TestTagsCUDA::test_tags__refs_special_xlog1py_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8702544Z test_ops.py::TestTagsCUDA::test_tags__refs_sqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8702767Z test_ops.py::TestTagsCUDA::test_tags__refs_square_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8702992Z test_ops.py::TestTagsCUDA::test_tags__refs_squeeze_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8703212Z test_ops.py::TestTagsCUDA::test_tags__refs_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8703429Z test_ops.py::TestTagsCUDA::test_tags__refs_std_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8703645Z test_ops.py::TestTagsCUDA::test_tags__refs_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8703953Z test_ops.py::TestTagsCUDA::test_tags__refs_t_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8704173Z test_ops.py::TestTagsCUDA::test_tags__refs_trace_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8704382Z test_ops.py::TestTagsCUDA::test_tags__refs_transpose_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8704596Z test_ops.py::TestTagsCUDA::test_tags__refs_tril_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8704811Z test_ops.py::TestTagsCUDA::test_tags__refs_triu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8705035Z test_ops.py::TestTagsCUDA::test_tags__refs_trunc_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8705260Z test_ops.py::TestTagsCUDA::test_tags__refs_var_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8705477Z test_ops.py::TestTagsCUDA::test_tags__refs_where_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8705694Z test_ops.py::TestTagsCUDA::test_tags__refs_xlogy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8705916Z test_ops.py::TestTagsCUDA::test_tags__refs_zeros_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8706387Z test_ops.py::TestTagsCUDA::test_tags_acos_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8706615Z test_ops.py::TestTagsCUDA::test_tags_add_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8706830Z test_ops.py::TestTagsCUDA::test_tags_addcdiv_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8707154Z test_ops.py::TestTagsCUDA::test_tags_addmm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8707636Z test_ops.py::TestTagsCUDA::test_tags_addmm_decomposed_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8707893Z test_ops.py::TestTagsCUDA::test_tags_all_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8708104Z test_ops.py::TestTagsCUDA::test_tags_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8708319Z test_ops.py::TestTagsCUDA::test_tags_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8708527Z test_ops.py::TestTagsCUDA::test_tags_any_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8708740Z test_ops.py::TestTagsCUDA::test_tags_argmin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8708955Z test_ops.py::TestTagsCUDA::test_tags_argsort_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8709172Z test_ops.py::TestTagsCUDA::test_tags_argwhere_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8709380Z test_ops.py::TestTagsCUDA::test_tags_as_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8709614Z test_ops.py::TestTagsCUDA::test_tags_as_strided_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8709826Z test_ops.py::TestTagsCUDA::test_tags_atanh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8710051Z test_ops.py::TestTagsCUDA::test_tags_atleast_1d_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8710267Z test_ops.py::TestTagsCUDA::test_tags_atleast_3d_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8710485Z test_ops.py::TestTagsCUDA::test_tags_bernoulli_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8710701Z test_ops.py::TestTagsCUDA::test_tags_bfloat16_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8710913Z test_ops.py::TestTagsCUDA::test_tags_bincount_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8711147Z test_ops.py::TestTagsCUDA::test_tags_bitwise_right_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8711364Z test_ops.py::TestTagsCUDA::test_tags_bitwise_xor_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8711580Z test_ops.py::TestTagsCUDA::test_tags_block_diag_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8711898Z test_ops.py::TestTagsCUDA::test_tags_bool_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8712131Z test_ops.py::TestTagsCUDA::test_tags_broadcast_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8712347Z test_ops.py::TestTagsCUDA::test_tags_bucketize_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8712553Z test_ops.py::TestTagsCUDA::test_tags_cat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8712765Z test_ops.py::TestTagsCUDA::test_tags_cdist_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8713102Z test_ops.py::TestTagsCUDA::test_tags_ceil_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8713331Z test_ops.py::TestTagsCUDA::test_tags_cfloat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8713561Z test_ops.py::TestTagsCUDA::test_tags_cholesky_inverse_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8714017Z test_ops.py::TestTagsCUDA::test_tags_cholesky_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8714224Z test_ops.py::TestTagsCUDA::test_tags_chunk_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8714432Z test_ops.py::TestTagsCUDA::test_tags_clamp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8714650Z test_ops.py::TestTagsCUDA::test_tags_clamp_max_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8714853Z test_ops.py::TestTagsCUDA::test_tags_clone_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8715078Z test_ops.py::TestTagsCUDA::test_tags_combinations_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8715369Z test_ops.py::TestTagsCUDA::test_tags_conj_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:51:01.8715617Z test_ops.py::TestTagsCUDA::test_tags_constant_pad_nd_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8715833Z test_ops.py::TestTagsCUDA::test_tags_copysign_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8716053Z test_ops.py::TestTagsCUDA::test_tags_corrcoef_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8716259Z test_ops.py::TestTagsCUDA::test_tags_cos_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8716468Z test_ops.py::TestTagsCUDA::test_tags_cosh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8716692Z test_ops.py::TestTagsCUDA::test_tags_count_nonzero_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8716900Z test_ops.py::TestTagsCUDA::test_tags_cov_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8717114Z test_ops.py::TestTagsCUDA::test_tags_cross_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8717331Z test_ops.py::TestTagsCUDA::test_tags_cumprod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8717572Z test_ops.py::TestTagsCUDA::test_tags_cumulative_trapezoid_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8717785Z test_ops.py::TestTagsCUDA::test_tags_diag_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8718002Z test_ops.py::TestTagsCUDA::test_tags_diag_embed_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8718216Z test_ops.py::TestTagsCUDA::test_tags_diagonal_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8718422Z test_ops.py::TestTagsCUDA::test_tags_diff_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8718613Z test_ops.py::TestTagsCUDA::test_tags_dist_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8718849Z test_ops.py::TestTagsCUDA::test_tags_div_no_rounding_mode_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8719062Z test_ops.py::TestTagsCUDA::test_tags_dot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8719412Z test_ops.py::TestTagsCUDA::test_tags_dsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8719633Z test_ops.py::TestTagsCUDA::test_tags_dstack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8720148Z test_ops.py::TestTagsCUDA::test_tags_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8720386Z test_ops.py::TestTagsCUDA::test_tags_eq_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8720595Z test_ops.py::TestTagsCUDA::test_tags_equal_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8720804Z test_ops.py::TestTagsCUDA::test_tags_erf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8721014Z test_ops.py::TestTagsCUDA::test_tags_erfc_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8721232Z test_ops.py::TestTagsCUDA::test_tags_erfinv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8721440Z test_ops.py::TestTagsCUDA::test_tags_exp2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8721652Z test_ops.py::TestTagsCUDA::test_tags_expand_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8721861Z test_ops.py::TestTagsCUDA::test_tags_expm1_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8722066Z test_ops.py::TestTagsCUDA::test_tags_eye_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8722280Z test_ops.py::TestTagsCUDA::test_tags_fft_fftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8722497Z test_ops.py::TestTagsCUDA::test_tags_fft_hfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8722707Z test_ops.py::TestTagsCUDA::test_tags_fft_hfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8722916Z test_ops.py::TestTagsCUDA::test_tags_fft_hfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8723212Z test_ops.py::TestTagsCUDA::test_tags_fft_ihfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8723433Z test_ops.py::TestTagsCUDA::test_tags_fft_irfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8723649Z test_ops.py::TestTagsCUDA::test_tags_fft_irfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8723870Z test_ops.py::TestTagsCUDA::test_tags_fft_rfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8724084Z test_ops.py::TestTagsCUDA::test_tags_fft_rfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8724297Z test_ops.py::TestTagsCUDA::test_tags_fft_rfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8724505Z test_ops.py::TestTagsCUDA::test_tags_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8724718Z test_ops.py::TestTagsCUDA::test_tags_flatten_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8724930Z test_ops.py::TestTagsCUDA::test_tags_float_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8725134Z test_ops.py::TestTagsCUDA::test_tags_fmin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8725417Z test_ops.py::TestTagsCUDA::test_tags_fmod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8725685Z test_ops.py::TestTagsCUDA::test_tags_frexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8725894Z test_ops.py::TestTagsCUDA::test_tags_full_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8726111Z test_ops.py::TestTagsCUDA::test_tags_full_like_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8726554Z test_ops.py::TestTagsCUDA::test_tags_gather_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8726767Z test_ops.py::TestTagsCUDA::test_tags_gcd_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8726977Z test_ops.py::TestTagsCUDA::test_tags_ge_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8727204Z test_ops.py::TestTagsCUDA::test_tags_grid_sampler_2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8727410Z test_ops.py::TestTagsCUDA::test_tags_half_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8727619Z test_ops.py::TestTagsCUDA::test_tags_hsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8728385Z test_ops.py::TestTagsCUDA::test_tags_i0_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8728601Z test_ops.py::TestTagsCUDA::test_tags_imag_cuda_complex64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8728818Z test_ops.py::TestTagsCUDA::test_tags_index_add_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8729036Z test_ops.py::TestTagsCUDA::test_tags_index_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8729255Z test_ops.py::TestTagsCUDA::test_tags_index_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8729483Z test_ops.py::TestTagsCUDA::test_tags_index_reduce_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8729694Z test_ops.py::TestTagsCUDA::test_tags_int_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8729901Z test_ops.py::TestTagsCUDA::test_tags_isin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8730117Z test_ops.py::TestTagsCUDA::test_tags_isreal_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8730331Z test_ops.py::TestTagsCUDA::test_tags_istft_cuda_complex64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8730578Z test_ops.py::TestTagsCUDA::test_tags_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8730834Z test_ops.py::TestTagsCUDA::test_tags_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8731067Z test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8731402Z test_ops.py::TestTagsCUDA::test_tags_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8731750Z test_ops.py::TestTagsCUDA::test_tags_kron_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8732015Z test_ops.py::TestTagsCUDA::test_tags_kthvalue_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8732226Z test_ops.py::TestTagsCUDA::test_tags_lcm_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8732536Z test_ops.py::TestTagsCUDA::test_tags_ldexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8732872Z test_ops.py::TestTagsCUDA::test_tags_lgamma_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8733102Z test_ops.py::TestTagsCUDA::test_tags_linalg_cross_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8733325Z test_ops.py::TestTagsCUDA::test_tags_linalg_eigh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8733539Z test_ops.py::TestTagsCUDA::test_tags_linalg_eigvals_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8733788Z test_ops.py::TestTagsCUDA::test_tags_linalg_householder_product_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8734019Z test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8734260Z test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8734487Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8734715Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8734948Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_power_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8735178Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8735431Z test_ops.py::TestTagsCUDA::test_tags_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8735661Z test_ops.py::TestTagsCUDA::test_tags_linalg_multi_dot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8735880Z test_ops.py::TestTagsCUDA::test_tags_linalg_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8736211Z test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8736428Z test_ops.py::TestTagsCUDA::test_tags_linalg_qr_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8736649Z test_ops.py::TestTagsCUDA::test_tags_linalg_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8736874Z test_ops.py::TestTagsCUDA::test_tags_linalg_solve_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8737120Z test_ops.py::TestTagsCUDA::test_tags_linalg_solve_triangular_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8737351Z test_ops.py::TestTagsCUDA::test_tags_linalg_tensorinv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8737575Z test_ops.py::TestTagsCUDA::test_tags_linalg_vander_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8737796Z test_ops.py::TestTagsCUDA::test_tags_linalg_vecdot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8738171Z test_ops.py::TestTagsCUDA::test_tags_linspace_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8738393Z test_ops.py::TestTagsCUDA::test_tags_log1p_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8738585Z test_ops.py::TestTagsCUDA::test_tags_log2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8739005Z test_ops.py::TestTagsCUDA::test_tags_log_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8739236Z test_ops.py::TestTagsCUDA::test_tags_log_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8739557Z test_ops.py::TestTagsCUDA::test_tags_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8739801Z test_ops.py::TestTagsCUDA::test_tags_logaddexp2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8740020Z test_ops.py::TestTagsCUDA::test_tags_logaddexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8740250Z test_ops.py::TestTagsCUDA::test_tags_logcumsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8740466Z test_ops.py::TestTagsCUDA::test_tags_logdet_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8740676Z test_ops.py::TestTagsCUDA::test_tags_logit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8740891Z test_ops.py::TestTagsCUDA::test_tags_logspace_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8741110Z test_ops.py::TestTagsCUDA::test_tags_logsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8741318Z test_ops.py::TestTagsCUDA::test_tags_mH_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8741527Z test_ops.py::TestTagsCUDA::test_tags_mT_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8741749Z test_ops.py::TestTagsCUDA::test_tags_masked_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8741977Z test_ops.py::TestTagsCUDA::test_tags_masked_argmin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8742209Z test_ops.py::TestTagsCUDA::test_tags_masked_log_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8742441Z test_ops.py::TestTagsCUDA::test_tags_masked_logaddexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8742666Z test_ops.py::TestTagsCUDA::test_tags_masked_logsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8742886Z test_ops.py::TestTagsCUDA::test_tags_masked_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8743111Z test_ops.py::TestTagsCUDA::test_tags_masked_median_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8743316Z test_ops.py::TestTagsCUDA::test_tags_masked_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8743547Z test_ops.py::TestTagsCUDA::test_tags_masked_normalize_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8743869Z test_ops.py::TestTagsCUDA::test_tags_masked_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8744095Z test_ops.py::TestTagsCUDA::test_tags_masked_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8744449Z test_ops.py::TestTagsCUDA::test_tags_masked_std_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8744675Z test_ops.py::TestTagsCUDA::test_tags_max_binary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8744890Z test_ops.py::TestTagsCUDA::test_tags_maximum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8745342Z test_ops.py::TestTagsCUDA::test_tags_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8745591Z test_ops.py::TestTagsCUDA::test_tags_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8745806Z test_ops.py::TestTagsCUDA::test_tags_min_binary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8746020Z test_ops.py::TestTagsCUDA::test_tags_minimum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8746226Z test_ops.py::TestTagsCUDA::test_tags_mm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8746448Z test_ops.py::TestTagsCUDA::test_tags_multinomial_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8746650Z test_ops.py::TestTagsCUDA::test_tags_mv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8746887Z test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8747208Z test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8747442Z test_ops.py::TestTagsCUDA::test_tags_nan_to_num_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8747656Z test_ops.py::TestTagsCUDA::test_tags_nanmean_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8747882Z test_ops.py::TestTagsCUDA::test_tags_nanquantile_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8748094Z test_ops.py::TestTagsCUDA::test_tags_nansum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8748310Z test_ops.py::TestTagsCUDA::test_tags_narrow_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8748523Z test_ops.py::TestTagsCUDA::test_tags_native_batch_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8748749Z test_ops.py::TestTagsCUDA::test_tags_native_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8748959Z test_ops.py::TestTagsCUDA::test_tags_ne_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8749172Z test_ops.py::TestTagsCUDA::test_tags_new_full_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8749392Z test_ops.py::TestTagsCUDA::test_tags_nextafter_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8749650Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8749905Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8750149Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8750393Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8750768Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8751018Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_adaptive_max_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8751384Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8751868Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8752121Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8752358Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_avg_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:51:01.8752620Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8752878Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8753117Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_celu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8753353Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8753605Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8753861Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8754123Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8754373Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_cosine_similarity_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8754616Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_cross_entropy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8754921Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_ctc_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8755186Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8755423Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8755671Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_bag_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8755911Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_embedding_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8756169Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8756430Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_fractional_max_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8756684Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8756918Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_gelu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8757279Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_group_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8757535Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8757877Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8758263Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardswish_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8758509Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hardtanh_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8758767Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8759009Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_huber_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8759262Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_area_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8759622Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8759879Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8760132Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_linear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8760387Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8760643Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8760884Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_l1_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8761121Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_linear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8761353Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_logsigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8761606Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8761892Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:51:01.8762133Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8762377Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8762699Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8762971Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool2d_grad_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8763214Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8763583Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8763831Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8764208Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8764554Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8764802Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_normalize_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8765033Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_one_hot_cuda_int64 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8765278Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_constant_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8765525Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_reflect_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8765761Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pdist_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8766005Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8766253Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8766492Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_prelu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8766724Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8766956Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_silu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8767307Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_smooth_l1_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8767555Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8767777Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softplus_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8768018Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8768259Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_tanhshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8768503Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_threshold_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8768756Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8769030Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8769285Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8769661Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_upsample_nearest_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8769899Z test_ops.py::TestTagsCUDA::test_tags_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8770117Z test_ops.py::TestTagsCUDA::test_tags_norm_fro_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8771103Z test_ops.py::TestTagsCUDA::test_tags_norm_nuc_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8771404Z test_ops.py::TestTagsCUDA::test_tags_normal_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8771618Z test_ops.py::TestTagsCUDA::test_tags_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8771839Z test_ops.py::TestTagsCUDA::test_tags_ones_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8772070Z test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_view_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8772286Z test_ops.py::TestTagsCUDA::test_tags_pinverse_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8772497Z test_ops.py::TestTagsCUDA::test_tags_polar_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8772742Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8772988Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8773204Z test_ops.py::TestTagsCUDA::test_tags_positive_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8773411Z test_ops.py::TestTagsCUDA::test_tags_pow_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8773624Z test_ops.py::TestTagsCUDA::test_tags_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8773817Z test_ops.py::TestTagsCUDA::test_tags_qr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8774031Z test_ops.py::TestTagsCUDA::test_tags_quantile_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8774244Z test_ops.py::TestTagsCUDA::test_tags_rand_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8774468Z test_ops.py::TestTagsCUDA::test_tags_randint_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8774686Z test_ops.py::TestTagsCUDA::test_tags_randn_like_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8774899Z test_ops.py::TestTagsCUDA::test_tags_ravel_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8775123Z test_ops.py::TestTagsCUDA::test_tags_resolve_conj_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8775340Z test_ops.py::TestTagsCUDA::test_tags_resolve_neg_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8775671Z test_ops.py::TestTagsCUDA::test_tags_rot90_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8775879Z test_ops.py::TestTagsCUDA::test_tags_round_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8776106Z test_ops.py::TestTagsCUDA::test_tags_round_decimals_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8776486Z test_ops.py::TestTagsCUDA::test_tags_round_decimals_neg_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8776706Z test_ops.py::TestTagsCUDA::test_tags_rsqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8776919Z test_ops.py::TestTagsCUDA::test_tags_rsub_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8777369Z test_ops.py::TestTagsCUDA::test_tags_scalar_tensor_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8777599Z test_ops.py::TestTagsCUDA::test_tags_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8777836Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amax_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8778070Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8778302Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8778535Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8778746Z test_ops.py::TestTagsCUDA::test_tags_searchsorted_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8779072Z test_ops.py::TestTagsCUDA::test_tags_segment_reduce_lengths_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8779307Z test_ops.py::TestTagsCUDA::test_tags_select_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8779516Z test_ops.py::TestTagsCUDA::test_tags_sgn_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8779734Z test_ops.py::TestTagsCUDA::test_tags_sigmoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8779974Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_gaussian_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8780210Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_kaiser_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8780419Z test_ops.py::TestTagsCUDA::test_tags_sin_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8780630Z test_ops.py::TestTagsCUDA::test_tags_slice_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8780845Z test_ops.py::TestTagsCUDA::test_tags_softmax_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8781077Z test_ops.py::TestTagsCUDA::test_tags_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8781306Z test_ops.py::TestTagsCUDA::test_tags_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:51:01.8781538Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8781761Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_y0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8781980Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_y1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8782234Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8782480Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8782919Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:51:01.8783153Z test_ops.py::TestTagsCUDA::test_tags_special_entr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8783708Z test_ops.py::TestTagsCUDA::test_tags_special_erfcx_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8783939Z test_ops.py::TestTagsCUDA::test_tags_special_i0e_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8784156Z test_ops.py::TestTagsCUDA::test_tags_special_i1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8784360Z test_ops.py::TestTagsCUDA::test_tags_special_i1e_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8784609Z test_ops.py::TestTagsCUDA::test_tags_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8784843Z test_ops.py::TestTagsCUDA::test_tags_special_log_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8785086Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8785329Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_i1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8785586Z test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8785914Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:51:01.8786227Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:51:01.8786456Z test_ops.py::TestTagsCUDA::test_tags_special_xlog1py_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8786764Z test_ops.py::TestTagsCUDA::test_tags_special_zeta_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8787011Z test_ops.py::TestTagsCUDA::test_tags_split_list_args_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8787226Z test_ops.py::TestTagsCUDA::test_tags_square_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8787444Z test_ops.py::TestTagsCUDA::test_tags_std_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8787651Z test_ops.py::TestTagsCUDA::test_tags_stft_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8787868Z test_ops.py::TestTagsCUDA::test_tags_sum_to_size_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8788076Z test_ops.py::TestTagsCUDA::test_tags_svd_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8788289Z test_ops.py::TestTagsCUDA::test_tags_symeig_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8788502Z test_ops.py::TestTagsCUDA::test_tags_take_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8788706Z test_ops.py::TestTagsCUDA::test_tags_tan_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8789039Z test_ops.py::TestTagsCUDA::test_tags_tanh_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8789280Z test_ops.py::TestTagsCUDA::test_tags_tensor_split_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8789488Z test_ops.py::TestTagsCUDA::test_tags_to_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8789934Z test_ops.py::TestTagsCUDA::test_tags_triangular_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8790156Z test_ops.py::TestTagsCUDA::test_tags_trunc_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8790369Z test_ops.py::TestTagsCUDA::test_tags_unbind_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8790583Z test_ops.py::TestTagsCUDA::test_tags_unique_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8790803Z test_ops.py::TestTagsCUDA::test_tags_unsqueeze_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8791013Z test_ops.py::TestTagsCUDA::test_tags_vsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8791226Z test_ops.py::TestTagsCUDA::test_tags_vstack_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8791537Z test_ops.py::TestTagsCUDA::test_tags_zero__cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:51:01.8791742Z test_ops.py::TestTagsCUDA::test_tags_zeros_cuda_float32 SKIPPED (Only runs on cpu) [100%] 2022-11-23T02:51:01.8791756Z 2022-11-23T02:51:01.8791910Z ============================== warnings summary =============================== 2022-11-23T02:51:01.8792143Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:51:01.8792514Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:51:01.8792648Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:51:01.8792657Z 2022-11-23T02:51:01.8792897Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:51:01.8793226Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-76b7d0068e86b6fa.xml - 2022-11-23T02:51:01.8793424Z = 11072 passed, 3824 skipped, 23 deselected, 222 xfailed, 1 warning in 3870.99s (1:04:30) = 2022-11-23T02:51:01.8793657Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:51:01.8793670Z 2022-11-23T02:51:01.8794139Z ##[endgroup] 2022-11-23T02:51:01.8794425Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_1my5xzgq) 2022-11-23T02:51:01.8794433Z 2022-11-23T02:55:05.6891234Z 2022-11-23T02:55:05.6892612Z Expand the folded group to see the log file of test_ops 2022-11-23T02:55:05.6894222Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_9m83pye9) 2022-11-23T02:55:05.7345112Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:55:05.7346888Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:55:05.7347772Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-f0bd9523f2753f86.xml 2022-11-23T02:55:05.7348561Z ============================= test session starts ============================= 2022-11-23T02:55:05.7349839Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:55:05.7350512Z cachedir: .pytest_cache 2022-11-23T02:55:05.7351319Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:55:05.7352361Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:55:05.7353361Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:55:05.7354267Z collecting ... collected 29772 items / 17 deselected / 29755 selected 2022-11-23T02:55:06.0320934Z Running 14614 items in this shard: test/test_ops.py::TestCommonCUDA::test_compare_cpu_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cartesian_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logcumsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_repeat_interleave_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_H_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cfloat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_clone_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_div_no_rounding_mode_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_hfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_irfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_irfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_put_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mT_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mul_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nonzero_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_permute_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rand_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_real_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_resolve_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_scalar_tensor_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_slice_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_with_sizes_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_trace_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_dtypes_H_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_T_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rdiv___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rmatmul___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rpow___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes___rxor___cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bfloat16_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bool_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_byte_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_char_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_int_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_long_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_abs_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_any_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_asin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_clone_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_eq_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_erf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_exp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_eye_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_flatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_flip_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_ge_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_imag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log10_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_lt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_minimum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_alpha_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_glu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_threshold_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_permute_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_positive_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_pow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_randn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_real_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_round_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1e_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_special_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_square_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_trace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_var_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__refs_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes__softmax_backward_data_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_abs_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_acos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addbmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addmm_decomposed_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_addr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_allclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_angle_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_argwhere_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_asin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_atleast_3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_baddbmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bincount_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_block_diag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_broadcast_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cdouble_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cholesky_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clamp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_column_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_conj_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_corrcoef_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cos_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cummin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_deg2rad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagflat_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_diff_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_double_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_dstack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_einsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_eq_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_exp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_expand_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_eye_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_flip_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_float_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_floor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_frexp_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gather_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ge_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_half_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_histc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_histogramdd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_imag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_put_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_inner_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_isposinf_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_istft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_2inputs_2outputs_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_jiterator_4inputs_with_extra_args_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_le_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cond_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_singular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigh_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvals_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_householder_product_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_solve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_multi_dot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_subgradients_at_zero_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_singular_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_qr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_slogdet_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_ex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorsolve_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log10_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_lu_unpack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mH_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mT_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_amax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_masked_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_matmul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_binary_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_pool2d_with_indices_backward_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_median_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mode_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mul_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_multinomial_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mv_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nanmedian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nanquantile_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nansum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ne_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_neg_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional__scaled_dot_product_attention_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_without_cudnn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_celu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_similarity_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_elu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_bag_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_grid_sample_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardswish_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_trilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_kl_div_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_linear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_local_response_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_logsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multi_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_one_hot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_constant_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_replicate_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_shuffle_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_unshuffle_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_rrelu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softsign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_nearest_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_fro_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_norm_nuc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_normal_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ones_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ormqr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_outer_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_permute_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polar_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_2_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_positive_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_pow_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_prod_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_put_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randint_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_randn_like_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_renorm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_repeat_interleave_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_resize_as__cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_neg_3_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rsqrt_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_offsets_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_select_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sgn_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sign_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_cosine_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_exponential_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_gaussian_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_kaiser_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_signbit_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sin_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_slice_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sparse_sampled_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_airy_ai_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_h_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_he_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k1_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_ndtri_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_polygamma_special_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_split_list_args_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_split_with_sizes_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_stack_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_stft_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sum_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_svd_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_t_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_take_along_dim_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tan_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tile_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_to_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_topk_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trace_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trapezoid_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trapz_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_triu_indices_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_unique_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_var_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_vdot_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_as_complex_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_copy_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_view_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_errors_T_cuda, test/test_ops.py::TestCommonCUDA::test_errors___rand___cuda, test/test_ops.py::TestCommonCUDA::test_errors___rmod___cuda, test/test_ops.py::TestCommonCUDA::test_errors___ror___cuda, test/test_ops.py::TestCommonCUDA::test_errors_add_cuda, test/test_ops.py::TestCommonCUDA::test_errors_aminmax_cuda, test/test_ops.py::TestCommonCUDA::test_errors_arange_cuda, test/test_ops.py::TestCommonCUDA::test_errors_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_errors_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_errors_cat_cuda, test/test_ops.py::TestCommonCUDA::test_errors_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_errors_clamp_min_cuda, test/test_ops.py::TestCommonCUDA::test_errors_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_errors_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_errors_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_errors_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_errors_eye_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fliplr_cuda, test/test_ops.py::TestCommonCUDA::test_errors_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_errors_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_errors_fmod_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_errors_ge_cuda, test/test_ops.py::TestCommonCUDA::test_errors_gt_cuda, test/test_ops.py::TestCommonCUDA::test_errors_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_errors_igamma_cuda, test/test_ops.py::TestCommonCUDA::test_errors_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_errors_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_return_by_ref_cuda, test/test_ops.py::TestCommonCUDA::test_errors_kthvalue_cuda, test/test_ops.py::TestCommonCUDA::test_errors_lcm_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_cuda, test/test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_grad_oriented_cuda, test/test_ops.py::TestCommonCUDA::test_errors_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_errors_lt_cuda, test/test_ops.py::TestCommonCUDA::test_errors_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_errors_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_errors_multinomial_cuda, test/test_ops.py::TestCommonCUDA::test_errors_neg_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv1d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv2d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_gaussian_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_rrelu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_errors_polar_cuda, test/test_ops.py::TestCommonCUDA::test_errors_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_errors_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_errors_signal_windows_exponential_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_w_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_he_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_laguerre_polynomial_l_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_errors_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_errors_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_errors_take_cuda, test/test_ops.py::TestCommonCUDA::test_errors_trace_cuda, test/test_ops.py::TestCommonCUDA::test_errors_triu_cuda, test/test_ops.py::TestCommonCUDA::test_errors_uniform_cuda, test/test_ops.py::TestCommonCUDA::test_errors_view_cuda, test/test_ops.py::TestCommonCUDA::test_errors_vsplit_cuda, test/test_ops.py::TestCommonCUDA::test_errors_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_errors_where_cuda, test/test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___ror___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices___rxor___cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_addmv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_hypot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_H_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___radd___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rdiv___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values___ror___cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_3d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cartesian_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagflat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_put_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_2inputs_2outputs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ldexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mH_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mT_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_with_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_circular_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_shuffle_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_softsign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_3_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_4_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rad2deg_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reciprocal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize_as__cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scalar_tensor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_reduce_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_airy_ai_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_u_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_w_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_log_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_list_args_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_with_sizes_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_along_dim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tile_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_sparse_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_consecutive_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_xlogy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rand___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_multinomial_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_gaussian_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_kaiser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_int64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_out_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rmatmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rmul___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_cat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_acos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_angle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_baddbmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bernoulli_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bincount_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_conj_physical_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_count_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cov_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diag_embed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_equal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_expand_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_fftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_frexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_full_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gradient_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_hsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_igamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_inner_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_ldexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eigvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_pinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_slogdet_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_vander_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logaddexp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mH_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_median_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_softmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_matrix_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nanmean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nanquantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_full_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_nonzero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_norm_fro_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_normal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ormqr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rad2deg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_randint_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_remainder_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_round_decimals_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_slice_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_bessel_y1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_special_xlog1py_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_stft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_symeig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_to_sparse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_trapz_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_out_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_uniform_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_vdot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_view_as_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_out_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_warning_H_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_T_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___getitem___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___radd___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rmod___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rmul___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rpow___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rsub___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning___rxor___cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bool_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_char_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_complex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_half_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_acos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_acosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_asin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_asinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_shapes_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_bucketize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_clone_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cos_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_cosh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_embed_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_digamma_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_div_floor_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_dsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_erfc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_exp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_expm1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_fmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_frac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_i0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_imag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_index_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_lerp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svdvals_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log10_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log1p_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_masked_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_mul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ne_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_strided_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_full_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_margin_ranking_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mse_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pairwise_distance_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_prelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_selu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softplus_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_permute_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_pow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_reciprocal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_roll_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sinh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i0e_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_spherical_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_squeeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_std_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_indices_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_trunc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unflatten_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_var_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_view_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning__refs_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_abs_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_add_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addbmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addcdiv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addcmul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_addr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_all_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_angle_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_any_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_arange_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_argwhere_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_as_strided_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_atleast_2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bernoulli_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bincount_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bitwise_xor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_block_diag_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_bool_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_byte_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cdist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ceil_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cfloat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_chunk_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_clone_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_conj_physical_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_constant_pad_nd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_contiguous_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_copysign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_corrcoef_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_count_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cov_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cummin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagflat_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagonal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diagonal_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_diff_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_double_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_empty_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_eq_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_equal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_erf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_erfinv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_exp2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_eye_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_fftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_hfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftshift_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_irfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fft_rfftn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_flip_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_float_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_floor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_floor_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_frac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_frexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_full_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_gradient_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_half_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_histc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_histogram_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_i0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_igammac_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_fill_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_put_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_index_reduce_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isinf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isnan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isneginf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_isreal_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_4inputs_with_extra_args_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_return_by_ref_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_le_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cross_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_eig_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_householder_product_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_power_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_hermitian_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_multi_dot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_subgradients_at_zero_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_qr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_slogdet_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_ex_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_triangular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorsolve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_vecdot_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_vector_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log10_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logaddexp2_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logaddexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_not_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logical_or_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_logit_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lt_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lu_solve_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_lu_unpack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mH_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mT_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_argmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_cumprod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_cumsum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_log_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_logsumexp_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_median_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_softmax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_masked_var_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_matmul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_max_binary_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_median_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_list_of_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_variadic_tensors_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_with_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mode_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_msort_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mul_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mv_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_5_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nan_to_num_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nanmean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_native_dropout_backward_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_neg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_empty_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_new_zeros_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_without_cudnn_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cross_entropy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_ctc_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gaussian_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gelu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardsigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardtanh_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hinge_embedding_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_huber_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_instance_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_area_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bicubic_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_linear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_trilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_kl_div_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_leaky_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool1d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool2d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool3d_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_grad_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mish_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multi_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_soft_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_normalize_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_circular_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_constant_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_reflect_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_replicate_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pdist_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_unshuffle_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu6_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softsign_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_tanhshrink_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_bilinear_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_nonzero_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_norm_inf_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_native_batch_norm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_var_mean_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_view_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ormqr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_pca_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_pinverse_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polar_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_pow_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_put_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_qr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_quantile_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_randn_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_ravel_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_real_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_repeat_interleave_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_reshape_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resize__cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_resolve_neg_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amax_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amin_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_prod_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_lengths_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_select_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_select_scatter_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sigmoid_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_kaiser_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sinc_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_slice_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_softmax_with_dtype_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sort_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sparse_sampled_addmm_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_airy_ai_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j1_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_entr_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_he_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_laguerre_polynomial_l_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k0_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_u_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_v_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_special_zeta_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_split_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_split_list_args_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_split_with_sizes_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_square_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_std_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sub_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sum_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_sum_to_size_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_svd_lowrank_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_t_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_take_along_dim_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tan_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tensor_split_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_to_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_to_sparse_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_trapz_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_tril_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unbind_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_unsqueeze_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_var_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_view_as_real_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_xlogy_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_zero__cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_zeros_like_cuda, test/test_ops.py::TestCommonCUDA::test_out_zero__cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_T_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs__conversions_complex_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amax_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amin_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_atan2_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_and_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_left_shift_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_or_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_cat_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_max_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_no_rounding_mode_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_trunc_rounding_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eye_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_flipud_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_float_power_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gcd_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_heaviside_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hsplit_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hstack_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_isclose_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_le_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_linspace_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_xor_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logspace_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_maximum_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_movedim_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_copy_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_native_layer_norm_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ne_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_group_norm_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_l1_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_softshrink_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_pow_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_remainder_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_roll_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rot90_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rsub_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_xlog1py_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_t_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_trace_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_tril_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_true_divide_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_as_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vstack_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_where_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_errors_ops_nvprims_view_cuda, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex128, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bfloat16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bool, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float64, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int16, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int32, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int8, test/test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_uint8, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmod___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager__softmax_backward_data_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_aminmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argsort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_shapes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bucketize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_max_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_deg2rad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expm1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfftn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_divide_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frac_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ge_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_heaviside_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_histc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isposinf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_istft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kthvalue_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logsumexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logaddexp_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_binary_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_minimum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_msort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmedian_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_dropout_backward_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nextafter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_celu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_elu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_glu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pdist_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu6_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_silu_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_number_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pca_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polar_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_quantile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_like_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_searchsorted_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_scatter_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sort_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_airy_ai_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_log_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtr_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtri_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_lowrank_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_consecutive_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_complex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_copy_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_complex64, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___getitem___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rdiv___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rmod___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward___rpow___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addcmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_addr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_asinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atan2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_bfloat16_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_block_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cdouble_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_chalf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_inverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_max_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_clone_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_constant_pad_nd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_copysign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_corrcoef_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cov_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cummax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_embed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_diff_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_digamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_div_floor_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_dstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_einsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_erf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_expm1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_flatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_flip_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fliplr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_float_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_floor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_fmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_frac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_frexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_gradient_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_hsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_index_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ldexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lgamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_power_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_multi_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_slogdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svdvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vander_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_logdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_unpack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_matrix_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_maximum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_min_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_minimum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nan_to_num_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmedian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_narrow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_native_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_fro_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_inf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_nuc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_permute_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_pinverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_positive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_pow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_ravel_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_reciprocal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_remainder_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_renorm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_interleave_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rot90_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_rsqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_select_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_entr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtri_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_split_list_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_split_with_sizes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sqrt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_square_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_std_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_stft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_to_size_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_symeig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_take_along_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_to_sparse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_transpose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_trapz_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_triangular_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_tril_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_triu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unbind_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_var_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_vdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_vsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_vstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_where_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_xlogy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_H_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_T_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___radd___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmatmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rsub___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcmul_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_decomposed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_all_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_aminmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_angle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_baddbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bfloat16_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_block_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bool_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_shapes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bucketize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_byte_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdouble_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ceil_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chalf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_char_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_inverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chunk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_max_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_column_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_combinations_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_complex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_contiguous_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_copysign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_corrcoef_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_count_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cov_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumprod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagflat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_trunc_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_einsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_equal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eye_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fliplr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flipud_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ge_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_half_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_heaviside_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hypot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igammac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_reduce_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_inner_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isneginf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isreal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kron_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ldexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_le_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lerp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_slogdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svdvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vecdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log1p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_or_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logsumexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_long_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mH_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mT_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matrix_exp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_minimum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_movedim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_multinomial_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanquantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nansum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nextafter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_elu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_prelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softplus_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softsign_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_number_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_outer_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pca_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pinverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polar_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pow_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_put_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_quantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rad2deg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rand_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ravel_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_real_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_remainder_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_renorm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_interleave_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_neg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rot90_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scalar_tensor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_searchsorted_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sgn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_cosine_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_entr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtri_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_zeta_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_list_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_square_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_squeeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_to_size_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensordot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_topk_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapz_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tril_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trunc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unflatten_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_uniform_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_consecutive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unsqueeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_copy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_where_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_xlogy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___getitem___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rmatmul___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator___rmod___cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_acosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addbmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addcdiv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_addr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_all_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_aminmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_any_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_arange_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_argmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atan2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_bernoulli_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cdist_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ceil_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cfloat_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_chalf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_inverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_min_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_clone_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_column_stack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_physical_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_contiguous_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_corrcoef_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cos_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cosh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cummax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cummin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_embed_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_div_floor_rounding_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_double_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_dstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_eq_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_erfc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_erfinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_exp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_eye_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftshift_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfftn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_flipud_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_fmin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_frexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ge_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_gradient_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_grid_sampler_2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_heaviside_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_hsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_hstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_hypot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_igamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_igammac_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_reduce_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_index_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_inner_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_int_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isclose_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isfinite_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isposinf_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_isreal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_unary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_kron_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_kthvalue_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lerp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lgamma_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cond_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cross_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_singular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eig_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvals_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorinv_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vecdot_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vector_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linspace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log10_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logdet_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_not_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_xor_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_logit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_lt_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mH_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumsum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_fill_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_log_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logaddexp_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_median_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_min_binary_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_minimum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mode_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_multinomial_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nan_to_num_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_native_dropout_backward_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_strided_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_new_full_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_linear_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_normalize_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_threshold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_unfold_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_nonzero_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_fro_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_nuc_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_pca_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_permute_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_pinverse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_positive_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_qr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_quantile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rad2deg_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_like_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_ravel_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_real_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_reciprocal_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_renorm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_interleave_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_as_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_conj_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_rsub_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_add_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_searchsorted_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_select_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_select_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_exponential_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_gaussian_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_signbit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sin_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_scatter_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sort_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_entr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_log_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtr_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_special_zeta_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_split_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_split_list_args_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_split_with_sizes_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_square_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_squeeze_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_std_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_lowrank_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_take_along_dim_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tanh_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tile_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_to_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_to_sparse_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trace_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trapezoid_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_trapz_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_tril_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_uniform_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_var_mean_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_view_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_vsplit_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_vstack_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_xlogy_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_zero__cuda_float32, test/test_ops.py::TestMathBitsCUDA::test_conj_view_T_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___getitem___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___radd___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rdiv___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rmatmul___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rmul___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view___rpow___cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bool_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_byte_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cfloat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_int_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcdiv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcmul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_all_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_any_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asin_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_contiguous_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_embed_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_div_no_rounding_mode_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eq_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_exp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eye_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flip_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fliplr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flipud_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isfinite_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isinf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isnan_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_not_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_xor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_list_of_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ne_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_full_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_ones_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_permute_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_pow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_randn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsub_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sigmoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_square_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_squeeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_to_size_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tensor_split_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tril_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_triu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unflatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unsqueeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view__refs_where_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_acosh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addcmul_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_decomposed_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_addr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_all_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_angle_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_argwhere_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_asinh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_baddbmm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_block_diag_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_to_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cartesian_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cdouble_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_inverse_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_clone_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_column_stack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_combinations_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_conj_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_contiguous_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_corrcoef_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cos_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cross_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_cumprod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diag_embed_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagflat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dist_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_dot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_eq_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_exp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_expand_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft2_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftshift_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_fill_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_flip_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_flipud_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_float_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_full_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_gather_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_geqrf_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_gradient_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_hstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_index_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_inner_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_int_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isclose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_isfinite_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ldexp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cross_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_singular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvalsh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_householder_product_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_hermitian_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_singular_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_qr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_slogdet_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svdvals_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vector_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linspace_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log10_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_log_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_lu_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mT_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumprod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumsum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_prod_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_std_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_sum_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_masked_var_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_matrix_exp_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_mean_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_variadic_tensors_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_movedim_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_copy_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_neg_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_full_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_new_zeros_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv1d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_l1_loss_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_linear_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_normalize_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_constant_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_replicate_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softsign_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_fro_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_norm_nuc_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ones_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_ops_nvprims_view_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_outer_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_permute_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_positive_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_pow_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_qr_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_real_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_reciprocal_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_interleave_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_as_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resize__cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_neg_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rot90_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_rsqrt_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_scalar_tensor_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_add_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_select_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sgn_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_short_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_sinc_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_slice_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_softmax_with_dtype_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_split_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_split_list_args_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_split_with_sizes_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_square_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_stft_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_svd_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_symeig_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_t_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tanh_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_tensordot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_to_sparse_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_transpose_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_trapezoid_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unbind_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unflatten_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_uniform_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_unsqueeze_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_var_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_vdot_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_view_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_vsplit_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_vstack_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_where_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_zero__cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_like_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rdiv___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmatmul___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmul___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rpow___cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cfloat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_char_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_double_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_half_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_int_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcmul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_allclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_any_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_physical_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cumsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_div_no_rounding_mode_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isfinite_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isreal_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_lerp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_matrix_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svdvals_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_and_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_not_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_xor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logspace_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_masked_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_variadic_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_movedim_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_neg_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_tanhshrink_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_permute_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_positive_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_randn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_repeat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rot90_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_log_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_softmax_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_square_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sub_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_t_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tensor_split_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tril_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_triu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_true_divide_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_where_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_zeros_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_add_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addbmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_all_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_allclose_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_any_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asin_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asinh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_2d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_3d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bfloat16_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_block_diag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bool_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_to_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cartesian_prod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cdouble_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chalf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_char_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_inverse_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_clone_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_column_stack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_combinations_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_constant_pad_nd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cos_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cosh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cov_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumprod_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_embed_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagflat_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diff_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_double_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_like_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eq_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_exp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eye_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftshift_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfftn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fliplr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gather_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_geqrf_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_copy_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isfinite_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isnan_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_istft_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lerp_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cross_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_singular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eig_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvals_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_power_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_multi_dot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_qr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_triangular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svdvals_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vecdot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vector_norm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log10_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log2_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logdet_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_not_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_or_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_xor_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_unpack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumsum_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_fill_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_scatter_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matmul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_list_of_tensors_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_movedim_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mul_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mv_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ne_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_neg_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_full_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_ones_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_l1_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_circular_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_constant_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_reflect_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softsign_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nonzero_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_fro_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ops_nvprims_view_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ormqr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_outer_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_positive_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pow_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_qr_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_renorm_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_interleave_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_as_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize_as__cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_roll_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_select_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sgn_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_short_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sigmoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sqrt_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_square_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_squeeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_svd_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_along_dim_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tanh_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensor_split_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensordot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tile_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapezoid_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapz_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triangular_solve_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tril_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triu_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_true_divide_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_uniform_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unsqueeze_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_mean_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vdot_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_real_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vsplit_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vstack_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_where_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zero__cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_view_H_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_T_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___radd___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rdiv___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rmatmul___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rmul___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rpow___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view___rsub___cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_T_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_byte_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cfloat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_char_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_half_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_int_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_short_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_all_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_allclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ceil_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_max_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_column_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_physical_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cumsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_digamma_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_floor_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fliplr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_float_power_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_frac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ge_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hstack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isnan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isneginf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lerp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svdvals_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_vector_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log1p_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_and_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_not_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_xor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_maximum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nan_to_num_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ne_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_zeros_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nextafter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_alpha_dropout_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_celu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_elu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_glu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_leaky_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pdist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_prelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu6_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_selu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_threshold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_prod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_real_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_roll_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rot90_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_entr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_erfcx_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_zeta_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_square_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_stack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sub_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_to_size_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_transpose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trunc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__refs_zeros_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view__softmax_backward_data_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_abs_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addbmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addcdiv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_addr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_aminmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_any_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_argwhere_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_asinh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atan2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_baddbmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bernoulli_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_block_diag_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bool_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_bucketize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_byte_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cdist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cdouble_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cfloat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_chalf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_inverse_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_min_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_conj_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_conj_physical_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_constant_pad_nd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_contiguous_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cosh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_cummax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diag_embed_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagflat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_diff_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_div_trunc_rounding_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_double_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_dsplit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_empty_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_eq_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_equal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_erf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_erfc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_erfinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_expand_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_expm1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfftn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fill_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_float_power_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_floor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_floor_divide_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_fmod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_full_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_gather_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_geqrf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_gradient_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_gt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_histc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_igammac_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_reduce_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_index_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_inner_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_int_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isclose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isnan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isneginf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isposinf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_isreal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_kron_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cond_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cross_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_singular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_householder_product_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_power_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_multi_dot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_singular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_qr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_ex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_triangular_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svdvals_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorsolve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vector_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log10_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logical_or_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logspace_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_logsumexp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_long_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_lu_unpack_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumprod_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumsum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_log_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_median_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_sum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_masked_var_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_matrix_exp_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_max_binary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_maximum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_list_of_tensors_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_min_binary_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_msort_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_mv_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nan_to_num_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nanmedian_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nanquantile_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nansum_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_neg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_strided_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_new_zeros_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nextafter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_bilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_celu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_ctc_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gelu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_glu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_group_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardshrink_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardswish_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardtanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_huber_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_linear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_kl_div_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_layer_norm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool1d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multi_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_normalize_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_replicate_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pdist_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_selu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_silu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softsign_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_unfold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_nearest_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_fro_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_norm_inf_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_normal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ones_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_view_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_outer_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_pinverse_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_2_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_4_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_put_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randint_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randn_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_randn_like_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_ravel_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_real_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_reciprocal_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_remainder_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_renorm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_interleave_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_as_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resize_as__cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_neg_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_roll_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rot90_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_neg_3_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_rsqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scalar_tensor_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_add_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_searchsorted_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_lengths_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_select_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_cosine_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_exponential_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_signbit_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sin_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_with_dtype_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sort_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sparse_sampled_addmm_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_airy_ai_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_w_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_entr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_h_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_i0e_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_legendre_polynomial_p_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_log_ndtr_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_special_spherical_bessel_j0_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_split_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_split_with_sizes_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sqrt_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_square_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_squeeze_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_stft_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_sum_to_size_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_svd_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_svd_lowrank_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_symeig_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_t_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_take_along_dim_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tan_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tanh_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_tensor_split_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_to_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_to_sparse_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_transpose_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trapz_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_triangular_solve_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_triu_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_trunc_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unflatten_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_uniform_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_unique_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_var_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_var_mean_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_vdot_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_complex_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_view_copy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_where_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_xlogy_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_cuda_float64, test/test_ops.py::TestFakeTensorCUDA::test_fake_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake___rxor___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_all_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_allclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_any_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_arange_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_argsort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_H_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___ror___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rxor___cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_allclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_aminmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_angle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_and_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_or_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bool_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_byte_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_inverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_max_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_column_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_physical_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_count_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_equal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eye_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gcd_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ge_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_histc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_imag_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isfinite_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isnan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isposinf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_istft_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_return_by_ref_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lerp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log10_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log1p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_and_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_unpack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_multinomial_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nextafter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multi_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_one_hot_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_prelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softplus_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_nuc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_4_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rad2deg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rand_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_renorm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_roll_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scalar_tensor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_searchsorted_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_exponential_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signbit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_indices_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_consecutive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_baddbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bincount_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_not_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_or_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_xor_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_bool_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_shapes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_byte_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cdouble_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_char_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_copysign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_T_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___radd___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rdiv___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rsub___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp__softmax_backward_data_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcdiv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bernoulli_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bfloat16_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_min_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_complex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cos_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cosh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_double_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flipud_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_multi_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vecdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mT_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_movedim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_msort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nansum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_glu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pca_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pinverse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_xlog1py_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unflatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___getitem___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmatmul___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmod___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rpow___cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_abs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_add_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addbmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_decomposed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_block_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ceil_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chalf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chunk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clone_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_combinations_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_constant_pad_nd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_corrcoef_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cov_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diff_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_digamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dstack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flatten_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fliplr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gradient_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_reduce_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_inner_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cross_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_qr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_slogdet_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mH_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_fill_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_binary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmedian_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_celu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_elu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_silu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_number_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_outer_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_quantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ravel_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rot90_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sort_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_with_sizes_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_squeeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stack_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_along_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensordot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapz_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_where_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cumsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_cumulative_trapezoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_deg2rad_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diag_embed_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dist_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_div_floor_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_div_trunc_rounding_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_dsplit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_einsum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_empty_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_empty_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_eq_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_erf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_erfc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_erfinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_expand_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_expm1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_eye_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftshift_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft2_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_flip_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_float_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_float_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_floor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_fmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_frexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_full_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gather_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gcd_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_grid_sampler_2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_gt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_igamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_igammac_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_imag_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_int_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isclose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isfinite_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isnan_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_isreal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_istft_cuda_complex64, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_2inputs_2outputs_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_unary_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_kron_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_kthvalue_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lcm_cuda_int64, test/test_ops.py::TestFakeTensorCUDA::test_fake_ldexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lgamma_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cond_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_householder_product_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_power_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svdvals_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorinv_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vander_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vector_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linspace_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logcumsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_and_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_or_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logical_xor_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_logsumexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_long_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_lu_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumprod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_logaddexp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_median_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_select_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_masked_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_matmul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_matrix_exp_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_list_of_tensors_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mul_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nan_to_num_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nanquantile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_narrow_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_narrow_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_native_dropout_backward_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_native_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_neg_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_new_ones_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_alpha_dropout_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_similarity_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_bag_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_group_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardshrink_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardswish_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_linear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_logsigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_normalize_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_constant_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu6_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_selu_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softsign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_threshold_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_bilinear_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_nearest_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_nonzero_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_fro_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_norm_inf_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ones_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_ormqr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_permute_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polar_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_positive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_put_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rand_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_randn_like_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_real_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_reciprocal_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_repeat_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_repeat_interleave_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resize__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_resolve_conj_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_3_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rsqrt_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_rsub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amin_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_sum_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_searchsorted_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_lengths_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_select_scatter_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sgn_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_short_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sigmoid_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sign_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_kaiser_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_signbit_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sinc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sinh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_softmax_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sparse_sampled_addmm_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_airy_ai_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_entr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_i0e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_i1e_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_laguerre_polynomial_l_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_log_ndtr_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i0_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_special_zeta_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_split_list_args_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_square_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_std_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sub_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_sum_to_size_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_svd_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_svd_lowrank_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_symeig_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_t_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tanh_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tensor_split_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tile_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_to_sparse_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_topk_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_transpose_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_triangular_solve_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_tril_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_true_divide_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_trunc_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unbind_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unfold_copy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_uniform_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unique_consecutive_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_unsqueeze_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_var_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_var_mean_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_vdot_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_view_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_xlogy_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_zero__cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_H_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___getitem___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___radd___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rand___cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags___rdiv___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rmul___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags___rpow___cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_T_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_chalf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_char_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_half_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_int_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs__conversions_long_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_abs_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_acosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_addr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_arange_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_asin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_asinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atan2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_atan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_or_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_xor_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_shapes_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_bucketize_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clamp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clamp_min_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_clone_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_column_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_conj_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_contiguous_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_copysign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cos_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_cosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diag_embed_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_digamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_div_no_rounding_mode_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_div_trunc_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_erf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_erfc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_exp2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_expand_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_eye_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_float_power_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_floor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_floor_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_fmod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_frac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_gcd_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_ge_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_hstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_index_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isfinite_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isnan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isneginf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_isposinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_le_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linalg_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_linspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log1p_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logical_xor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logspace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_logsumexp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_masked_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_maximum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_minimum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_mul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nan_to_num_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_narrow_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_narrow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_native_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ne_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_celu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_elu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_gelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardtanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_l1_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_prelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softplus_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_tanhshrink_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_permute_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_pow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_randn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_remainder_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_reshape_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_roll_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_rot90_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sgn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_signbit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_entr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_i0e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_i1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_i1e_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_log_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_logit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtri_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_softmax_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_special_zeta_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_std_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_sum_to_size_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tanh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tensor_split_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_tril_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_triu_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags__refs_true_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unbind_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unflatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unfold_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unfold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_unsqueeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_var_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_view_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_view_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_vsplit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__refs_vstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags__softmax_backward_data_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_abs_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_acosh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addbmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addcmul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addmv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_addr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_allclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_aminmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_angle_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_arange_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_argmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_asin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_asinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atan2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_atleast_2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_baddbmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_and_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_left_shift_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_not_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bitwise_or_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_bmm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_broadcast_shapes_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_broadcast_to_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_byte_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cartesian_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cdouble_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_chalf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_char_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cholesky_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_clamp_min_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_column_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_complex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_conj_physical_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_contiguous_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cummax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cummin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_cumsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_deg2rad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagflat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagonal_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_diagonal_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_digamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_div_floor_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_div_trunc_rounding_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_double_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_einsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_empty_like_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_exp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_expand_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_fftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifft2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ifftshift_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ihfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_ihfftn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fft_irfft_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_flip_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fliplr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_flipud_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_float_power_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_floor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_floor_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_fmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_frac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_geqrf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gradient_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_gt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_heaviside_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_histc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_hstack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_hypot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_igamma_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_igammac_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_put_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_index_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_inner_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isclose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isfinite_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isnan_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isneginf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_isposinf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_jiterator_unary_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_le_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lerp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cond_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_det_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_det_singular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eig_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_eigvalsh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_inv_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_inv_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_lu_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_hermitian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_singular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_slogdet_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_svd_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_svdvals_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_tensorsolve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_vector_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_log10_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_and_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_not_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_or_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_logical_xor_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_long_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lu_solve_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_lu_unpack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_amin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_argmax_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_cumprod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_cumsum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_fill_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_select_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_softmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_masked_var_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_matmul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_matrix_exp_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_pool2d_with_indices_backward_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_reduction_no_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_max_reduction_with_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_median_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_meshgrid_variadic_tensors_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_min_reduction_no_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_min_reduction_with_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mode_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_movedim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_msort_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mul_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nanmedian_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_narrow_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_native_dropout_backward_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_neg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_empty_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_empty_strided_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_ones_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_new_zeros_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_bilinear_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose1d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout3d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_elu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_glu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_grid_sample_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_instance_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_kl_div_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_layer_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_leaky_relu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_local_response_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool2d_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_mish_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_mse_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_circular_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_replicate_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_pairwise_distance_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu6_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_rrelu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_selu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_softsign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nn_functional_unfold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_nonzero_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_norm_inf_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_normal_number_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_native_batch_norm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_var_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_ormqr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_outer_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_pca_lowrank_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_permute_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_2_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_3_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_put_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_rad2deg_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randint_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_randn_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_real_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_reciprocal_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_remainder_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_renorm_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_repeat_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_repeat_interleave_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_reshape_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_reshape_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resize__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_resize_as__cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_roll_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_round_decimals_0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_add_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_prod_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_segment_reduce_offsets_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_select_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_short_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sign_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_cosine_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signal_windows_exponential_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_signbit_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sinc_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sinh_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_slice_scatter_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sort_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_airy_ai_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_bessel_j1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_w_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_h_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_he_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_legendre_polynomial_p_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k1_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_ndtr_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_ndtri_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_special_spherical_bessel_j0_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_split_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_split_with_sizes_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sqrt_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_squeeze_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_stack_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_std_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sub_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_sum_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_svd_lowrank_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_t_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_take_along_dim_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tensordot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tile_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_to_sparse_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_topk_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trace_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_transpose_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trapezoid_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_trapz_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tril_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_tril_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_triu_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_triu_indices_cuda_int64, test/test_ops.py::TestTagsCUDA::test_tags_true_divide_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unflatten_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unfold_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unfold_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_uniform_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_unique_consecutive_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_var_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_var_mean_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_vdot_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_as_complex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_as_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_as_real_cuda_complex64, test/test_ops.py::TestTagsCUDA::test_tags_view_copy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_view_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_where_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_xlogy_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_zeros_like_cuda_float32 2022-11-23T02:55:06.2474985Z 2022-11-23T02:55:06.2484858Z test_ops.py::TestCommonCUDA::test_compare_cpu_H_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2485550Z test_ops.py::TestCommonCUDA::test_compare_cpu___getitem___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2486172Z test_ops.py::TestCommonCUDA::test_compare_cpu___rand___cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2486804Z test_ops.py::TestCommonCUDA::test_compare_cpu___rmatmul___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2487760Z test_ops.py::TestCommonCUDA::test_compare_cpu___rmul___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2488374Z test_ops.py::TestCommonCUDA::test_compare_cpu___ror___cuda_int64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2488994Z test_ops.py::TestCommonCUDA::test_compare_cpu___rpow___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2489603Z test_ops.py::TestCommonCUDA::test_compare_cpu___rsub___cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2490256Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_bool_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2490928Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_cfloat_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2491606Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_complex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2492277Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_float_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2492897Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_int_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:55:06.2493682Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs__conversions_long_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:55:06.2494363Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_as_strided_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2495018Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2495654Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_atleast_3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2496300Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_bitwise_right_shift_cuda_int64 SKIPPED (Skipped some inputs produce undefined outputs) [ 0%] 2022-11-23T02:55:06.2496937Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_chunk_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2497579Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_copysign_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2498208Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_cumsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2498820Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2499468Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_diagonal_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2500129Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_div_trunc_rounding_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2500782Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_dsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2501388Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:55:06.2502003Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2502769Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_expand_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2503410Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fft_fftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2504046Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_flip_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2504675Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fliplr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2505262Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_fmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2505892Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_hsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2506527Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_index_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2507155Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_lerp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2507797Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_matrix_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2509276Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2510000Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_svdvals_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2510669Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linalg_vector_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2511316Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_linspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2511974Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_meshgrid_list_of_tensors_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2512606Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_new_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2513256Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nextafter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2513905Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 0%] 2022-11-23T02:55:06.2514654Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_hardtanh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2515324Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_huber_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2516017Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2516713Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2517396Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_nll_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2518210Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_relu6_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2518893Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2519545Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_softshrink_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2520236Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2520895Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2521537Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_reshape_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2522174Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_rot90_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2522805Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_squeeze_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2523520Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_std_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2524184Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_sum_to_size_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2524816Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_t_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2525445Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_trace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2526036Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_triu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2526669Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_true_divide_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2527312Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_unfold_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2528215Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_var_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2529036Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_view_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2529846Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2530635Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_vstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2531261Z test_ops.py::TestCommonCUDA::test_compare_cpu__refs_xlogy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2531904Z test_ops.py::TestCommonCUDA::test_compare_cpu__softmax_backward_data_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2532518Z test_ops.py::TestCommonCUDA::test_compare_cpu_addmm_decomposed_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2533309Z test_ops.py::TestCommonCUDA::test_compare_cpu_argsort_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2533942Z test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2534558Z test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2535187Z test_ops.py::TestCommonCUDA::test_compare_cpu_atleast_3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2535797Z test_ops.py::TestCommonCUDA::test_compare_cpu_bitwise_right_shift_cuda_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T02:55:06.2536411Z test_ops.py::TestCommonCUDA::test_compare_cpu_block_diag_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2537031Z test_ops.py::TestCommonCUDA::test_compare_cpu_bool_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2537663Z test_ops.py::TestCommonCUDA::test_compare_cpu_cartesian_prod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2538256Z test_ops.py::TestCommonCUDA::test_compare_cpu_cfloat_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2538966Z test_ops.py::TestCommonCUDA::test_compare_cpu_chalf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2539621Z test_ops.py::TestCommonCUDA::test_compare_cpu_cholesky_inverse_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2540266Z test_ops.py::TestCommonCUDA::test_compare_cpu_column_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2540894Z test_ops.py::TestCommonCUDA::test_compare_cpu_complex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2541526Z test_ops.py::TestCommonCUDA::test_compare_cpu_contiguous_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2542153Z test_ops.py::TestCommonCUDA::test_compare_cpu_copysign_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2542785Z test_ops.py::TestCommonCUDA::test_compare_cpu_corrcoef_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2543403Z test_ops.py::TestCommonCUDA::test_compare_cpu_cross_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2544040Z test_ops.py::TestCommonCUDA::test_compare_cpu_diagonal_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2544628Z test_ops.py::TestCommonCUDA::test_compare_cpu_dist_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2545235Z test_ops.py::TestCommonCUDA::test_compare_cpu_dot_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2545851Z test_ops.py::TestCommonCUDA::test_compare_cpu_double_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2546518Z test_ops.py::TestCommonCUDA::test_compare_cpu_einsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2547113Z test_ops.py::TestCommonCUDA::test_compare_cpu_empty_like_cuda_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T02:55:06.2547825Z test_ops.py::TestCommonCUDA::test_compare_cpu_eye_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2548449Z test_ops.py::TestCommonCUDA::test_compare_cpu_fft_ifftshift_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2549073Z test_ops.py::TestCommonCUDA::test_compare_cpu_flip_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2549687Z test_ops.py::TestCommonCUDA::test_compare_cpu_flipud_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2550278Z test_ops.py::TestCommonCUDA::test_compare_cpu_float_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2550911Z test_ops.py::TestCommonCUDA::test_compare_cpu_grid_sampler_2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2551549Z test_ops.py::TestCommonCUDA::test_compare_cpu_histc_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2552171Z test_ops.py::TestCommonCUDA::test_compare_cpu_hsplit_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2552792Z test_ops.py::TestCommonCUDA::test_compare_cpu_hstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2553496Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2554140Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2554768Z test_ops.py::TestCommonCUDA::test_compare_cpu_index_reduce_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2555396Z test_ops.py::TestCommonCUDA::test_compare_cpu_int_cuda_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T02:55:06.2555965Z test_ops.py::TestCommonCUDA::test_compare_cpu_isin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2556579Z test_ops.py::TestCommonCUDA::test_compare_cpu_istft_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2557207Z test_ops.py::TestCommonCUDA::test_compare_cpu_ldexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2557831Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cond_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2558475Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_det_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2559127Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eig_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2559760Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_eigh_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2560414Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_householder_product_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2561070Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2561661Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_inv_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2562420Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2563067Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_factor_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2563715Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_ldl_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2564350Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lstsq_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2564985Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2565622Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_lu_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2566277Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_matrix_rank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2566918Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2567539Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_pinv_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2568226Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_slogdet_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2568892Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2569534Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_vector_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2570176Z test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2570812Z test_ops.py::TestCommonCUDA::test_compare_cpu_log_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2571451Z test_ops.py::TestCommonCUDA::test_compare_cpu_logaddexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2572094Z test_ops.py::TestCommonCUDA::test_compare_cpu_logcumsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2572727Z test_ops.py::TestCommonCUDA::test_compare_cpu_logdet_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2573352Z test_ops.py::TestCommonCUDA::test_compare_cpu_logspace_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2573948Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_cumsum_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2574575Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_fill_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2575216Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_log_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2575874Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_logsumexp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2576520Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2577277Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_normalize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2577924Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2578562Z test_ops.py::TestCommonCUDA::test_compare_cpu_masked_softmax_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2579206Z test_ops.py::TestCommonCUDA::test_compare_cpu_matrix_exp_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2579833Z test_ops.py::TestCommonCUDA::test_compare_cpu_median_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2580429Z test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_no_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T02:55:06.2581086Z test_ops.py::TestCommonCUDA::test_compare_cpu_min_reduction_with_dim_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2581723Z test_ops.py::TestCommonCUDA::test_compare_cpu_mode_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2582321Z test_ops.py::TestCommonCUDA::test_compare_cpu_multinomial_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2583014Z test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_copy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2583667Z test_ops.py::TestCommonCUDA::test_compare_cpu_narrow_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2584297Z test_ops.py::TestCommonCUDA::test_compare_cpu_native_batch_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2584912Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_empty_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2585502Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_full_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2586093Z test_ops.py::TestCommonCUDA::test_compare_cpu_new_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2586773Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (output is non-deterministic (when dropout_p > 0)) [ 1%] 2022-11-23T02:55:06.2587480Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2588166Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2588824Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_avg_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2589482Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_batch_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2590165Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2590870Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2591667Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2592316Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_conv2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2592955Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_cosine_similarity_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2593635Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_ctc_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2594273Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout3d_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2594881Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_dropout_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2595531Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_bag_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2596144Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_embedding_cuda_float32 SKIPPED (Skipped!) [ 1%] 2022-11-23T02:55:06.2596745Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_glu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2597496Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_hardswish_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2598205Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2598864Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2599564Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_interpolate_trilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2600239Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_linear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2600911Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_local_response_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2601589Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2602261Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2602943Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2603621Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2604285Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2604966Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2605649Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2606422Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2607125Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2607811Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_normalize_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2608483Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_constant_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2609161Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pad_replicate_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2609835Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2610514Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_soft_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2611179Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2611943Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2612657Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2613373Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2614042Z test_ops.py::TestCommonCUDA::test_compare_cpu_nn_functional_upsample_bilinear_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2614763Z test_ops.py::TestCommonCUDA::test_compare_cpu_nonzero_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2615382Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2616003Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_inf_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2616601Z test_ops.py::TestCommonCUDA::test_compare_cpu_norm_nuc_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2617169Z test_ops.py::TestCommonCUDA::test_compare_cpu_normal_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2617722Z test_ops.py::TestCommonCUDA::test_compare_cpu_normal_number_mean_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2618304Z test_ops.py::TestCommonCUDA::test_compare_cpu_ones_like_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2618929Z test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_native_batch_norm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2619543Z test_ops.py::TestCommonCUDA::test_compare_cpu_ops_nvprims_view_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2620146Z test_ops.py::TestCommonCUDA::test_compare_cpu_ormqr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2620836Z test_ops.py::TestCommonCUDA::test_compare_cpu_pca_lowrank_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2621421Z test_ops.py::TestCommonCUDA::test_compare_cpu_pinverse_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2622015Z test_ops.py::TestCommonCUDA::test_compare_cpu_polar_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2622607Z test_ops.py::TestCommonCUDA::test_compare_cpu_qr_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2623196Z test_ops.py::TestCommonCUDA::test_compare_cpu_quantile_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2623763Z test_ops.py::TestCommonCUDA::test_compare_cpu_rand_like_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2624339Z test_ops.py::TestCommonCUDA::test_compare_cpu_randint_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2624912Z test_ops.py::TestCommonCUDA::test_compare_cpu_renorm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2625525Z test_ops.py::TestCommonCUDA::test_compare_cpu_repeat_interleave_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2626238Z test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2626864Z test_ops.py::TestCommonCUDA::test_compare_cpu_reshape_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2627518Z test_ops.py::TestCommonCUDA::test_compare_cpu_resize__cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2628325Z test_ops.py::TestCommonCUDA::test_compare_cpu_resize_as__cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2628938Z test_ops.py::TestCommonCUDA::test_compare_cpu_resolve_neg_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2629532Z test_ops.py::TestCommonCUDA::test_compare_cpu_rsub_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2630133Z test_ops.py::TestCommonCUDA::test_compare_cpu_scalar_tensor_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2630852Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_add_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2631453Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2632349Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2632986Z test_ops.py::TestCommonCUDA::test_compare_cpu_scatter_reduce_prod_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2633614Z test_ops.py::TestCommonCUDA::test_compare_cpu_segment_reduce_offsets_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2634229Z test_ops.py::TestCommonCUDA::test_compare_cpu_select_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2634825Z test_ops.py::TestCommonCUDA::test_compare_cpu_slice_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2635560Z test_ops.py::TestCommonCUDA::test_compare_cpu_softmax_with_dtype_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2636183Z test_ops.py::TestCommonCUDA::test_compare_cpu_sparse_sampled_addmm_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2636814Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:55:06.2637481Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:55:06.2638130Z test_ops.py::TestCommonCUDA::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T02:55:06.2638751Z test_ops.py::TestCommonCUDA::test_compare_cpu_split_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2639362Z test_ops.py::TestCommonCUDA::test_compare_cpu_split_with_sizes_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2639960Z test_ops.py::TestCommonCUDA::test_compare_cpu_stack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2640550Z test_ops.py::TestCommonCUDA::test_compare_cpu_stft_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2641208Z test_ops.py::TestCommonCUDA::test_compare_cpu_svd_lowrank_cuda_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T02:55:06.2641798Z test_ops.py::TestCommonCUDA::test_compare_cpu_t_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2642379Z test_ops.py::TestCommonCUDA::test_compare_cpu_take_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2642953Z test_ops.py::TestCommonCUDA::test_compare_cpu_to_sparse_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2643539Z test_ops.py::TestCommonCUDA::test_compare_cpu_topk_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2644144Z test_ops.py::TestCommonCUDA::test_compare_cpu_triangular_solve_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2644752Z test_ops.py::TestCommonCUDA::test_compare_cpu_triu_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2645349Z test_ops.py::TestCommonCUDA::test_compare_cpu_unflatten_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2645950Z test_ops.py::TestCommonCUDA::test_compare_cpu_unfold_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2646531Z test_ops.py::TestCommonCUDA::test_compare_cpu_unique_cuda_float32 SKIPPED (Output order is undefined when sorted=False) [ 1%] 2022-11-23T02:55:06.2647114Z test_ops.py::TestCommonCUDA::test_compare_cpu_var_mean_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2647713Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_as_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2648284Z test_ops.py::TestCommonCUDA::test_compare_cpu_view_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2648870Z test_ops.py::TestCommonCUDA::test_compare_cpu_vstack_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2649464Z test_ops.py::TestCommonCUDA::test_compare_cpu_xlogy_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2650176Z test_ops.py::TestCommonCUDA::test_compare_cpu_zero__cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2650767Z test_ops.py::TestCommonCUDA::test_compare_cpu_zeros_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 1%] 2022-11-23T02:55:06.2651299Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_H_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2651790Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_acos_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2652275Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_asin_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2652748Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_atleast_3d_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2653228Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_bool_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2653707Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cat_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2654194Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cfloat_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2654678Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chalf_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2655166Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_chunk_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2655740Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_clone_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2656237Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_column_stack_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2656741Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_conj_physical_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2657236Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_cos_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2657714Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2658199Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diag_embed_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2658700Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_copy_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2659199Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_diagonal_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2659699Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_div_no_rounding_mode_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2660206Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_dsplit_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2660685Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_eq_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2661170Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fft_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2661656Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fftn_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2662150Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_fftshift_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2662643Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_hfftn_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2663114Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifft2_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2663613Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_ifft_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2664102Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_irfft_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2664591Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_fft_irfftn_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2665873Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_hstack_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2666360Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_index_put_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2666847Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_isfinite_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2667311Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2667821Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_log_softmax_with_dtype_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2668325Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mT_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2668812Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_masked_fill_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2669309Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_movedim_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2669789Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_mul_cuda_complex32 PASSED [ 1%] 2022-11-23T02:55:06.2670274Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_copy_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2670745Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_narrow_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2671294Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_cuda_complex32 SKIPPED (Expected: new_empty is not comparable) [ 2%] 2022-11-23T02:55:06.2672024Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_empty_strided_cuda_complex32 SKIPPED (Expected: new_empty_strided is not comparable) [ 2%] 2022-11-23T02:55:06.2672621Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_full_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2673108Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_new_ones_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2673633Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose2d_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2674187Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nn_functional_conv_transpose3d_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2674703Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_nonzero_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2675181Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_ones_like_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2675670Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_permute_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2676164Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_positive_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2676651Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_pow_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2677134Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_prod_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2677704Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rand_like_cuda_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 2%] 2022-11-23T02:55:06.2678350Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_randn_like_cuda_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 2%] 2022-11-23T02:55:06.2678903Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_real_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2679388Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_as_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2679879Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_reshape_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2680370Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_resolve_neg_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2680972Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_rsqrt_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2681461Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_scalar_tensor_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2681951Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sigmoid_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2682433Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sinh_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2682905Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_slice_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2683403Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_split_with_sizes_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2683899Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_squeeze_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2684378Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_sub_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2684848Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_tan_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2685328Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_trace_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2685818Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_transpose_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2686297Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_true_divide_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2686875Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unbind_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2687387Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unfold_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2687882Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_unsqueeze_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2688377Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_as_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2688858Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_view_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2689337Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_vsplit_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2689801Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_where_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2690271Z test_ops.py::TestCommonCUDA::test_complex_half_reference_testing_zeros_cuda_complex32 PASSED [ 2%] 2022-11-23T02:55:06.2690712Z test_ops.py::TestCommonCUDA::test_dtypes_H_cuda PASSED [ 2%] 2022-11-23T02:55:06.2691104Z test_ops.py::TestCommonCUDA::test_dtypes_T_cuda PASSED [ 2%] 2022-11-23T02:55:06.2691500Z test_ops.py::TestCommonCUDA::test_dtypes___rdiv___cuda PASSED [ 2%] 2022-11-23T02:55:06.2691907Z test_ops.py::TestCommonCUDA::test_dtypes___rmatmul___cuda PASSED [ 2%] 2022-11-23T02:55:06.2692307Z test_ops.py::TestCommonCUDA::test_dtypes___rpow___cuda PASSED [ 2%] 2022-11-23T02:55:06.2692688Z test_ops.py::TestCommonCUDA::test_dtypes___rxor___cuda PASSED [ 2%] 2022-11-23T02:55:06.2693105Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bfloat16_cuda PASSED [ 2%] 2022-11-23T02:55:06.2693540Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_bool_cuda PASSED [ 2%] 2022-11-23T02:55:06.2693978Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_byte_cuda PASSED [ 2%] 2022-11-23T02:55:06.2694436Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cdouble_cuda PASSED [ 2%] 2022-11-23T02:55:06.2694884Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_cfloat_cuda PASSED [ 2%] 2022-11-23T02:55:06.2695311Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_char_cuda PASSED [ 2%] 2022-11-23T02:55:06.2695874Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_complex_cuda PASSED [ 2%] 2022-11-23T02:55:06.2696311Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_int_cuda PASSED [ 2%] 2022-11-23T02:55:06.2696744Z test_ops.py::TestCommonCUDA::test_dtypes__refs__conversions_long_cuda PASSED [ 2%] 2022-11-23T02:55:06.2697158Z test_ops.py::TestCommonCUDA::test_dtypes__refs_abs_cuda PASSED [ 2%] 2022-11-23T02:55:06.2697625Z test_ops.py::TestCommonCUDA::test_dtypes__refs_addcdiv_cuda PASSED [ 2%] 2022-11-23T02:55:06.2698033Z test_ops.py::TestCommonCUDA::test_dtypes__refs_addcmul_cuda PASSED [ 2%] 2022-11-23T02:55:06.2698430Z test_ops.py::TestCommonCUDA::test_dtypes__refs_any_cuda PASSED [ 2%] 2022-11-23T02:55:06.2698830Z test_ops.py::TestCommonCUDA::test_dtypes__refs_as_strided_cuda PASSED [ 2%] 2022-11-23T02:55:06.2699240Z test_ops.py::TestCommonCUDA::test_dtypes__refs_asin_cuda PASSED [ 2%] 2022-11-23T02:55:06.2699645Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atan_cuda PASSED [ 2%] 2022-11-23T02:55:06.2700044Z test_ops.py::TestCommonCUDA::test_dtypes__refs_atleast_1d_cuda PASSED [ 2%] 2022-11-23T02:55:06.2700456Z test_ops.py::TestCommonCUDA::test_dtypes__refs_bitwise_xor_cuda PASSED [ 2%] 2022-11-23T02:55:06.2700858Z test_ops.py::TestCommonCUDA::test_dtypes__refs_broadcast_to_cuda PASSED [ 2%] 2022-11-23T02:55:06.2701271Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ceil_cuda PASSED [ 2%] 2022-11-23T02:55:06.2701669Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clamp_cuda PASSED [ 2%] 2022-11-23T02:55:06.2702157Z test_ops.py::TestCommonCUDA::test_dtypes__refs_clone_cuda PASSED [ 2%] 2022-11-23T02:55:06.2702587Z test_ops.py::TestCommonCUDA::test_dtypes__refs_column_stack_cuda PASSED [ 2%] 2022-11-23T02:55:06.2702999Z test_ops.py::TestCommonCUDA::test_dtypes__refs_contiguous_cuda PASSED [ 2%] 2022-11-23T02:55:06.2703392Z test_ops.py::TestCommonCUDA::test_dtypes__refs_copysign_cuda PASSED [ 2%] 2022-11-23T02:55:06.2703799Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cosh_cuda PASSED [ 2%] 2022-11-23T02:55:06.2704191Z test_ops.py::TestCommonCUDA::test_dtypes__refs_cumsum_cuda PASSED [ 2%] 2022-11-23T02:55:06.2704588Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diag_cuda PASSED [ 2%] 2022-11-23T02:55:06.2704990Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_copy_cuda PASSED [ 2%] 2022-11-23T02:55:06.2705401Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_cuda PASSED [ 2%] 2022-11-23T02:55:06.2705820Z test_ops.py::TestCommonCUDA::test_dtypes__refs_diagonal_scatter_cuda PASSED [ 2%] 2022-11-23T02:55:06.2706228Z test_ops.py::TestCommonCUDA::test_dtypes__refs_digamma_cuda PASSED [ 2%] 2022-11-23T02:55:06.2706652Z test_ops.py::TestCommonCUDA::test_dtypes__refs_div_no_rounding_mode_cuda PASSED [ 2%] 2022-11-23T02:55:06.2707069Z test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_cuda PASSED [ 2%] 2022-11-23T02:55:06.2707476Z test_ops.py::TestCommonCUDA::test_dtypes__refs_empty_like_cuda PASSED [ 2%] 2022-11-23T02:55:06.2707879Z test_ops.py::TestCommonCUDA::test_dtypes__refs_eq_cuda PASSED [ 2%] 2022-11-23T02:55:06.2708277Z test_ops.py::TestCommonCUDA::test_dtypes__refs_erf_cuda PASSED [ 2%] 2022-11-23T02:55:06.2708661Z test_ops.py::TestCommonCUDA::test_dtypes__refs_erfinv_cuda PASSED [ 2%] 2022-11-23T02:55:06.2709060Z test_ops.py::TestCommonCUDA::test_dtypes__refs_exp2_cuda PASSED [ 2%] 2022-11-23T02:55:06.2709452Z test_ops.py::TestCommonCUDA::test_dtypes__refs_exp_cuda PASSED [ 2%] 2022-11-23T02:55:06.2709862Z test_ops.py::TestCommonCUDA::test_dtypes__refs_expand_cuda PASSED [ 2%] 2022-11-23T02:55:06.2710262Z test_ops.py::TestCommonCUDA::test_dtypes__refs_eye_cuda PASSED [ 2%] 2022-11-23T02:55:06.2710661Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_fftn_cuda PASSED [ 2%] 2022-11-23T02:55:06.2711156Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_hfft2_cuda PASSED [ 2%] 2022-11-23T02:55:06.2711563Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ifftshift_cuda PASSED [ 2%] 2022-11-23T02:55:06.2711968Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfft2_cuda PASSED [ 2%] 2022-11-23T02:55:06.2712372Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_ihfftn_cuda PASSED [ 2%] 2022-11-23T02:55:06.2712781Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_irfftn_cuda PASSED [ 2%] 2022-11-23T02:55:06.2713185Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfft_cuda PASSED [ 2%] 2022-11-23T02:55:06.2713590Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fft_rfftn_cuda PASSED [ 2%] 2022-11-23T02:55:06.2713979Z test_ops.py::TestCommonCUDA::test_dtypes__refs_flatten_cuda PASSED [ 2%] 2022-11-23T02:55:06.2714445Z test_ops.py::TestCommonCUDA::test_dtypes__refs_flip_cuda PASSED [ 2%] 2022-11-23T02:55:06.2714841Z test_ops.py::TestCommonCUDA::test_dtypes__refs_flipud_cuda PASSED [ 2%] 2022-11-23T02:55:06.2715253Z test_ops.py::TestCommonCUDA::test_dtypes__refs_float_power_cuda PASSED [ 2%] 2022-11-23T02:55:06.2715662Z test_ops.py::TestCommonCUDA::test_dtypes__refs_floor_divide_cuda PASSED [ 2%] 2022-11-23T02:55:06.2716064Z test_ops.py::TestCommonCUDA::test_dtypes__refs_fmax_cuda PASSED [ 2%] 2022-11-23T02:55:06.2716443Z test_ops.py::TestCommonCUDA::test_dtypes__refs_ge_cuda PASSED [ 2%] 2022-11-23T02:55:06.2716847Z test_ops.py::TestCommonCUDA::test_dtypes__refs_heaviside_cuda PASSED [ 2%] 2022-11-23T02:55:06.2717254Z test_ops.py::TestCommonCUDA::test_dtypes__refs_igammac_cuda PASSED [ 2%] 2022-11-23T02:55:06.2717744Z test_ops.py::TestCommonCUDA::test_dtypes__refs_imag_cuda PASSED [ 2%] 2022-11-23T02:55:06.2718168Z test_ops.py::TestCommonCUDA::test_dtypes__refs_index_add_cuda PASSED [ 2%] 2022-11-23T02:55:06.2718571Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isclose_cuda PASSED [ 2%] 2022-11-23T02:55:06.2718960Z test_ops.py::TestCommonCUDA::test_dtypes__refs_isposinf_cuda PASSED [ 2%] 2022-11-23T02:55:06.2719360Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lcm_cuda PASSED [ 2%] 2022-11-23T02:55:06.2719756Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_norm_cuda PASSED [ 2%] 2022-11-23T02:55:06.2720170Z test_ops.py::TestCommonCUDA::test_dtypes__refs_linalg_svdvals_cuda PASSED [ 2%] 2022-11-23T02:55:06.2720580Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log10_cuda PASSED [ 2%] 2022-11-23T02:55:06.2720975Z test_ops.py::TestCommonCUDA::test_dtypes__refs_log1p_cuda PASSED [ 2%] 2022-11-23T02:55:06.2721382Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logical_and_cuda PASSED [ 2%] 2022-11-23T02:55:06.2721777Z test_ops.py::TestCommonCUDA::test_dtypes__refs_logspace_cuda PASSED [ 2%] 2022-11-23T02:55:06.2722175Z test_ops.py::TestCommonCUDA::test_dtypes__refs_lt_cuda PASSED [ 2%] 2022-11-23T02:55:06.2722580Z test_ops.py::TestCommonCUDA::test_dtypes__refs_maximum_cuda PASSED [ 2%] 2022-11-23T02:55:06.2722986Z test_ops.py::TestCommonCUDA::test_dtypes__refs_mean_cuda PASSED [ 2%] 2022-11-23T02:55:06.2723410Z test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_list_of_tensors_cuda PASSED [ 2%] 2022-11-23T02:55:06.2723870Z test_ops.py::TestCommonCUDA::test_dtypes__refs_meshgrid_variadic_tensors_cuda PASSED [ 2%] 2022-11-23T02:55:06.2724292Z test_ops.py::TestCommonCUDA::test_dtypes__refs_minimum_cuda PASSED [ 2%] 2022-11-23T02:55:06.2724704Z test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_copy_cuda PASSED [ 2%] 2022-11-23T02:55:06.2725114Z test_ops.py::TestCommonCUDA::test_dtypes__refs_narrow_cuda PASSED [ 2%] 2022-11-23T02:55:06.2725537Z test_ops.py::TestCommonCUDA::test_dtypes__refs_native_layer_norm_cuda PASSED [ 2%] 2022-11-23T02:55:06.2725958Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_ones_cuda PASSED [ 2%] 2022-11-23T02:55:06.2726468Z test_ops.py::TestCommonCUDA::test_dtypes__refs_new_zeros_cuda PASSED [ 2%] 2022-11-23T02:55:06.2726904Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_alpha_dropout_cuda PASSED [ 2%] 2022-11-23T02:55:06.2727337Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_celu_cuda PASSED [ 2%] 2022-11-23T02:55:06.2727769Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_gelu_cuda PASSED [ 2%] 2022-11-23T02:55:06.2728204Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_glu_cuda PASSED [ 2%] 2022-11-23T02:55:06.2728651Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hardshrink_cuda PASSED [ 2%] 2022-11-23T02:55:06.2729128Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_hinge_embedding_loss_cuda PASSED [ 2%] 2022-11-23T02:55:06.2729595Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_l1_loss_cuda PASSED [ 2%] 2022-11-23T02:55:06.2730040Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cuda PASSED [ 2%] 2022-11-23T02:55:06.2730531Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_margin_ranking_loss_cuda PASSED [ 2%] 2022-11-23T02:55:06.2730990Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mish_cuda PASSED [ 2%] 2022-11-23T02:55:06.2731427Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_mse_loss_cuda PASSED [ 2%] 2022-11-23T02:55:06.2731871Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_pdist_cuda PASSED [ 2%] 2022-11-23T02:55:06.2732324Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_poisson_nll_loss_cuda PASSED [ 2%] 2022-11-23T02:55:06.2733194Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_prelu_cuda PASSED [ 2%] 2022-11-23T02:55:06.2733658Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_relu6_cuda PASSED [ 2%] 2022-11-23T02:55:06.2734276Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_selu_cuda PASSED [ 2%] 2022-11-23T02:55:06.2734858Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmax_with_dtype_cuda PASSED [ 2%] 2022-11-23T02:55:06.2735468Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_softmin_with_dtype_cuda PASSED [ 2%] 2022-11-23T02:55:06.2735934Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_tanhshrink_cuda PASSED [ 2%] 2022-11-23T02:55:06.2736385Z test_ops.py::TestCommonCUDA::test_dtypes__refs_nn_functional_threshold_cuda PASSED [ 3%] 2022-11-23T02:55:06.2736809Z test_ops.py::TestCommonCUDA::test_dtypes__refs_norm_cuda PASSED [ 3%] 2022-11-23T02:55:06.2737202Z test_ops.py::TestCommonCUDA::test_dtypes__refs_permute_cuda PASSED [ 3%] 2022-11-23T02:55:06.2737616Z test_ops.py::TestCommonCUDA::test_dtypes__refs_positive_cuda PASSED [ 3%] 2022-11-23T02:55:06.2738028Z test_ops.py::TestCommonCUDA::test_dtypes__refs_pow_cuda PASSED [ 3%] 2022-11-23T02:55:06.2738430Z test_ops.py::TestCommonCUDA::test_dtypes__refs_prod_cuda PASSED [ 3%] 2022-11-23T02:55:06.2738839Z test_ops.py::TestCommonCUDA::test_dtypes__refs_randn_cuda PASSED [ 3%] 2022-11-23T02:55:06.2739241Z test_ops.py::TestCommonCUDA::test_dtypes__refs_real_cuda PASSED [ 3%] 2022-11-23T02:55:06.2739629Z test_ops.py::TestCommonCUDA::test_dtypes__refs_reciprocal_cuda PASSED [ 3%] 2022-11-23T02:55:06.2740214Z test_ops.py::TestCommonCUDA::test_dtypes__refs_reshape_as_cuda PASSED [ 3%] 2022-11-23T02:55:06.2740618Z test_ops.py::TestCommonCUDA::test_dtypes__refs_rot90_cuda PASSED [ 3%] 2022-11-23T02:55:06.2741124Z test_ops.py::TestCommonCUDA::test_dtypes__refs_round_cuda PASSED [ 3%] 2022-11-23T02:55:06.2741639Z test_ops.py::TestCommonCUDA::test_dtypes__refs_rsub_cuda PASSED [ 3%] 2022-11-23T02:55:06.2742037Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sgn_cuda PASSED [ 3%] 2022-11-23T02:55:06.2742413Z test_ops.py::TestCommonCUDA::test_dtypes__refs_sinc_cuda PASSED [ 3%] 2022-11-23T02:55:06.2742817Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1_cuda PASSED [ 3%] 2022-11-23T02:55:06.2743358Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_i1e_cuda PASSED [ 3%] 2022-11-23T02:55:06.2743775Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_log_ndtr_cuda PASSED [ 3%] 2022-11-23T02:55:06.2744235Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cuda PASSED [ 3%] 2022-11-23T02:55:06.2744679Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_ndtr_cuda PASSED [ 3%] 2022-11-23T02:55:06.2745116Z test_ops.py::TestCommonCUDA::test_dtypes__refs_special_softmax_with_dtype_cuda PASSED [ 3%] 2022-11-23T02:55:06.2745538Z test_ops.py::TestCommonCUDA::test_dtypes__refs_square_cuda PASSED [ 3%] 2022-11-23T02:55:06.2745943Z test_ops.py::TestCommonCUDA::test_dtypes__refs_std_mean_cuda PASSED [ 3%] 2022-11-23T02:55:06.2746343Z test_ops.py::TestCommonCUDA::test_dtypes__refs_t_cuda PASSED [ 3%] 2022-11-23T02:55:06.2746901Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tensor_split_cuda PASSED [ 3%] 2022-11-23T02:55:06.2747321Z test_ops.py::TestCommonCUDA::test_dtypes__refs_trace_cuda PASSED [ 3%] 2022-11-23T02:55:06.2747714Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_cuda PASSED [ 3%] 2022-11-23T02:55:06.2748363Z test_ops.py::TestCommonCUDA::test_dtypes__refs_tril_indices_cuda PASSED [ 3%] 2022-11-23T02:55:06.2748779Z test_ops.py::TestCommonCUDA::test_dtypes__refs_triu_cuda PASSED [ 3%] 2022-11-23T02:55:06.2749175Z test_ops.py::TestCommonCUDA::test_dtypes__refs_true_divide_cuda PASSED [ 3%] 2022-11-23T02:55:06.2750287Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unbind_cuda PASSED [ 3%] 2022-11-23T02:55:06.2750759Z test_ops.py::TestCommonCUDA::test_dtypes__refs_unsqueeze_cuda PASSED [ 3%] 2022-11-23T02:55:06.2751164Z test_ops.py::TestCommonCUDA::test_dtypes__refs_var_cuda PASSED [ 3%] 2022-11-23T02:55:06.2751560Z test_ops.py::TestCommonCUDA::test_dtypes__refs_var_mean_cuda PASSED [ 3%] 2022-11-23T02:55:06.2751958Z test_ops.py::TestCommonCUDA::test_dtypes__refs_view_as_cuda PASSED [ 3%] 2022-11-23T02:55:06.2752357Z test_ops.py::TestCommonCUDA::test_dtypes__refs_vsplit_cuda PASSED [ 3%] 2022-11-23T02:55:06.2752761Z test_ops.py::TestCommonCUDA::test_dtypes__refs_zeros_cuda PASSED [ 3%] 2022-11-23T02:55:06.2753182Z test_ops.py::TestCommonCUDA::test_dtypes__softmax_backward_data_cuda PASSED [ 3%] 2022-11-23T02:55:06.2753594Z test_ops.py::TestCommonCUDA::test_dtypes_abs_cuda PASSED [ 3%] 2022-11-23T02:55:06.2754175Z test_ops.py::TestCommonCUDA::test_dtypes_acos_cuda PASSED [ 3%] 2022-11-23T02:55:06.2754556Z test_ops.py::TestCommonCUDA::test_dtypes_addbmm_cuda PASSED [ 3%] 2022-11-23T02:55:06.2755083Z test_ops.py::TestCommonCUDA::test_dtypes_addcdiv_cuda PASSED [ 3%] 2022-11-23T02:55:06.2755483Z test_ops.py::TestCommonCUDA::test_dtypes_addmm_cuda PASSED [ 3%] 2022-11-23T02:55:06.2756020Z test_ops.py::TestCommonCUDA::test_dtypes_addmm_decomposed_cuda PASSED [ 3%] 2022-11-23T02:55:06.2756432Z test_ops.py::TestCommonCUDA::test_dtypes_addr_cuda PASSED [ 3%] 2022-11-23T02:55:06.2756828Z test_ops.py::TestCommonCUDA::test_dtypes_allclose_cuda PASSED [ 3%] 2022-11-23T02:55:06.2757211Z test_ops.py::TestCommonCUDA::test_dtypes_amin_cuda PASSED [ 3%] 2022-11-23T02:55:06.2757601Z test_ops.py::TestCommonCUDA::test_dtypes_angle_cuda PASSED [ 3%] 2022-11-23T02:55:06.2757987Z test_ops.py::TestCommonCUDA::test_dtypes_argmax_cuda PASSED [ 3%] 2022-11-23T02:55:06.2758390Z test_ops.py::TestCommonCUDA::test_dtypes_argwhere_cuda PASSED [ 3%] 2022-11-23T02:55:06.2758784Z test_ops.py::TestCommonCUDA::test_dtypes_asin_cuda PASSED [ 3%] 2022-11-23T02:55:06.2759175Z test_ops.py::TestCommonCUDA::test_dtypes_atan2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2759711Z test_ops.py::TestCommonCUDA::test_dtypes_atanh_cuda PASSED [ 3%] 2022-11-23T02:55:06.2760094Z test_ops.py::TestCommonCUDA::test_dtypes_atleast_3d_cuda PASSED [ 3%] 2022-11-23T02:55:06.2760489Z test_ops.py::TestCommonCUDA::test_dtypes_baddbmm_cuda PASSED [ 3%] 2022-11-23T02:55:06.2760887Z test_ops.py::TestCommonCUDA::test_dtypes_bincount_cuda PASSED [ 3%] 2022-11-23T02:55:06.2761438Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_and_cuda PASSED [ 3%] 2022-11-23T02:55:06.2761847Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_not_cuda PASSED [ 3%] 2022-11-23T02:55:06.2762252Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_or_cuda PASSED [ 3%] 2022-11-23T02:55:06.2762877Z test_ops.py::TestCommonCUDA::test_dtypes_bitwise_xor_cuda PASSED [ 3%] 2022-11-23T02:55:06.2763282Z test_ops.py::TestCommonCUDA::test_dtypes_block_diag_cuda PASSED [ 3%] 2022-11-23T02:55:06.2763688Z test_ops.py::TestCommonCUDA::test_dtypes_broadcast_tensors_cuda PASSED [ 3%] 2022-11-23T02:55:06.2764104Z test_ops.py::TestCommonCUDA::test_dtypes_cdouble_cuda PASSED [ 3%] 2022-11-23T02:55:06.2764496Z test_ops.py::TestCommonCUDA::test_dtypes_cfloat_cuda PASSED [ 3%] 2022-11-23T02:55:06.2764894Z test_ops.py::TestCommonCUDA::test_dtypes_cholesky_cuda PASSED [ 3%] 2022-11-23T02:55:06.2765277Z test_ops.py::TestCommonCUDA::test_dtypes_cholesky_solve_cuda PASSED [ 3%] 2022-11-23T02:55:06.2765674Z test_ops.py::TestCommonCUDA::test_dtypes_chunk_cuda PASSED [ 3%] 2022-11-23T02:55:06.2766065Z test_ops.py::TestCommonCUDA::test_dtypes_clamp_cuda PASSED [ 3%] 2022-11-23T02:55:06.2766561Z test_ops.py::TestCommonCUDA::test_dtypes_clamp_max_cuda PASSED [ 3%] 2022-11-23T02:55:06.2766988Z test_ops.py::TestCommonCUDA::test_dtypes_column_stack_cuda PASSED [ 3%] 2022-11-23T02:55:06.2767396Z test_ops.py::TestCommonCUDA::test_dtypes_complex_cuda PASSED [ 3%] 2022-11-23T02:55:06.2767794Z test_ops.py::TestCommonCUDA::test_dtypes_conj_cuda PASSED [ 3%] 2022-11-23T02:55:06.2768331Z test_ops.py::TestCommonCUDA::test_dtypes_constant_pad_nd_cuda PASSED [ 3%] 2022-11-23T02:55:06.2768746Z test_ops.py::TestCommonCUDA::test_dtypes_contiguous_cuda PASSED [ 3%] 2022-11-23T02:55:06.2769159Z test_ops.py::TestCommonCUDA::test_dtypes_corrcoef_cuda PASSED [ 3%] 2022-11-23T02:55:06.2769779Z test_ops.py::TestCommonCUDA::test_dtypes_cos_cuda PASSED [ 3%] 2022-11-23T02:55:06.2770179Z test_ops.py::TestCommonCUDA::test_dtypes_cummin_cuda PASSED [ 3%] 2022-11-23T02:55:06.2770576Z test_ops.py::TestCommonCUDA::test_dtypes_cumsum_cuda PASSED [ 3%] 2022-11-23T02:55:06.2770954Z test_ops.py::TestCommonCUDA::test_dtypes_deg2rad_cuda PASSED [ 3%] 2022-11-23T02:55:06.2771345Z test_ops.py::TestCommonCUDA::test_dtypes_diag_cuda PASSED [ 3%] 2022-11-23T02:55:06.2771745Z test_ops.py::TestCommonCUDA::test_dtypes_diagflat_cuda PASSED [ 3%] 2022-11-23T02:55:06.2772146Z test_ops.py::TestCommonCUDA::test_dtypes_diagonal_copy_cuda PASSED [ 3%] 2022-11-23T02:55:06.2772557Z test_ops.py::TestCommonCUDA::test_dtypes_diagonal_scatter_cuda PASSED [ 3%] 2022-11-23T02:55:06.2772955Z test_ops.py::TestCommonCUDA::test_dtypes_diff_cuda PASSED [ 3%] 2022-11-23T02:55:06.2773328Z test_ops.py::TestCommonCUDA::test_dtypes_dist_cuda PASSED [ 3%] 2022-11-23T02:55:06.2773737Z test_ops.py::TestCommonCUDA::test_dtypes_div_no_rounding_mode_cuda PASSED [ 3%] 2022-11-23T02:55:06.2774160Z test_ops.py::TestCommonCUDA::test_dtypes_div_trunc_rounding_cuda PASSED [ 3%] 2022-11-23T02:55:06.2774565Z test_ops.py::TestCommonCUDA::test_dtypes_double_cuda PASSED [ 3%] 2022-11-23T02:55:06.2775111Z test_ops.py::TestCommonCUDA::test_dtypes_dstack_cuda PASSED [ 3%] 2022-11-23T02:55:06.2775520Z test_ops.py::TestCommonCUDA::test_dtypes_einsum_cuda PASSED [ 3%] 2022-11-23T02:55:06.2776133Z test_ops.py::TestCommonCUDA::test_dtypes_empty_like_cuda PASSED [ 3%] 2022-11-23T02:55:06.2776680Z test_ops.py::TestCommonCUDA::test_dtypes_eq_cuda PASSED [ 3%] 2022-11-23T02:55:06.2777080Z test_ops.py::TestCommonCUDA::test_dtypes_erfc_cuda PASSED [ 3%] 2022-11-23T02:55:06.2777469Z test_ops.py::TestCommonCUDA::test_dtypes_erfinv_cuda PASSED [ 3%] 2022-11-23T02:55:06.2777861Z test_ops.py::TestCommonCUDA::test_dtypes_exp2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2778250Z test_ops.py::TestCommonCUDA::test_dtypes_exp_cuda PASSED [ 3%] 2022-11-23T02:55:06.2778648Z test_ops.py::TestCommonCUDA::test_dtypes_expand_as_cuda PASSED [ 3%] 2022-11-23T02:55:06.2779030Z test_ops.py::TestCommonCUDA::test_dtypes_expand_cuda PASSED [ 3%] 2022-11-23T02:55:06.2779420Z test_ops.py::TestCommonCUDA::test_dtypes_expm1_cuda PASSED [ 3%] 2022-11-23T02:55:06.2779814Z test_ops.py::TestCommonCUDA::test_dtypes_eye_cuda PASSED [ 3%] 2022-11-23T02:55:06.2780206Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fft2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2780600Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2780996Z test_ops.py::TestCommonCUDA::test_dtypes_fft_fftshift_cuda PASSED [ 3%] 2022-11-23T02:55:06.2781382Z test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2781777Z test_ops.py::TestCommonCUDA::test_dtypes_fft_hfft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2782415Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2782829Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ifft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2783491Z test_ops.py::TestCommonCUDA::test_dtypes_fft_ihfft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2783906Z test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2784297Z test_ops.py::TestCommonCUDA::test_dtypes_fft_irfft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2784673Z test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft2_cuda PASSED [ 3%] 2022-11-23T02:55:06.2785061Z test_ops.py::TestCommonCUDA::test_dtypes_fft_rfft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2785452Z test_ops.py::TestCommonCUDA::test_dtypes_fill_cuda PASSED [ 3%] 2022-11-23T02:55:06.2785840Z test_ops.py::TestCommonCUDA::test_dtypes_flip_cuda PASSED [ 3%] 2022-11-23T02:55:06.2786235Z test_ops.py::TestCommonCUDA::test_dtypes_float_cuda PASSED [ 3%] 2022-11-23T02:55:06.2786625Z test_ops.py::TestCommonCUDA::test_dtypes_floor_cuda PASSED [ 3%] 2022-11-23T02:55:06.2786997Z test_ops.py::TestCommonCUDA::test_dtypes_fmod_cuda PASSED [ 3%] 2022-11-23T02:55:06.2787392Z test_ops.py::TestCommonCUDA::test_dtypes_frexp_cuda PASSED [ 3%] 2022-11-23T02:55:06.2787794Z test_ops.py::TestCommonCUDA::test_dtypes_gather_cuda PASSED [ 3%] 2022-11-23T02:55:06.2788308Z test_ops.py::TestCommonCUDA::test_dtypes_gcd_cuda PASSED [ 3%] 2022-11-23T02:55:06.2788812Z test_ops.py::TestCommonCUDA::test_dtypes_ge_cuda PASSED [ 3%] 2022-11-23T02:55:06.2789225Z test_ops.py::TestCommonCUDA::test_dtypes_half_cuda PASSED [ 3%] 2022-11-23T02:55:06.2789603Z test_ops.py::TestCommonCUDA::test_dtypes_heaviside_cuda PASSED [ 3%] 2022-11-23T02:55:06.2790129Z test_ops.py::TestCommonCUDA::test_dtypes_histc_cuda PASSED [ 3%] 2022-11-23T02:55:06.2790663Z test_ops.py::TestCommonCUDA::test_dtypes_histogramdd_cuda PASSED [ 3%] 2022-11-23T02:55:06.2791068Z test_ops.py::TestCommonCUDA::test_dtypes_hsplit_cuda PASSED [ 3%] 2022-11-23T02:55:06.2791461Z test_ops.py::TestCommonCUDA::test_dtypes_igamma_cuda PASSED [ 3%] 2022-11-23T02:55:06.2791979Z test_ops.py::TestCommonCUDA::test_dtypes_igammac_cuda PASSED [ 3%] 2022-11-23T02:55:06.2792367Z test_ops.py::TestCommonCUDA::test_dtypes_imag_cuda PASSED [ 3%] 2022-11-23T02:55:06.2792742Z test_ops.py::TestCommonCUDA::test_dtypes_index_copy_cuda PASSED [ 3%] 2022-11-23T02:55:06.2793139Z test_ops.py::TestCommonCUDA::test_dtypes_index_fill_cuda PASSED [ 3%] 2022-11-23T02:55:06.2793542Z test_ops.py::TestCommonCUDA::test_dtypes_index_put_cuda PASSED [ 3%] 2022-11-23T02:55:06.2793945Z test_ops.py::TestCommonCUDA::test_dtypes_index_select_cuda PASSED [ 3%] 2022-11-23T02:55:06.2794347Z test_ops.py::TestCommonCUDA::test_dtypes_inner_cuda PASSED [ 3%] 2022-11-23T02:55:06.2794742Z test_ops.py::TestCommonCUDA::test_dtypes_isclose_cuda PASSED [ 3%] 2022-11-23T02:55:06.2795122Z test_ops.py::TestCommonCUDA::test_dtypes_isposinf_cuda PASSED [ 3%] 2022-11-23T02:55:06.2795526Z test_ops.py::TestCommonCUDA::test_dtypes_istft_cuda PASSED [ 3%] 2022-11-23T02:55:06.2796104Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_2inputs_2outputs_cuda PASSED [ 3%] 2022-11-23T02:55:06.2796560Z test_ops.py::TestCommonCUDA::test_dtypes_jiterator_4inputs_with_extra_args_cuda PASSED [ 3%] 2022-11-23T02:55:06.2797119Z test_ops.py::TestCommonCUDA::test_dtypes_le_cuda PASSED [ 3%] 2022-11-23T02:55:06.2797636Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cond_cuda PASSED [ 3%] 2022-11-23T02:55:06.2798049Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_det_singular_cuda PASSED [ 3%] 2022-11-23T02:55:06.2798538Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigh_cuda PASSED [ 3%] 2022-11-23T02:55:06.2798961Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_eigvals_cuda PASSED [ 3%] 2022-11-23T02:55:06.2799394Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_householder_product_cuda PASSED [ 3%] 2022-11-23T02:55:06.2799823Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_cuda PASSED [ 3%] 2022-11-23T02:55:06.2800224Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_inv_ex_cuda PASSED [ 4%] 2022-11-23T02:55:06.2800635Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_cuda PASSED [ 4%] 2022-11-23T02:55:06.2801037Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_factor_ex_cuda PASSED [ 4%] 2022-11-23T02:55:06.2801454Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_ldl_solve_cuda PASSED [ 4%] 2022-11-23T02:55:06.2801858Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_lstsq_cuda PASSED [ 4%] 2022-11-23T02:55:06.2802269Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_multi_dot_cuda PASSED [ 4%] 2022-11-23T02:55:06.2802833Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2803280Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_norm_subgradients_at_zero_cuda PASSED [ 4%] 2022-11-23T02:55:06.2803837Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_cuda PASSED [ 4%] 2022-11-23T02:55:06.2804389Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_hermitian_cuda PASSED [ 4%] 2022-11-23T02:55:06.2804907Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_pinv_singular_cuda SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 4%] 2022-11-23T02:55:06.2805397Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_qr_cuda PASSED [ 4%] 2022-11-23T02:55:06.2805804Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_slogdet_cuda PASSED [ 4%] 2022-11-23T02:55:06.2806215Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_solve_ex_cuda PASSED [ 4%] 2022-11-23T02:55:06.2806641Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_tensorsolve_cuda PASSED [ 4%] 2022-11-23T02:55:06.2807040Z test_ops.py::TestCommonCUDA::test_dtypes_linspace_cuda PASSED [ 4%] 2022-11-23T02:55:06.2807434Z test_ops.py::TestCommonCUDA::test_dtypes_log10_cuda PASSED [ 4%] 2022-11-23T02:55:06.2807948Z test_ops.py::TestCommonCUDA::test_dtypes_log1p_cuda PASSED [ 4%] 2022-11-23T02:55:06.2808342Z test_ops.py::TestCommonCUDA::test_dtypes_log2_cuda PASSED [ 4%] 2022-11-23T02:55:06.2808731Z test_ops.py::TestCommonCUDA::test_dtypes_log_cuda PASSED [ 4%] 2022-11-23T02:55:06.2809190Z test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_cuda PASSED [ 4%] 2022-11-23T02:55:06.2809752Z test_ops.py::TestCommonCUDA::test_dtypes_log_softmax_with_dtype_cuda PASSED [ 4%] 2022-11-23T02:55:06.2810183Z test_ops.py::TestCommonCUDA::test_dtypes_logical_or_cuda PASSED [ 4%] 2022-11-23T02:55:06.2810692Z test_ops.py::TestCommonCUDA::test_dtypes_logit_cuda PASSED [ 4%] 2022-11-23T02:55:06.2811250Z test_ops.py::TestCommonCUDA::test_dtypes_logspace_cuda PASSED [ 4%] 2022-11-23T02:55:06.2811653Z test_ops.py::TestCommonCUDA::test_dtypes_lu_unpack_cuda PASSED [ 4%] 2022-11-23T02:55:06.2812055Z test_ops.py::TestCommonCUDA::test_dtypes_mH_cuda PASSED [ 4%] 2022-11-23T02:55:06.2812439Z test_ops.py::TestCommonCUDA::test_dtypes_mT_cuda PASSED [ 4%] 2022-11-23T02:55:06.2812815Z test_ops.py::TestCommonCUDA::test_dtypes_masked_amax_cuda PASSED [ 4%] 2022-11-23T02:55:06.2813215Z test_ops.py::TestCommonCUDA::test_dtypes_masked_argmax_cuda PASSED [ 4%] 2022-11-23T02:55:06.2813617Z test_ops.py::TestCommonCUDA::test_dtypes_masked_argmin_cuda PASSED [ 4%] 2022-11-23T02:55:06.2814022Z test_ops.py::TestCommonCUDA::test_dtypes_masked_cumprod_cuda PASSED [ 4%] 2022-11-23T02:55:06.2814574Z test_ops.py::TestCommonCUDA::test_dtypes_masked_cumsum_cuda PASSED [ 4%] 2022-11-23T02:55:06.2815005Z test_ops.py::TestCommonCUDA::test_dtypes_masked_normalize_cuda PASSED [ 4%] 2022-11-23T02:55:06.2815394Z test_ops.py::TestCommonCUDA::test_dtypes_masked_prod_cuda PASSED [ 4%] 2022-11-23T02:55:06.2815796Z test_ops.py::TestCommonCUDA::test_dtypes_masked_scatter_cuda PASSED [ 4%] 2022-11-23T02:55:06.2816207Z test_ops.py::TestCommonCUDA::test_dtypes_masked_select_cuda PASSED [ 4%] 2022-11-23T02:55:06.2816767Z test_ops.py::TestCommonCUDA::test_dtypes_matmul_cuda PASSED [ 4%] 2022-11-23T02:55:06.2817163Z test_ops.py::TestCommonCUDA::test_dtypes_max_binary_cuda PASSED [ 4%] 2022-11-23T02:55:06.2817723Z test_ops.py::TestCommonCUDA::test_dtypes_max_pool2d_with_indices_backward_cuda PASSED [ 4%] 2022-11-23T02:55:06.2818313Z test_ops.py::TestCommonCUDA::test_dtypes_max_reduction_with_dim_cuda PASSED [ 4%] 2022-11-23T02:55:06.2818730Z test_ops.py::TestCommonCUDA::test_dtypes_maximum_cuda PASSED [ 4%] 2022-11-23T02:55:06.2819126Z test_ops.py::TestCommonCUDA::test_dtypes_median_cuda PASSED [ 4%] 2022-11-23T02:55:06.2819545Z test_ops.py::TestCommonCUDA::test_dtypes_meshgrid_list_of_tensors_cuda PASSED [ 4%] 2022-11-23T02:55:06.2819980Z test_ops.py::TestCommonCUDA::test_dtypes_min_reduction_with_dim_cuda PASSED [ 4%] 2022-11-23T02:55:06.2820400Z test_ops.py::TestCommonCUDA::test_dtypes_mode_cuda PASSED [ 4%] 2022-11-23T02:55:06.2820794Z test_ops.py::TestCommonCUDA::test_dtypes_mul_cuda PASSED [ 4%] 2022-11-23T02:55:06.2821180Z test_ops.py::TestCommonCUDA::test_dtypes_multinomial_cuda PASSED [ 4%] 2022-11-23T02:55:06.2821583Z test_ops.py::TestCommonCUDA::test_dtypes_mv_cuda PASSED [ 4%] 2022-11-23T02:55:06.2821989Z test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_1_cuda PASSED [ 4%] 2022-11-23T02:55:06.2822420Z test_ops.py::TestCommonCUDA::test_dtypes_mvlgamma_mvlgamma_p_3_cuda PASSED [ 4%] 2022-11-23T02:55:06.2822844Z test_ops.py::TestCommonCUDA::test_dtypes_nan_to_num_cuda PASSED [ 4%] 2022-11-23T02:55:06.2823400Z test_ops.py::TestCommonCUDA::test_dtypes_nanmedian_cuda PASSED [ 4%] 2022-11-23T02:55:06.2823804Z test_ops.py::TestCommonCUDA::test_dtypes_nanquantile_cuda PASSED [ 4%] 2022-11-23T02:55:06.2824469Z test_ops.py::TestCommonCUDA::test_dtypes_nansum_cuda PASSED [ 4%] 2022-11-23T02:55:06.2825021Z test_ops.py::TestCommonCUDA::test_dtypes_narrow_copy_cuda PASSED [ 4%] 2022-11-23T02:55:06.2825432Z test_ops.py::TestCommonCUDA::test_dtypes_native_layer_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2825835Z test_ops.py::TestCommonCUDA::test_dtypes_ne_cuda PASSED [ 4%] 2022-11-23T02:55:06.2826229Z test_ops.py::TestCommonCUDA::test_dtypes_neg_cuda PASSED [ 4%] 2022-11-23T02:55:06.2826619Z test_ops.py::TestCommonCUDA::test_dtypes_new_empty_strided_cuda PASSED [ 4%] 2022-11-23T02:55:06.2827111Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional__scaled_dot_product_attention_cuda SKIPPED (Skipped!) [ 4%] 2022-11-23T02:55:06.2827612Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool2d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2828087Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_avg_pool3d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2828568Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_adaptive_max_pool1d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2829020Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool2d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2829458Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_avg_pool3d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2829904Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_batch_norm_without_cudnn_cuda PASSED [ 4%] 2022-11-23T02:55:06.2830535Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_celu_cuda PASSED [ 4%] 2022-11-23T02:55:06.2831064Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv2d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2831812Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_conv_transpose1d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2832287Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_cosine_similarity_cuda PASSED [ 4%] 2022-11-23T02:55:06.2832750Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_dropout_cuda PASSED [ 4%] 2022-11-23T02:55:06.2833190Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_elu_cuda PASSED [ 4%] 2022-11-23T02:55:06.2833611Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_embedding_bag_cuda PASSED [ 4%] 2022-11-23T02:55:06.2834091Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cuda PASSED [ 4%] 2022-11-23T02:55:06.2834611Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cuda PASSED [ 4%] 2022-11-23T02:55:06.2835113Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_fractional_max_pool3d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2835580Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_grid_sample_cuda PASSED [ 4%] 2022-11-23T02:55:06.2836028Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_group_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2836469Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardshrink_cuda PASSED [ 4%] 2022-11-23T02:55:06.2836903Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardsigmoid_cuda PASSED [ 4%] 2022-11-23T02:55:06.2837495Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_hardswish_cuda PASSED [ 4%] 2022-11-23T02:55:06.2837939Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_huber_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2838690Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_bilinear_cuda PASSED [ 4%] 2022-11-23T02:55:06.2839178Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_nearest_cuda PASSED [ 4%] 2022-11-23T02:55:06.2839669Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_interpolate_trilinear_cuda PASSED [ 4%] 2022-11-23T02:55:06.2840108Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_kl_div_cuda PASSED [ 4%] 2022-11-23T02:55:06.2840541Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_layer_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2840978Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_linear_cuda PASSED [ 4%] 2022-11-23T02:55:06.2841565Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_local_response_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2842028Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_logsigmoid_cuda PASSED [ 4%] 2022-11-23T02:55:06.2842632Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool1d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2843062Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_pool3d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2843486Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2844097Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool1d_grad_cuda PASSED [ 4%] 2022-11-23T02:55:06.2844570Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool2d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2845161Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_max_unpool3d_cuda PASSED [ 4%] 2022-11-23T02:55:06.2845785Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_mse_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2846244Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multi_margin_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2846734Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_multilabel_soft_margin_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2847212Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_normalize_cuda PASSED [ 4%] 2022-11-23T02:55:06.2847636Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_one_hot_cuda PASSED [ 4%] 2022-11-23T02:55:06.2848085Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_constant_cuda PASSED [ 4%] 2022-11-23T02:55:06.2848640Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pad_replicate_cuda PASSED [ 4%] 2022-11-23T02:55:06.2849120Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pdist_cuda PASSED [ 4%] 2022-11-23T02:55:06.2849571Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_shuffle_cuda PASSED [ 4%] 2022-11-23T02:55:06.2850044Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_pixel_unshuffle_cuda PASSED [ 4%] 2022-11-23T02:55:06.2850489Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_poisson_nll_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2851108Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu6_cuda PASSED [ 4%] 2022-11-23T02:55:06.2851552Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_relu_cuda PASSED [ 4%] 2022-11-23T02:55:06.2852166Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_rrelu_cuda PASSED [ 4%] 2022-11-23T02:55:06.2852802Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_selu_cuda PASSED [ 4%] 2022-11-23T02:55:06.2853247Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_silu_cuda PASSED [ 4%] 2022-11-23T02:55:06.2853703Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_soft_margin_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2854137Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_cuda PASSED [ 4%] 2022-11-23T02:55:06.2854605Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softmin_with_dtype_cuda PASSED [ 4%] 2022-11-23T02:55:06.2855075Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softshrink_cuda PASSED [ 4%] 2022-11-23T02:55:06.2855523Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_softsign_cuda PASSED [ 4%] 2022-11-23T02:55:06.2855983Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_tanhshrink_cuda PASSED [ 4%] 2022-11-23T02:55:06.2856449Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2856922Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cuda PASSED [ 4%] 2022-11-23T02:55:06.2857421Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_bilinear_cuda PASSED [ 4%] 2022-11-23T02:55:06.2858182Z test_ops.py::TestCommonCUDA::test_dtypes_nn_functional_upsample_nearest_cuda PASSED [ 4%] 2022-11-23T02:55:06.2858633Z test_ops.py::TestCommonCUDA::test_dtypes_nonzero_cuda PASSED [ 4%] 2022-11-23T02:55:06.2859439Z test_ops.py::TestCommonCUDA::test_dtypes_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2859845Z test_ops.py::TestCommonCUDA::test_dtypes_norm_fro_cuda PASSED [ 4%] 2022-11-23T02:55:06.2860245Z test_ops.py::TestCommonCUDA::test_dtypes_norm_nuc_cuda PASSED [ 4%] 2022-11-23T02:55:06.2860630Z test_ops.py::TestCommonCUDA::test_dtypes_normal_cuda PASSED [ 4%] 2022-11-23T02:55:06.2861029Z test_ops.py::TestCommonCUDA::test_dtypes_ones_cuda PASSED [ 4%] 2022-11-23T02:55:06.2861458Z test_ops.py::TestCommonCUDA::test_dtypes_ops_nvprims_native_batch_norm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2861884Z test_ops.py::TestCommonCUDA::test_dtypes_ormqr_cuda PASSED [ 4%] 2022-11-23T02:55:06.2862283Z test_ops.py::TestCommonCUDA::test_dtypes_outer_cuda PASSED [ 4%] 2022-11-23T02:55:06.2862686Z test_ops.py::TestCommonCUDA::test_dtypes_permute_cuda PASSED [ 4%] 2022-11-23T02:55:06.2863072Z test_ops.py::TestCommonCUDA::test_dtypes_polar_cuda PASSED [ 4%] 2022-11-23T02:55:06.2863496Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_0_cuda PASSED [ 4%] 2022-11-23T02:55:06.2863954Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_2_cuda SKIPPED (Skipped!) [ 4%] 2022-11-23T02:55:06.2864427Z test_ops.py::TestCommonCUDA::test_dtypes_polygamma_polygamma_n_3_cuda SKIPPED (Skipped!) [ 4%] 2022-11-23T02:55:06.2865027Z test_ops.py::TestCommonCUDA::test_dtypes_positive_cuda PASSED [ 4%] 2022-11-23T02:55:06.2865535Z test_ops.py::TestCommonCUDA::test_dtypes_pow_cuda PASSED [ 4%] 2022-11-23T02:55:06.2866248Z test_ops.py::TestCommonCUDA::test_dtypes_prod_cuda PASSED [ 4%] 2022-11-23T02:55:06.2866637Z test_ops.py::TestCommonCUDA::test_dtypes_put_cuda PASSED [ 4%] 2022-11-23T02:55:06.2867074Z test_ops.py::TestCommonCUDA::test_dtypes_randint_cuda PASSED [ 4%] 2022-11-23T02:55:06.2867827Z test_ops.py::TestCommonCUDA::test_dtypes_randn_cuda PASSED [ 4%] 2022-11-23T02:55:06.2868621Z test_ops.py::TestCommonCUDA::test_dtypes_randn_like_cuda PASSED [ 4%] 2022-11-23T02:55:06.2869413Z test_ops.py::TestCommonCUDA::test_dtypes_ravel_cuda PASSED [ 4%] 2022-11-23T02:55:06.2870198Z test_ops.py::TestCommonCUDA::test_dtypes_renorm_cuda PASSED [ 4%] 2022-11-23T02:55:06.2870997Z test_ops.py::TestCommonCUDA::test_dtypes_repeat_interleave_cuda PASSED [ 5%] 2022-11-23T02:55:06.2871985Z test_ops.py::TestCommonCUDA::test_dtypes_reshape_as_cuda PASSED [ 5%] 2022-11-23T02:55:06.2872899Z test_ops.py::TestCommonCUDA::test_dtypes_reshape_cuda PASSED [ 5%] 2022-11-23T02:55:06.2873459Z test_ops.py::TestCommonCUDA::test_dtypes_resize_as__cuda XFAIL [ 5%] 2022-11-23T02:55:06.2873874Z test_ops.py::TestCommonCUDA::test_dtypes_round_cuda PASSED [ 5%] 2022-11-23T02:55:06.2874286Z test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2874714Z test_ops.py::TestCommonCUDA::test_dtypes_round_decimals_neg_3_cuda SKIPPED (Skipped!) [ 5%] 2022-11-23T02:55:06.2875156Z test_ops.py::TestCommonCUDA::test_dtypes_rsqrt_cuda PASSED [ 5%] 2022-11-23T02:55:06.2875556Z test_ops.py::TestCommonCUDA::test_dtypes_rsub_cuda PASSED [ 5%] 2022-11-23T02:55:06.2875965Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_amin_cuda PASSED [ 5%] 2022-11-23T02:55:06.2876538Z test_ops.py::TestCommonCUDA::test_dtypes_scatter_reduce_mean_cuda PASSED [ 5%] 2022-11-23T02:55:06.2876988Z test_ops.py::TestCommonCUDA::test_dtypes_segment_reduce_offsets_cuda PASSED [ 5%] 2022-11-23T02:55:06.2877412Z test_ops.py::TestCommonCUDA::test_dtypes_select_cuda PASSED [ 5%] 2022-11-23T02:55:06.2877794Z test_ops.py::TestCommonCUDA::test_dtypes_sgn_cuda PASSED [ 5%] 2022-11-23T02:55:06.2878358Z test_ops.py::TestCommonCUDA::test_dtypes_sign_cuda PASSED [ 5%] 2022-11-23T02:55:06.2878919Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_cosine_cuda PASSED [ 5%] 2022-11-23T02:55:06.2879372Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_exponential_cuda PASSED [ 5%] 2022-11-23T02:55:06.2879928Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_gaussian_cuda PASSED [ 5%] 2022-11-23T02:55:06.2880506Z test_ops.py::TestCommonCUDA::test_dtypes_signal_windows_kaiser_cuda PASSED [ 5%] 2022-11-23T02:55:06.2880904Z test_ops.py::TestCommonCUDA::test_dtypes_signbit_cuda PASSED [ 5%] 2022-11-23T02:55:06.2881310Z test_ops.py::TestCommonCUDA::test_dtypes_sin_cuda PASSED [ 5%] 2022-11-23T02:55:06.2881710Z test_ops.py::TestCommonCUDA::test_dtypes_slice_scatter_cuda PASSED [ 5%] 2022-11-23T02:55:06.2882115Z test_ops.py::TestCommonCUDA::test_dtypes_softmax_cuda PASSED [ 5%] 2022-11-23T02:55:06.2882541Z test_ops.py::TestCommonCUDA::test_dtypes_sparse_sampled_addmm_cuda PASSED [ 5%] 2022-11-23T02:55:06.2882967Z test_ops.py::TestCommonCUDA::test_dtypes_special_airy_ai_cuda PASSED [ 5%] 2022-11-23T02:55:06.2883364Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_j0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2883782Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2884193Z test_ops.py::TestCommonCUDA::test_dtypes_special_bessel_y1_cuda PASSED [ 5%] 2022-11-23T02:55:06.2884939Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_t_cuda PASSED [ 5%] 2022-11-23T02:55:06.2907624Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2908497Z test_ops.py::TestCommonCUDA::test_dtypes_special_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2909027Z test_ops.py::TestCommonCUDA::test_dtypes_special_entr_cuda PASSED [ 5%] 2022-11-23T02:55:06.2909605Z test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_h_cuda PASSED [ 5%] 2022-11-23T02:55:06.2910059Z test_ops.py::TestCommonCUDA::test_dtypes_special_hermite_polynomial_he_cuda PASSED [ 5%] 2022-11-23T02:55:06.2910514Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_i0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2910962Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2911409Z test_ops.py::TestCommonCUDA::test_dtypes_special_modified_bessel_k1_cuda PASSED [ 5%] 2022-11-23T02:55:06.2911846Z test_ops.py::TestCommonCUDA::test_dtypes_special_ndtri_cuda PASSED [ 5%] 2022-11-23T02:55:06.2912499Z test_ops.py::TestCommonCUDA::test_dtypes_special_polygamma_special_polygamma_n_0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2912961Z test_ops.py::TestCommonCUDA::test_dtypes_special_scaled_modified_bessel_k0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2914001Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_t_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2914907Z test_ops.py::TestCommonCUDA::test_dtypes_special_shifted_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2915590Z test_ops.py::TestCommonCUDA::test_dtypes_special_spherical_bessel_j0_cuda PASSED [ 5%] 2022-11-23T02:55:06.2916237Z test_ops.py::TestCommonCUDA::test_dtypes_special_zeta_cuda PASSED [ 5%] 2022-11-23T02:55:06.2916806Z test_ops.py::TestCommonCUDA::test_dtypes_split_list_args_cuda PASSED [ 5%] 2022-11-23T02:55:06.2917271Z test_ops.py::TestCommonCUDA::test_dtypes_split_with_sizes_cuda PASSED [ 5%] 2022-11-23T02:55:06.2917816Z test_ops.py::TestCommonCUDA::test_dtypes_squeeze_cuda PASSED [ 5%] 2022-11-23T02:55:06.2918372Z test_ops.py::TestCommonCUDA::test_dtypes_stack_cuda PASSED [ 5%] 2022-11-23T02:55:06.2919155Z test_ops.py::TestCommonCUDA::test_dtypes_std_mean_cuda PASSED [ 5%] 2022-11-23T02:55:06.2919681Z test_ops.py::TestCommonCUDA::test_dtypes_stft_cuda PASSED [ 5%] 2022-11-23T02:55:06.2920276Z test_ops.py::TestCommonCUDA::test_dtypes_sum_cuda PASSED [ 5%] 2022-11-23T02:55:06.2920804Z test_ops.py::TestCommonCUDA::test_dtypes_sum_to_size_cuda PASSED [ 5%] 2022-11-23T02:55:06.2921395Z test_ops.py::TestCommonCUDA::test_dtypes_svd_cuda PASSED [ 5%] 2022-11-23T02:55:06.2921891Z test_ops.py::TestCommonCUDA::test_dtypes_t_cuda PASSED [ 5%] 2022-11-23T02:55:06.2922311Z test_ops.py::TestCommonCUDA::test_dtypes_take_along_dim_cuda PASSED [ 5%] 2022-11-23T02:55:06.2922900Z test_ops.py::TestCommonCUDA::test_dtypes_tan_cuda PASSED [ 5%] 2022-11-23T02:55:06.2923424Z test_ops.py::TestCommonCUDA::test_dtypes_tile_cuda PASSED [ 5%] 2022-11-23T02:55:06.2924037Z test_ops.py::TestCommonCUDA::test_dtypes_to_cuda PASSED [ 5%] 2022-11-23T02:55:06.2924573Z test_ops.py::TestCommonCUDA::test_dtypes_topk_cuda PASSED [ 5%] 2022-11-23T02:55:06.2924958Z test_ops.py::TestCommonCUDA::test_dtypes_trace_cuda PASSED [ 5%] 2022-11-23T02:55:06.2925540Z test_ops.py::TestCommonCUDA::test_dtypes_trapezoid_cuda PASSED [ 5%] 2022-11-23T02:55:06.2926074Z test_ops.py::TestCommonCUDA::test_dtypes_trapz_cuda PASSED [ 5%] 2022-11-23T02:55:06.2926685Z test_ops.py::TestCommonCUDA::test_dtypes_tril_indices_cuda PASSED [ 5%] 2022-11-23T02:55:06.2927329Z test_ops.py::TestCommonCUDA::test_dtypes_triu_indices_cuda PASSED [ 5%] 2022-11-23T02:55:06.2927961Z test_ops.py::TestCommonCUDA::test_dtypes_true_divide_cuda PASSED [ 5%] 2022-11-23T02:55:06.2928457Z test_ops.py::TestCommonCUDA::test_dtypes_trunc_cuda PASSED [ 5%] 2022-11-23T02:55:06.2928880Z test_ops.py::TestCommonCUDA::test_dtypes_unbind_cuda PASSED [ 5%] 2022-11-23T02:55:06.2929468Z test_ops.py::TestCommonCUDA::test_dtypes_unflatten_cuda PASSED [ 5%] 2022-11-23T02:55:06.2929997Z test_ops.py::TestCommonCUDA::test_dtypes_unique_cuda PASSED [ 5%] 2022-11-23T02:55:06.2930495Z test_ops.py::TestCommonCUDA::test_dtypes_var_cuda PASSED [ 5%] 2022-11-23T02:55:06.2931098Z test_ops.py::TestCommonCUDA::test_dtypes_vdot_cuda PASSED [ 5%] 2022-11-23T02:55:06.2931886Z test_ops.py::TestCommonCUDA::test_dtypes_view_as_complex_cuda PASSED [ 5%] 2022-11-23T02:55:06.2932630Z test_ops.py::TestCommonCUDA::test_dtypes_view_as_cuda PASSED [ 5%] 2022-11-23T02:55:06.2933408Z test_ops.py::TestCommonCUDA::test_dtypes_view_copy_cuda PASSED [ 5%] 2022-11-23T02:55:06.2934195Z test_ops.py::TestCommonCUDA::test_dtypes_view_cuda PASSED [ 5%] 2022-11-23T02:55:06.2935091Z test_ops.py::TestCommonCUDA::test_dtypes_zeros_cuda PASSED [ 5%] 2022-11-23T02:55:06.2935516Z test_ops.py::TestCommonCUDA::test_errors_T_cuda PASSED [ 5%] 2022-11-23T02:55:06.2936022Z test_ops.py::TestCommonCUDA::test_errors___rand___cuda PASSED [ 5%] 2022-11-23T02:55:06.2936519Z test_ops.py::TestCommonCUDA::test_errors___rmod___cuda PASSED [ 5%] 2022-11-23T02:55:06.2937021Z test_ops.py::TestCommonCUDA::test_errors___ror___cuda PASSED [ 5%] 2022-11-23T02:55:06.2937426Z test_ops.py::TestCommonCUDA::test_errors_add_cuda PASSED [ 5%] 2022-11-23T02:55:06.2937945Z test_ops.py::TestCommonCUDA::test_errors_aminmax_cuda PASSED [ 5%] 2022-11-23T02:55:06.2938462Z test_ops.py::TestCommonCUDA::test_errors_arange_cuda PASSED [ 5%] 2022-11-23T02:55:06.2938960Z test_ops.py::TestCommonCUDA::test_errors_as_strided_scatter_cuda PASSED [ 5%] 2022-11-23T02:55:06.2939373Z test_ops.py::TestCommonCUDA::test_errors_bitwise_and_cuda PASSED [ 5%] 2022-11-23T02:55:06.2940035Z test_ops.py::TestCommonCUDA::test_errors_cat_cuda PASSED [ 5%] 2022-11-23T02:55:06.2940550Z test_ops.py::TestCommonCUDA::test_errors_clamp_max_cuda XFAIL [ 5%] 2022-11-23T02:55:06.2941053Z test_ops.py::TestCommonCUDA::test_errors_clamp_min_cuda XFAIL [ 5%] 2022-11-23T02:55:06.2941460Z test_ops.py::TestCommonCUDA::test_errors_diagonal_cuda PASSED [ 5%] 2022-11-23T02:55:06.2941984Z test_ops.py::TestCommonCUDA::test_errors_div_floor_rounding_cuda PASSED [ 5%] 2022-11-23T02:55:06.2942511Z test_ops.py::TestCommonCUDA::test_errors_div_trunc_rounding_cuda PASSED [ 5%] 2022-11-23T02:55:06.2943019Z test_ops.py::TestCommonCUDA::test_errors_dsplit_cuda PASSED [ 5%] 2022-11-23T02:55:06.2943420Z test_ops.py::TestCommonCUDA::test_errors_eye_cuda PASSED [ 5%] 2022-11-23T02:55:06.2943941Z test_ops.py::TestCommonCUDA::test_errors_fliplr_cuda PASSED [ 5%] 2022-11-23T02:55:06.2944458Z test_ops.py::TestCommonCUDA::test_errors_flipud_cuda PASSED [ 5%] 2022-11-23T02:55:06.2944863Z test_ops.py::TestCommonCUDA::test_errors_float_power_cuda PASSED [ 5%] 2022-11-23T02:55:06.2945387Z test_ops.py::TestCommonCUDA::test_errors_fmax_cuda PASSED [ 5%] 2022-11-23T02:55:06.2945874Z test_ops.py::TestCommonCUDA::test_errors_fmod_cuda PASSED [ 5%] 2022-11-23T02:55:06.2946348Z test_ops.py::TestCommonCUDA::test_errors_gcd_cuda PASSED [ 5%] 2022-11-23T02:55:06.2946762Z test_ops.py::TestCommonCUDA::test_errors_ge_cuda PASSED [ 5%] 2022-11-23T02:55:06.2947358Z test_ops.py::TestCommonCUDA::test_errors_gt_cuda PASSED [ 5%] 2022-11-23T02:55:06.2947909Z test_ops.py::TestCommonCUDA::test_errors_heaviside_cuda PASSED [ 5%] 2022-11-23T02:55:06.2948427Z test_ops.py::TestCommonCUDA::test_errors_igamma_cuda PASSED [ 5%] 2022-11-23T02:55:06.2948821Z test_ops.py::TestCommonCUDA::test_errors_igammac_cuda PASSED [ 5%] 2022-11-23T02:55:06.2949345Z test_ops.py::TestCommonCUDA::test_errors_index_select_cuda PASSED [ 5%] 2022-11-23T02:55:06.2949889Z test_ops.py::TestCommonCUDA::test_errors_jiterator_binary_return_by_ref_cuda PASSED [ 5%] 2022-11-23T02:55:06.2950424Z test_ops.py::TestCommonCUDA::test_errors_kthvalue_cuda PASSED [ 5%] 2022-11-23T02:55:06.2950827Z test_ops.py::TestCommonCUDA::test_errors_lcm_cuda PASSED [ 5%] 2022-11-23T02:55:06.2951347Z test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_cuda PASSED [ 5%] 2022-11-23T02:55:06.2951892Z test_ops.py::TestCommonCUDA::test_errors_linalg_lstsq_grad_oriented_cuda PASSED [ 5%] 2022-11-23T02:55:06.2952411Z test_ops.py::TestCommonCUDA::test_errors_logspace_cuda PASSED [ 5%] 2022-11-23T02:55:06.2952813Z test_ops.py::TestCommonCUDA::test_errors_lt_cuda PASSED [ 5%] 2022-11-23T02:55:06.2953336Z test_ops.py::TestCommonCUDA::test_errors_masked_fill_cuda PASSED [ 5%] 2022-11-23T02:55:06.2953858Z test_ops.py::TestCommonCUDA::test_errors_maximum_cuda PASSED [ 5%] 2022-11-23T02:55:06.2954357Z test_ops.py::TestCommonCUDA::test_errors_multinomial_cuda PASSED [ 5%] 2022-11-23T02:55:06.2954774Z test_ops.py::TestCommonCUDA::test_errors_neg_cuda PASSED [ 5%] 2022-11-23T02:55:06.2955288Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_avg_pool3d_cuda PASSED [ 5%] 2022-11-23T02:55:06.2955723Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv1d_cuda PASSED [ 5%] 2022-11-23T02:55:06.2956154Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_conv2d_cuda PASSED [ 5%] 2022-11-23T02:55:06.2956600Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_gaussian_nll_loss_cuda PASSED [ 5%] 2022-11-23T02:55:06.2957065Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_hinge_embedding_loss_cuda PASSED [ 5%] 2022-11-23T02:55:06.2957534Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_margin_ranking_loss_cuda PASSED [ 5%] 2022-11-23T02:55:06.2958764Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_max_pool3d_cuda PASSED [ 5%] 2022-11-23T02:55:06.2959184Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_rrelu_cuda PASSED [ 5%] 2022-11-23T02:55:06.2959623Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_soft_margin_loss_cuda PASSED [ 5%] 2022-11-23T02:55:06.2960074Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_softshrink_cuda PASSED [ 5%] 2022-11-23T02:55:06.2960704Z test_ops.py::TestCommonCUDA::test_errors_nn_functional_triplet_margin_loss_cuda PASSED [ 5%] 2022-11-23T02:55:06.2961143Z test_ops.py::TestCommonCUDA::test_errors_polar_cuda PASSED [ 5%] 2022-11-23T02:55:06.2961690Z test_ops.py::TestCommonCUDA::test_errors_remainder_cuda PASSED [ 5%] 2022-11-23T02:55:06.2962203Z test_ops.py::TestCommonCUDA::test_errors_rsub_cuda PASSED [ 5%] 2022-11-23T02:55:06.2962765Z test_ops.py::TestCommonCUDA::test_errors_signal_windows_exponential_cuda PASSED [ 5%] 2022-11-23T02:55:06.2963232Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_t_cuda PASSED [ 5%] 2022-11-23T02:55:06.2963791Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2964408Z test_ops.py::TestCommonCUDA::test_errors_special_chebyshev_polynomial_w_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2964946Z test_ops.py::TestCommonCUDA::test_errors_special_hermite_polynomial_he_cuda PASSED [ 5%] 2022-11-23T02:55:06.2965512Z test_ops.py::TestCommonCUDA::test_errors_special_laguerre_polynomial_l_cuda PASSED [ 5%] 2022-11-23T02:55:06.2966101Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_u_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2966733Z test_ops.py::TestCommonCUDA::test_errors_special_shifted_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T02:55:06.2967253Z test_ops.py::TestCommonCUDA::test_errors_special_zeta_cuda PASSED [ 5%] 2022-11-23T02:55:06.2967665Z test_ops.py::TestCommonCUDA::test_errors_sum_to_size_cuda PASSED [ 5%] 2022-11-23T02:55:06.2968221Z test_ops.py::TestCommonCUDA::test_errors_take_cuda PASSED [ 5%] 2022-11-23T02:55:06.2968620Z test_ops.py::TestCommonCUDA::test_errors_trace_cuda PASSED [ 5%] 2022-11-23T02:55:06.2969020Z test_ops.py::TestCommonCUDA::test_errors_triu_cuda PASSED [ 5%] 2022-11-23T02:55:06.2969675Z test_ops.py::TestCommonCUDA::test_errors_uniform_cuda PASSED [ 5%] 2022-11-23T02:55:06.2970061Z test_ops.py::TestCommonCUDA::test_errors_view_cuda PASSED [ 5%] 2022-11-23T02:55:06.2970457Z test_ops.py::TestCommonCUDA::test_errors_vsplit_cuda PASSED [ 5%] 2022-11-23T02:55:06.2970864Z test_ops.py::TestCommonCUDA::test_errors_vstack_cuda PASSED [ 6%] 2022-11-23T02:55:06.2971258Z test_ops.py::TestCommonCUDA::test_errors_where_cuda PASSED [ 6%] 2022-11-23T02:55:06.2971712Z test_ops.py::TestCommonCUDA::test_multiple_devices_H_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2972224Z test_ops.py::TestCommonCUDA::test_multiple_devices_T_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2972731Z test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2973267Z test_ops.py::TestCommonCUDA::test_multiple_devices___getitem___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2973786Z test_ops.py::TestCommonCUDA::test_multiple_devices___rand___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2974304Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2975077Z test_ops.py::TestCommonCUDA::test_multiple_devices___rmod___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2975605Z test_ops.py::TestCommonCUDA::test_multiple_devices___ror___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2976348Z test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2976981Z test_ops.py::TestCommonCUDA::test_multiple_devices___rpow___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2977481Z test_ops.py::TestCommonCUDA::test_multiple_devices___rsub___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2977983Z test_ops.py::TestCommonCUDA::test_multiple_devices___rxor___cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2978503Z test_ops.py::TestCommonCUDA::test_multiple_devices_acos_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2979022Z test_ops.py::TestCommonCUDA::test_multiple_devices_acosh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2979537Z test_ops.py::TestCommonCUDA::test_multiple_devices_add_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2980050Z test_ops.py::TestCommonCUDA::test_multiple_devices_addbmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2980574Z test_ops.py::TestCommonCUDA::test_multiple_devices_addcmul_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2981204Z test_ops.py::TestCommonCUDA::test_multiple_devices_addmm_decomposed_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2981748Z test_ops.py::TestCommonCUDA::test_multiple_devices_addmv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2982265Z test_ops.py::TestCommonCUDA::test_multiple_devices_all_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2982782Z test_ops.py::TestCommonCUDA::test_multiple_devices_amin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2983295Z test_ops.py::TestCommonCUDA::test_multiple_devices_angle_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2983806Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2984319Z test_ops.py::TestCommonCUDA::test_multiple_devices_argmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2984840Z test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2985341Z test_ops.py::TestCommonCUDA::test_multiple_devices_argsort_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2985860Z test_ops.py::TestCommonCUDA::test_multiple_devices_argwhere_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2986380Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2986917Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2987616Z test_ops.py::TestCommonCUDA::test_multiple_devices_as_strided_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2988150Z test_ops.py::TestCommonCUDA::test_multiple_devices_asin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2988925Z test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2989447Z test_ops.py::TestCommonCUDA::test_multiple_devices_asinh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2990045Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2990557Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2991067Z test_ops.py::TestCommonCUDA::test_multiple_devices_atan_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2991584Z test_ops.py::TestCommonCUDA::test_multiple_devices_baddbmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2992113Z test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2992633Z test_ops.py::TestCommonCUDA::test_multiple_devices_bfloat16_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2993144Z test_ops.py::TestCommonCUDA::test_multiple_devices_bincount_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2993669Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_left_shift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2994186Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_not_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2994709Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_or_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2995236Z test_ops.py::TestCommonCUDA::test_multiple_devices_bitwise_xor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2995831Z test_ops.py::TestCommonCUDA::test_multiple_devices_bool_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2996389Z test_ops.py::TestCommonCUDA::test_multiple_devices_broadcast_shapes_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2996931Z test_ops.py::TestCommonCUDA::test_multiple_devices_bucketize_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2997453Z test_ops.py::TestCommonCUDA::test_multiple_devices_byte_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2997972Z test_ops.py::TestCommonCUDA::test_multiple_devices_cartesian_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2998483Z test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2998993Z test_ops.py::TestCommonCUDA::test_multiple_devices_cat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.2999513Z test_ops.py::TestCommonCUDA::test_multiple_devices_cdist_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3000038Z test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3000554Z test_ops.py::TestCommonCUDA::test_multiple_devices_cdouble_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3001076Z test_ops.py::TestCommonCUDA::test_multiple_devices_chalf_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3001587Z test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3002080Z test_ops.py::TestCommonCUDA::test_multiple_devices_char_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3002603Z test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3003142Z test_ops.py::TestCommonCUDA::test_multiple_devices_cholesky_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3003669Z test_ops.py::TestCommonCUDA::test_multiple_devices_chunk_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3004316Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3004958Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3005613Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_max_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3006250Z test_ops.py::TestCommonCUDA::test_multiple_devices_clamp_min_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3006746Z test_ops.py::TestCommonCUDA::test_multiple_devices_clone_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3007264Z test_ops.py::TestCommonCUDA::test_multiple_devices_column_stack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3007803Z test_ops.py::TestCommonCUDA::test_multiple_devices_combinations_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3008331Z test_ops.py::TestCommonCUDA::test_multiple_devices_conj_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3008864Z test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3009410Z test_ops.py::TestCommonCUDA::test_multiple_devices_constant_pad_nd_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3009943Z test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3010473Z test_ops.py::TestCommonCUDA::test_multiple_devices_contiguous_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3011067Z test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3011619Z test_ops.py::TestCommonCUDA::test_multiple_devices_copysign_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3012133Z test_ops.py::TestCommonCUDA::test_multiple_devices_cos_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3012652Z test_ops.py::TestCommonCUDA::test_multiple_devices_count_nonzero_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3013168Z test_ops.py::TestCommonCUDA::test_multiple_devices_cov_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3013679Z test_ops.py::TestCommonCUDA::test_multiple_devices_cross_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3014241Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3014763Z test_ops.py::TestCommonCUDA::test_multiple_devices_cummin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3015264Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumprod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3015785Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3016296Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumsum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3016834Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3017397Z test_ops.py::TestCommonCUDA::test_multiple_devices_cumulative_trapezoid_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3017935Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3018456Z test_ops.py::TestCommonCUDA::test_multiple_devices_diag_embed_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3018975Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3019585Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagflat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3020102Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3020633Z test_ops.py::TestCommonCUDA::test_multiple_devices_diagonal_scatter_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3021162Z test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3021671Z test_ops.py::TestCommonCUDA::test_multiple_devices_diff_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3022190Z test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3022709Z test_ops.py::TestCommonCUDA::test_multiple_devices_digamma_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3023212Z test_ops.py::TestCommonCUDA::test_multiple_devices_dist_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3023753Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3024300Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_floor_rounding_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3024848Z test_ops.py::TestCommonCUDA::test_multiple_devices_div_no_rounding_mode_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3025453Z test_ops.py::TestCommonCUDA::test_multiple_devices_dot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3025990Z test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3026504Z test_ops.py::TestCommonCUDA::test_multiple_devices_dstack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3027024Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3027527Z test_ops.py::TestCommonCUDA::test_multiple_devices_empty_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3028048Z test_ops.py::TestCommonCUDA::test_multiple_devices_eq_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3028556Z test_ops.py::TestCommonCUDA::test_multiple_devices_erfinv_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3029076Z test_ops.py::TestCommonCUDA::test_multiple_devices_exp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3029585Z test_ops.py::TestCommonCUDA::test_multiple_devices_expm1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3030093Z test_ops.py::TestCommonCUDA::test_multiple_devices_eye_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3030613Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3031131Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3031632Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3032157Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_fftshift_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3032686Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3033214Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3033737Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_hfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3034360Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3034881Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ifft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3035401Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3035909Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_ihfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3036603Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3037135Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft2_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3037871Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3038818Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_irfftn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3039677Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3040542Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfft_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3042170Z test_ops.py::TestCommonCUDA::test_multiple_devices_fft_rfftn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3042755Z test_ops.py::TestCommonCUDA::test_multiple_devices_fill_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3043277Z test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3043803Z test_ops.py::TestCommonCUDA::test_multiple_devices_flatten_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3044322Z test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3044836Z test_ops.py::TestCommonCUDA::test_multiple_devices_flip_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3045356Z test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3045882Z test_ops.py::TestCommonCUDA::test_multiple_devices_fliplr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3046384Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3046896Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3047422Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3047951Z test_ops.py::TestCommonCUDA::test_multiple_devices_float_power_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3048473Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3048994Z test_ops.py::TestCommonCUDA::test_multiple_devices_floor_divide_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3049511Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmax_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3050018Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3050508Z test_ops.py::TestCommonCUDA::test_multiple_devices_fmin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3051143Z test_ops.py::TestCommonCUDA::test_multiple_devices_frac_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 6%] 2022-11-23T02:55:06.3051659Z test_ops.py::TestCommonCUDA::test_multiple_devices_frexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3052173Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3052433Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3052692Z test_ops.py::TestCommonCUDA::test_multiple_devices_full_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3052949Z test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3053200Z test_ops.py::TestCommonCUDA::test_multiple_devices_gather_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3053451Z test_ops.py::TestCommonCUDA::test_multiple_devices_gcd_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3053698Z test_ops.py::TestCommonCUDA::test_multiple_devices_ge_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3053951Z test_ops.py::TestCommonCUDA::test_multiple_devices_geqrf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3054212Z test_ops.py::TestCommonCUDA::test_multiple_devices_gradient_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3054540Z test_ops.py::TestCommonCUDA::test_multiple_devices_gt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3054816Z test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3055066Z test_ops.py::TestCommonCUDA::test_multiple_devices_hsplit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3055317Z test_ops.py::TestCommonCUDA::test_multiple_devices_hstack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3055570Z test_ops.py::TestCommonCUDA::test_multiple_devices_hypot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3055807Z test_ops.py::TestCommonCUDA::test_multiple_devices_igammac_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3056055Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_add_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3056322Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3056579Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3056839Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_fill_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3057098Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_put_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3057362Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3057621Z test_ops.py::TestCommonCUDA::test_multiple_devices_index_select_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3057870Z test_ops.py::TestCommonCUDA::test_multiple_devices_int_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3058127Z test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3058380Z test_ops.py::TestCommonCUDA::test_multiple_devices_isclose_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3058638Z test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3058990Z test_ops.py::TestCommonCUDA::test_multiple_devices_isfinite_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3059240Z test_ops.py::TestCommonCUDA::test_multiple_devices_isinf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3059489Z test_ops.py::TestCommonCUDA::test_multiple_devices_isnan_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3059742Z test_ops.py::TestCommonCUDA::test_multiple_devices_isposinf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3060033Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3060315Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_2inputs_2outputs_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3060588Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_binary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3060856Z test_ops.py::TestCommonCUDA::test_multiple_devices_jiterator_unary_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3061107Z test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3061354Z test_ops.py::TestCommonCUDA::test_multiple_devices_kron_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3061605Z test_ops.py::TestCommonCUDA::test_multiple_devices_kthvalue_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3061925Z test_ops.py::TestCommonCUDA::test_multiple_devices_lcm_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3062195Z test_ops.py::TestCommonCUDA::test_multiple_devices_ldexp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3062445Z test_ops.py::TestCommonCUDA::test_multiple_devices_le_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3062696Z test_ops.py::TestCommonCUDA::test_multiple_devices_lerp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3062924Z test_ops.py::TestCommonCUDA::test_multiple_devices_lgamma_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3063185Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cond_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3063448Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3063709Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cross_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3063971Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_det_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3064242Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3064509Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvals_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3064778Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_eigvalsh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3065066Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_householder_product_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3065326Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3065587Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_inv_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3065865Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_ldl_factor_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3066222Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lstsq_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3066495Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_factor_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3066763Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_lu_solve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3067039Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_power_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3067314Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_matrix_rank_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3067637Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 7%] 2022-11-23T02:55:06.3067926Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_solve_triangular_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3068186Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svd_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3068450Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_svdvals_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3068725Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorinv_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3069071Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_tensorsolve_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3069359Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_vander_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3069624Z test_ops.py::TestCommonCUDA::test_multiple_devices_linspace_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3069877Z test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3070127Z test_ops.py::TestCommonCUDA::test_multiple_devices_log10_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3070380Z test_ops.py::TestCommonCUDA::test_multiple_devices_log1p_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3070632Z test_ops.py::TestCommonCUDA::test_multiple_devices_log2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3070866Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3071127Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3071408Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3071680Z test_ops.py::TestCommonCUDA::test_multiple_devices_log_softmax_with_dtype_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3071944Z test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp2_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3072206Z test_ops.py::TestCommonCUDA::test_multiple_devices_logaddexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3072470Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3072731Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_and_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3072993Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3073348Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_not_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3073609Z test_ops.py::TestCommonCUDA::test_multiple_devices_logical_or_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3073876Z test_ops.py::TestCommonCUDA::test_multiple_devices_logspace_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3074132Z test_ops.py::TestCommonCUDA::test_multiple_devices_logsumexp_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3074386Z test_ops.py::TestCommonCUDA::test_multiple_devices_long_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3074637Z test_ops.py::TestCommonCUDA::test_multiple_devices_lt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3074889Z test_ops.py::TestCommonCUDA::test_multiple_devices_lu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3075152Z test_ops.py::TestCommonCUDA::test_multiple_devices_lu_unpack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3075399Z test_ops.py::TestCommonCUDA::test_multiple_devices_mH_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3075649Z test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3075896Z test_ops.py::TestCommonCUDA::test_multiple_devices_mT_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3076232Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_amin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3076520Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3076783Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_argmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3077045Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_cumsum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3077309Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3077568Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_fill_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3077838Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_log_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3078114Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logaddexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3078369Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_logsumexp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3078634Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3078898Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_median_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3079156Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3079417Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_prod_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3079682Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_select_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3079950Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmax_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3080217Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_softmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3080574Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3080830Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_std_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3081091Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3081349Z test_ops.py::TestCommonCUDA::test_multiple_devices_masked_sum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3081612Z test_ops.py::TestCommonCUDA::test_multiple_devices_matrix_exp_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3081868Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_binary_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3082166Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3082446Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_no_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3082722Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3082994Z test_ops.py::TestCommonCUDA::test_multiple_devices_max_reduction_with_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3083247Z test_ops.py::TestCommonCUDA::test_multiple_devices_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3083574Z test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3083842Z test_ops.py::TestCommonCUDA::test_multiple_devices_median_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3084128Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_list_of_tensors_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3084410Z test_ops.py::TestCommonCUDA::test_multiple_devices_meshgrid_variadic_tensors_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3084685Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_no_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3084959Z test_ops.py::TestCommonCUDA::test_multiple_devices_min_reduction_with_dim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3085213Z test_ops.py::TestCommonCUDA::test_multiple_devices_mm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3085468Z test_ops.py::TestCommonCUDA::test_multiple_devices_mode_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3085723Z test_ops.py::TestCommonCUDA::test_multiple_devices_movedim_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3085975Z test_ops.py::TestCommonCUDA::test_multiple_devices_msort_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3086210Z test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3086457Z test_ops.py::TestCommonCUDA::test_multiple_devices_mul_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3086722Z test_ops.py::TestCommonCUDA::test_multiple_devices_multinomial_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3087003Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3087277Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3087554Z test_ops.py::TestCommonCUDA::test_multiple_devices_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3087908Z test_ops.py::TestCommonCUDA::test_multiple_devices_nan_to_num_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3088167Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanmean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3088429Z test_ops.py::TestCommonCUDA::test_multiple_devices_nanmedian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3088683Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3088939Z test_ops.py::TestCommonCUDA::test_multiple_devices_narrow_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3089222Z test_ops.py::TestCommonCUDA::test_multiple_devices_native_dropout_backward_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3089473Z test_ops.py::TestCommonCUDA::test_multiple_devices_ne_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3089724Z test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3089970Z test_ops.py::TestCommonCUDA::test_multiple_devices_neg_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3090226Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3090570Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_empty_strided_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3090844Z test_ops.py::TestCommonCUDA::test_multiple_devices_new_zeros_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3091112Z test_ops.py::TestCommonCUDA::test_multiple_devices_nextafter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 7%] 2022-11-23T02:55:06.3091412Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3091709Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3092007Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_adaptive_max_pool1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3092312Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_batch_norm_without_cudnn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3092612Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3092888Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_celu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3093170Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv1d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3093442Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3093932Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3094239Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3094538Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3094964Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cosine_embedding_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3095370Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_cross_entropy_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3095653Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_dropout2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3096074Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_bag_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3096370Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_embedding_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3096689Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3097009Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3097304Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3097585Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_grid_sample_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3097865Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_group_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3098140Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardshrink_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3098513Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardsigmoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3098816Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardswish_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3099100Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3099378Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_hardtanh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3099657Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_huber_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3099942Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_instance_norm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3100243Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3100544Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3100841Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_interpolate_nearest_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3101119Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_kl_div_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3101392Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_l1_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3101674Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_logsigmoid_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3101968Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_margin_ranking_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3102243Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3102618Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_pool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3102900Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool2d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3103183Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3103476Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3103770Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3104073Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3104354Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_nll_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3104633Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_normalize_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3104906Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_one_hot_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3105192Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3105559Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_circular_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3105867Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3106131Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pad_constant_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3106418Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_shuffle_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3106704Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_pixel_unshuffle_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3106993Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3107281Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_poisson_nll_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3107557Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_prelu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3107825Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu6_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3108100Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_relu_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3108376Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softmin_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3108661Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softplus_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3108945Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_softshrink_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3109242Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3109536Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3109945Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3110239Z test_ops.py::TestCommonCUDA::test_multiple_devices_nn_functional_upsample_nearest_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3110499Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_inf_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3110763Z test_ops.py::TestCommonCUDA::test_multiple_devices_norm_nuc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3111019Z test_ops.py::TestCommonCUDA::test_multiple_devices_normal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3111292Z test_ops.py::TestCommonCUDA::test_multiple_devices_normal_number_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3111551Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3111799Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3112055Z test_ops.py::TestCommonCUDA::test_multiple_devices_ones_like_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3112307Z test_ops.py::TestCommonCUDA::test_multiple_devices_outer_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3112645Z test_ops.py::TestCommonCUDA::test_multiple_devices_pca_lowrank_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3112927Z test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3113182Z test_ops.py::TestCommonCUDA::test_multiple_devices_permute_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3113469Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3113724Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:55:06.3114027Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:55:06.3114288Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:55:06.3114524Z test_ops.py::TestCommonCUDA::test_multiple_devices_polygamma_polygamma_n_3_cuda_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:55:06.3114791Z test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3115047Z test_ops.py::TestCommonCUDA::test_multiple_devices_positive_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3115302Z test_ops.py::TestCommonCUDA::test_multiple_devices_pow_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3115548Z test_ops.py::TestCommonCUDA::test_multiple_devices_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3115806Z test_ops.py::TestCommonCUDA::test_multiple_devices_quantile_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3116065Z test_ops.py::TestCommonCUDA::test_multiple_devices_rad2deg_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3116320Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3116577Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3116840Z test_ops.py::TestCommonCUDA::test_multiple_devices_randint_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3117200Z test_ops.py::TestCommonCUDA::test_multiple_devices_randn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3117456Z test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3117708Z test_ops.py::TestCommonCUDA::test_multiple_devices_ravel_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3117976Z test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3118244Z test_ops.py::TestCommonCUDA::test_multiple_devices_reciprocal_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3118503Z test_ops.py::TestCommonCUDA::test_multiple_devices_renorm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3118755Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3119032Z test_ops.py::TestCommonCUDA::test_multiple_devices_repeat_interleave_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3119295Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3119552Z test_ops.py::TestCommonCUDA::test_multiple_devices_reshape_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3119803Z test_ops.py::TestCommonCUDA::test_multiple_devices_resize__cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3120144Z test_ops.py::TestCommonCUDA::test_multiple_devices_resolve_conj_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3120416Z test_ops.py::TestCommonCUDA::test_multiple_devices_roll_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3120670Z test_ops.py::TestCommonCUDA::test_multiple_devices_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:55:06.3120927Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsqrt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3121178Z test_ops.py::TestCommonCUDA::test_multiple_devices_rsub_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3121440Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_add_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3121696Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_amin_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3121973Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3122246Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_mean_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3122526Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_prod_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3122797Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3123065Z test_ops.py::TestCommonCUDA::test_multiple_devices_scatter_reduce_sum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3123338Z test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3123603Z test_ops.py::TestCommonCUDA::test_multiple_devices_searchsorted_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3123884Z test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_lengths_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3124157Z test_ops.py::TestCommonCUDA::test_multiple_devices_segment_reduce_offsets_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3125209Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3125477Z test_ops.py::TestCommonCUDA::test_multiple_devices_select_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3125729Z test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3125978Z test_ops.py::TestCommonCUDA::test_multiple_devices_sgn_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3126236Z test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3126489Z test_ops.py::TestCommonCUDA::test_multiple_devices_short_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3126763Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_cosine_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3127045Z test_ops.py::TestCommonCUDA::test_multiple_devices_signal_windows_gaussian_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3127304Z test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3127559Z test_ops.py::TestCommonCUDA::test_multiple_devices_signbit_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3127811Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3128140Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3128412Z test_ops.py::TestCommonCUDA::test_multiple_devices_sinh_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3128678Z test_ops.py::TestCommonCUDA::test_multiple_devices_slice_scatter_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3128956Z test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3129224Z test_ops.py::TestCommonCUDA::test_multiple_devices_softmax_with_dtype_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3129502Z test_ops.py::TestCommonCUDA::test_multiple_devices_sparse_sampled_addmm_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3129777Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3130047Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3130295Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_j1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3130564Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_bessel_y0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3130862Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3131157Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3131444Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_u_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3131777Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:55:06.3132112Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T02:55:06.3132478Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3132740Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_entr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3133030Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_h_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3133329Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_hermite_polynomial_he_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3133591Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 8%] 2022-11-23T02:55:06.3133852Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i0e_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3134114Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_i1e_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3134404Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3134695Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_laguerre_polynomial_l_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3135028Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3135430Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_legendre_polynomial_p_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3135717Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_log_ndtr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3136004Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3136292Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3136575Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3136853Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_i1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3137146Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3137428Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3137715Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_modified_bessel_k1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3137976Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_ndtr_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3138282Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3138586Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_polygamma_special_polygamma_n_0_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3138882Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3139174Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_scaled_modified_bessel_k1_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3139615Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3139948Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3140288Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3140630Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3140971Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-11-23T02:55:06.3141265Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_spherical_bessel_j0_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3141530Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3141792Z test_ops.py::TestCommonCUDA::test_multiple_devices_special_zeta_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3142031Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3142356Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3142644Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_list_args_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3142906Z test_ops.py::TestCommonCUDA::test_multiple_devices_split_with_sizes_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3143164Z test_ops.py::TestCommonCUDA::test_multiple_devices_sqrt_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3143421Z test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3143674Z test_ops.py::TestCommonCUDA::test_multiple_devices_square_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3143927Z test_ops.py::TestCommonCUDA::test_multiple_devices_squeeze_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3144180Z test_ops.py::TestCommonCUDA::test_multiple_devices_stack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3144435Z test_ops.py::TestCommonCUDA::test_multiple_devices_stft_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3144683Z test_ops.py::TestCommonCUDA::test_multiple_devices_sub_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3144930Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3145186Z test_ops.py::TestCommonCUDA::test_multiple_devices_sum_to_size_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3145437Z test_ops.py::TestCommonCUDA::test_multiple_devices_svd_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3145699Z test_ops.py::TestCommonCUDA::test_multiple_devices_svd_lowrank_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3145947Z test_ops.py::TestCommonCUDA::test_multiple_devices_t_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3146200Z test_ops.py::TestCommonCUDA::test_multiple_devices_tan_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3146465Z test_ops.py::TestCommonCUDA::test_multiple_devices_tensor_split_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3146814Z test_ops.py::TestCommonCUDA::test_multiple_devices_tile_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3147061Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3147308Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3147564Z test_ops.py::TestCommonCUDA::test_multiple_devices_to_sparse_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3147821Z test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3148070Z test_ops.py::TestCommonCUDA::test_multiple_devices_topk_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3148319Z test_ops.py::TestCommonCUDA::test_multiple_devices_trace_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3148581Z test_ops.py::TestCommonCUDA::test_multiple_devices_trapezoid_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3148822Z test_ops.py::TestCommonCUDA::test_multiple_devices_tril_indices_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3149070Z test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3149318Z test_ops.py::TestCommonCUDA::test_multiple_devices_triu_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3149644Z test_ops.py::TestCommonCUDA::test_multiple_devices_trunc_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3149922Z test_ops.py::TestCommonCUDA::test_multiple_devices_unbind_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3150177Z test_ops.py::TestCommonCUDA::test_multiple_devices_unflatten_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3150439Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3150691Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3150940Z test_ops.py::TestCommonCUDA::test_multiple_devices_unfold_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3151192Z test_ops.py::TestCommonCUDA::test_multiple_devices_unique_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3151449Z test_ops.py::TestCommonCUDA::test_multiple_devices_unsqueeze_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3151700Z test_ops.py::TestCommonCUDA::test_multiple_devices_var_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3151960Z test_ops.py::TestCommonCUDA::test_multiple_devices_var_mean_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3152209Z test_ops.py::TestCommonCUDA::test_multiple_devices_vdot_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3152461Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_as_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3152714Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_copy_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3152959Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3153208Z test_ops.py::TestCommonCUDA::test_multiple_devices_view_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3153459Z test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3153804Z test_ops.py::TestCommonCUDA::test_multiple_devices_vstack_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3154055Z test_ops.py::TestCommonCUDA::test_multiple_devices_where_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3154305Z test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3154551Z test_ops.py::TestCommonCUDA::test_multiple_devices_zero__cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3154805Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3155063Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_cuda_int64 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3155322Z test_ops.py::TestCommonCUDA::test_multiple_devices_zeros_like_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 9%] 2022-11-23T02:55:06.3155520Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_H_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3155724Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_T_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3155944Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___radd___cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3156156Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___rdiv___cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3156366Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values___ror___cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3156582Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_acosh_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3156877Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_addr_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3157109Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_all_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3157318Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amax_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3157534Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_amin_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3157750Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_any_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3157973Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_as_strided_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3158188Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_asinh_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3158401Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atanh_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3158628Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_1d_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3158854Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_atleast_3d_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3159073Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bitwise_or_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3159289Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_bool_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3159527Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_broadcast_tensors_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3159739Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cartesian_prod_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3159947Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cat_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3160157Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cfloat_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3160368Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chalf_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3160582Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_char_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3160793Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_chunk_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3161014Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_clamp_max_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3161319Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_conj_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3161524Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cosh_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3161743Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummax_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3161958Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_cummin_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3162170Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3162397Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diag_embed_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3162618Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagflat_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3162837Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3163074Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_diagonal_scatter_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3163289Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_dstack_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3163526Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_empty_cuda_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T02:55:06.3163737Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erf_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3163952Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfc_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3164149Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_erfinv_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3165053Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_exp2_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3165320Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_expand_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3165548Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_fftshift_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3165773Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_hfft2_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3165992Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft2_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3166208Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifft_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3166441Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ifftshift_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3166663Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft2_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3166880Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_ihfft_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3167100Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_irfft2_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3167311Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft2_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3167525Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fft_rfft_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3167736Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fill_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3167958Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flatten_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3168175Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_flipud_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3168398Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_float_power_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3168612Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_fmax_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3168821Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ge_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3169029Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_half_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3169226Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_hsplit_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3169552Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_add_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3169771Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_copy_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3169993Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_put_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3170217Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_index_select_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3170428Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_int_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3170652Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isneginf_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3170875Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_isposinf_cuda_bool PASSED [ 9%] 2022-11-23T02:55:06.3171124Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_2inputs_2outputs_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3171382Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3171615Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_jiterator_binary_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3171831Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ldexp_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3172040Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_le_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3172257Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_lgamma_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3172546Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log10_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3172785Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log1p_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3172995Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log2_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3173210Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3173452Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_log_softmax_with_dtype_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3173677Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_not_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3173879Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_or_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3174103Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logical_xor_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3174319Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_logit_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3174528Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mH_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3174734Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mT_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3174955Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_fill_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3175176Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_masked_sum_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3175418Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_max_reduction_with_dim_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3175635Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_maximum_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3175851Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_minimum_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3176062Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_movedim_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3176274Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_mul_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3176493Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_copy_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3176707Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_narrow_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3177042Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_empty_cuda_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T02:55:06.3177259Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_full_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3177477Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_ones_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3177696Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_new_zeros_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3177956Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pad_circular_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3178220Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_pixel_shuffle_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3178445Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_nn_functional_softsign_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3178663Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_ones_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3178937Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_2_cuda_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T02:55:06.3179196Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_3_cuda_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T02:55:06.3179463Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_polygamma_polygamma_n_4_cuda_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T02:55:06.3179686Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_rad2deg_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3179981Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_real_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3180238Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_reciprocal_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3180469Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_resize_as__cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3180708Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scalar_tensor_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3180951Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_scatter_reduce_sum_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3181175Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_select_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3181394Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sign_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3181617Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_signbit_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3181838Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinc_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3182058Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sinh_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3182293Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_slice_scatter_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3182536Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_softmax_with_dtype_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3182778Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_airy_ai_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3183020Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j0_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3183255Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_bessel_j1_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3183497Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_u_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3183852Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_chebyshev_polynomial_w_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:55:06.3184092Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_erfcx_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3184325Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_i1e_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3184671Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_log_ndtr_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3184926Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_i1_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3185255Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_modified_bessel_k0_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3185491Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_ndtr_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3185754Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3186119Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:55:06.3186475Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cuda_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T02:55:06.3186719Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_xlog1py_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3186949Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_special_zeta_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3187188Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_list_args_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3187428Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_split_with_sizes_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3187735Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_square_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3187984Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_squeeze_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3188214Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_sum_to_size_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3188436Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_t_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3188669Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_along_dim_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3188889Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_take_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3189105Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tan_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3189325Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tanh_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3189544Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tile_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3189740Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3189968Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_to_sparse_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3190199Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_transpose_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3190420Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_tril_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3190648Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unflatten_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3190879Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_copy_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3191102Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unfold_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3191343Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_consecutive_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3191566Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unique_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3191798Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_unsqueeze_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3192018Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_view_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3192339Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_vstack_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3192560Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_where_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3192782Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_xlogy_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3193004Z test_ops.py::TestCommonCUDA::test_non_standard_bool_values_zeros_cuda_bool PASSED [ 10%] 2022-11-23T02:55:06.3193273Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3193535Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_H_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3193792Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_T_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3194064Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3194331Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___radd___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3194562Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rand___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3194827Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3195097Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3195432Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rdiv___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3195727Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3195999Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmatmul___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3196271Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3196534Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3197013Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rmul___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3197455Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rpow___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3197745Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3198178Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples___rsub___cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3198742Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples__softmax_backward_data_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3199068Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3199329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acos_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3199594Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_acosh_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3199860Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3200123Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_add_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3200398Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3200666Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcdiv_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3201067Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3201329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addcmul_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3201611Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmm_decomposed_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3201871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addmv_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3202136Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_addr_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3202392Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_all_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3202639Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3202910Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_allclose_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3203171Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3203427Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amax_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3203686Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3203941Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_amin_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3204289Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_aminmax_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3204582Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3204849Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3205112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_angle_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3205378Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_arange_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3205639Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmax_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3205903Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argmin_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3206171Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3206432Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argsort_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3206708Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3206975Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_argwhere_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3207243Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3207560Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_complex64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T02:55:06.3207872Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_as_strided_scatter_cuda_float32 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T02:55:06.3208129Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_asin_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3208389Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3208753Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atan2_cuda_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T02:55:06.3209020Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3209281Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atanh_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3209556Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_1d_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3209802Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_2d_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3210079Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_atleast_3d_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3210349Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_baddbmm_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3210621Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bernoulli_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3210891Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3211157Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bfloat16_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3211419Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_not_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3211757Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_or_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3212059Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_right_shift_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3212327Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bitwise_xor_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3212605Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_block_diag_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3212867Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bool_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3213130Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_shapes_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:55:06.3213413Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3213696Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_tensors_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3214034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3214311Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_broadcast_to_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3214582Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_bucketize_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3214839Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_byte_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3215115Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cartesian_prod_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3215372Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3215632Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cat_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3215894Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdist_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3216156Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cdouble_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3216585Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3216849Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cfloat_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3217088Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3217347Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_char_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3217785Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3218162Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cholesky_solve_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3218431Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_max_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3218771Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3219034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_clamp_min_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3219312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_column_stack_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3219588Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3219945Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_combinations_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3220239Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_complex_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3220506Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3220773Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3221033Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_conj_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3221314Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_constant_pad_nd_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3221583Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3221851Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_copysign_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3222126Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3222390Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_corrcoef_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3222656Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3222916Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3223173Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cos_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3223431Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cosh_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3223712Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3223987Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_count_nonzero_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3224250Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cov_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3224593Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3224850Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cross_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3225111Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummax_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3225375Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3225642Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cummin_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3225905Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumprod_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3226171Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3226436Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_cumsum_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3226700Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3226963Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_deg2rad_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3227230Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3227570Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3227852Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3228121Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diag_embed_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3228399Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3228670Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3228935Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagflat_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3229201Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3229483Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3229763Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diagonal_scatter_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3230029Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3230289Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_diff_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3230554Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_digamma_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3230815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dist_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3231094Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3231376Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_floor_rounding_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3231642Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3231922Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3232301Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_div_no_rounding_mode_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3232564Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3232824Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dot_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3233094Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3233359Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_double_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3233626Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3233893Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3234155Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dsplit_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3234424Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3234682Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_dstack_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3234929Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:55:06.3235247Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_cuda_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:55:06.3235525Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_empty_like_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:55:06.3235788Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3236052Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_equal_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3236311Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3236566Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erf_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3236827Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3237089Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfc_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3237354Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3237616Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_erfinv_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3237883Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3238138Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_exp_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3238381Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3238655Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_as_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3238922Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expand_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3239182Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3239441Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_expm1_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3239795Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_eye_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:55:06.3240069Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft2_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3240339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fft_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3240604Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3240871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftn_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3241148Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3241421Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_fftshift_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3241690Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft2_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3241954Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfft_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3242225Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_hfftn_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3242488Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft2_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3242831Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3243114Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifft_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3243378Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftn_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3243656Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3243930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ifftshift_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3244198Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3244464Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_ihfft_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3244732Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft2_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3245003Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfft_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3245275Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3245523Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_irfftn_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3245793Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3246056Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fft_rfftn_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3246316Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flatten_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3246588Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3246855Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3247112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_flip_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3248184Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3248445Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fliplr_cuda_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3248712Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3248973Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_float_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3249244Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3249519Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_floor_divide_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3249779Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T02:55:06.3250041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmax_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3250299Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3250555Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmin_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3250815Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_fmod_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3251170Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3251457Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_full_like_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3251727Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3252003Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3252263Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gather_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3252519Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gcd_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3252793Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3253034Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_geqrf_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3253302Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gradient_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3253577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_grid_sampler_2d_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3253840Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3254094Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_gt_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3254355Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_half_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3255042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_heaviside_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3255470Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_hstack_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3255751Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_i0_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3256025Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_igamma_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3256535Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3256807Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3257074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_fill_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3257350Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3257616Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_put_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3257895Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_reduce_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3258314Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3258605Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_index_select_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3258870Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_inner_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3259142Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3259405Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isclose_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3259790Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3260082Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isfinite_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3260339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isinf_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3260706Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isnan_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3261022Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isposinf_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3261266Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_isreal_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3261564Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_2inputs_2outputs_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3262116Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3262556Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3262979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3263392Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3263778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_binary_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3264165Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_jiterator_unary_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3264574Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kron_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3264983Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3265258Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_kthvalue_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3265525Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ldexp_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3265908Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3266167Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_le_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3266428Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lerp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3266691Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lgamma_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3266969Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cond_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3267247Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3267518Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3267795Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cross_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3268074Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3268384Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_det_singular_cuda_float32 SKIPPED (The backward may give different results) [ 12%] 2022-11-23T02:55:06.3268653Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eig_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3269012Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_eigvals_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3269323Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3269619Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3269907Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_ldl_factor_ex_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3270210Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3270461Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3270751Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_factor_ex_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3271030Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_lu_solve_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3271309Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_power_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3271594Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3271890Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3272141Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_multi_dot_cuda_float32 SKIPPED (67470!) [ 12%] 2022-11-23T02:55:06.3272416Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3272692Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3272964Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3273358Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_hermitian_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3273646Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3273930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_pinv_singular_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3274206Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_qr_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3274491Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3274769Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_slogdet_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3275093Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3275387Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_solve_triangular_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3275659Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_svd_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3275938Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_tensorinv_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3276212Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3276560Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vander_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3276856Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_vecdot_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3277123Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linspace_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3277394Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3277657Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3277918Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log10_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3278179Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3278416Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log1p_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3278679Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3278933Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3279201Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3279491Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3279775Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_log_softmax_with_dtype_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3280045Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logaddexp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3280316Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logdet_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3280590Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_and_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3280967Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_not_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3281235Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_or_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3281507Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3281778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logical_xor_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3282041Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3282307Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logit_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3282585Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logspace_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3282854Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_logsumexp_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3283119Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3283383Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3283641Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_long_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3283896Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lt_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3284240Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3284535Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_lu_unpack_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3284798Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mH_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3285062Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3285323Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3285552Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mT_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3285824Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3286095Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amax_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3286366Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_amin_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3286633Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_argmin_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3286917Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_cumprod_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3287199Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_log_softmax_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3287481Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logaddexp_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3287758Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_logsumexp_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3288037Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3288309Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_mean_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3288686Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3288966Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_normalize_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3289237Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_prod_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3289514Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_scatter_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3289797Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_select_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3290073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_softmin_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3290352Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3290627Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3290895Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_std_cuda_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3291159Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_masked_var_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3291430Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_binary_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3292571Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_no_dim_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3292927Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_max_reduction_with_dim_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3293197Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mean_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3293500Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3293791Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_list_of_tensors_cuda_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T02:55:06.3294075Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3321275Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3321715Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3321992Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_binary_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3322280Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_min_reduction_with_dim_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3322538Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mm_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3322805Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3323058Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_movedim_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3323320Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3323575Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mul_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3323841Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_multinomial_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3324305Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mv_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3324582Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3324862Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3325141Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3325419Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3325682Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nan_to_num_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3325934Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3326367Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ne_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3326613Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3326967Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_neg_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3327238Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:55:06.3327660Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T02:55:06.3328098Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_full_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3328361Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_ones_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3328633Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_new_zeros_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3328897Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nextafter_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3329188Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3329489Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3329777Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_conv2d_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3330079Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3330377Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3330657Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_dropout_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3330930Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_elu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3331374Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3331711Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3331986Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_glu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3332390Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_grid_sample_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3332676Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_group_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3332954Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardshrink_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3333368Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardsigmoid_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3333677Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hardtanh_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3333976Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3334518Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3334841Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3335135Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_interpolate_linear_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3335404Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_kl_div_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3335778Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3336079Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_l1_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3336361Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_linear_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3336649Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_logsigmoid_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3336925Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3337217Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3337500Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_pool2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3337786Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool1d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3338073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool2d_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3338369Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3338639Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mish_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3338909Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_mse_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3339198Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_multi_margin_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3339474Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_nll_loss_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3339846Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3340280Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_normalize_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3340566Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3341042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pad_reflect_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3341375Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3341672Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3341963Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pairwise_distance_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3342241Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pdist_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3342528Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3342813Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3343082Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3343446Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu6_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3343746Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3344023Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_relu_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3344303Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_rrelu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3344570Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_selu_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3344865Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3345158Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3345441Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softplus_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3345724Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softshrink_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3346006Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_softsign_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3346290Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_tanhshrink_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3346713Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3346981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_threshold_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3347414Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3347845Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3348286Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3348594Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3348887Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_nn_functional_upsample_nearest_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3349143Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3349411Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_inf_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3349680Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3349943Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_norm_nuc_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3350198Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3350469Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_normal_number_mean_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3350718Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3350979Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ones_like_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3351312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ormqr_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3351597Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pca_lowrank_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3351854Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_permute_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3352120Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3352383Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pinverse_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3352662Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_0_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3353053Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_1_cuda_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:55:06.3353399Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:55:06.3353860Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_2_cuda_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:55:06.3354447Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:55:06.3354910Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_positive_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3355331Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_pow_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3355768Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3356273Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3356682Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_prod_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3357135Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3357744Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_qr_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3358196Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rad2deg_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3358659Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rand_like_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3359115Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_cuda_int64 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T02:55:06.3359578Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randint_like_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3360132Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_randn_cuda_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T02:55:06.3360636Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3361306Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_ravel_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3361751Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3362176Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_real_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3362642Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3363089Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reciprocal_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3363652Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3364131Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_renorm_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3364581Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3365071Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_repeat_interleave_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3365536Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_reshape_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3365982Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3366429Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize__cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3366984Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3367509Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resize_as__cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3368052Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_conj_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3368505Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_resolve_neg_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3368945Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_roll_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3369377Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3369816Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rot90_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3370250Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_cuda_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3370690Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:55:06.3371303Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsqrt_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3371743Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_rsub_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3372213Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_add_cuda_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3372663Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_cuda_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T02:55:06.3373207Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amax_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3373695Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_amin_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3374249Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3374800Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_mean_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3375282Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3375754Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_scatter_reduce_sum_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3376223Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_searchsorted_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3376827Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3377312Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3377775Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_select_scatter_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3378229Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sgn_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3378688Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3379140Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3379587Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sigmoid_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3380112Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3380627Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sign_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3381191Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_signal_windows_exponential_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:55:06.3381646Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sin_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3382106Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3382517Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sinh_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3382981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3383451Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_slice_scatter_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3383947Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3384435Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3385070Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_softmax_with_dtype_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3385529Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:55:06.3385975Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:55:06.3386526Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3387011Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3387626Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_j1_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3388101Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3388563Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_bessel_y1_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3389073Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_t_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3389584Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_u_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3390311Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3390934Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3391406Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_entr_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3391920Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3392415Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_hermite_polynomial_h_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3392871Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3393394Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i0e_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3393855Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3394374Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_i1_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3394981Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3395574Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3396159Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_legendre_polynomial_p_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3396663Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3397154Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i0_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3397655Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3398315Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_i1_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3398803Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3399254Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_modified_bessel_k1_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3399714Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_ndtri_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3400329Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3400914Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3401592Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3402203Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3402799Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cuda_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T02:55:06.3403399Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3403891Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_xlog1py_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3404360Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3404808Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_special_zeta_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3405264Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3405730Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_split_list_args_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3406188Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3406693Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sqrt_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3407154Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3407737Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3408193Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_squeeze_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3408643Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stack_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3409087Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3409525Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_std_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3409964Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_stft_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3410403Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sub_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3410995Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3411430Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3411891Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_sum_to_size_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3412339Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3412801Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_svd_lowrank_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3413345Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3413804Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3414359Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_take_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3414808Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tan_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3415252Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tanh_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3415722Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3416186Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensor_split_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3416773Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tensordot_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3417253Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3417694Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tile_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3418137Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3418567Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3418965Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_complex64 SKIPPED [ 14%] 2022-11-23T02:55:06.3419356Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_to_sparse_cuda_int64 SKIPPED [ 14%] 2022-11-23T02:55:06.3419883Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3420333Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_topk_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3420872Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3421377Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3421818Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trace_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3422273Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3422726Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_transpose_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3423179Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3423624Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3424066Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_trapz_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3424718Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triangular_solve_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3425174Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3425599Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3426030Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_tril_indices_cuda_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:55:06.3426590Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3427042Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3427615Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_triu_indices_cuda_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:55:06.3427914Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3428177Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_true_divide_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3428438Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3428688Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unbind_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3429049Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unflatten_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3429343Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3429611Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3429874Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_copy_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3430137Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3430397Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3430652Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unfold_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3430915Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_uniform_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3431191Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3431465Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_consecutive_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3431728Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unique_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3431995Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3432255Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_unsqueeze_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3432508Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vdot_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3432767Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3433176Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3433459Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_as_real_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3434798Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3435060Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_copy_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3435316Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_view_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3435577Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3435842Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3436097Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vsplit_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3436494Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_vstack_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3436953Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_where_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3437223Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3437477Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_xlogy_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3437736Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3438106Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zero__cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3438392Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3438644Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3438912Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3439170Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_zeros_like_cuda_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T02:55:06.3439375Z test_ops.py::TestCommonCUDA::test_numpy_ref_addbmm_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3439741Z test_ops.py::TestCommonCUDA::test_numpy_ref_aminmax_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3439967Z test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3440172Z test_ops.py::TestCommonCUDA::test_numpy_ref_argwhere_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3440503Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3440814Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_tensors_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3441059Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3441362Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3441583Z test_ops.py::TestCommonCUDA::test_numpy_ref_broadcast_to_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3441779Z test_ops.py::TestCommonCUDA::test_numpy_ref_cat_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3441976Z test_ops.py::TestCommonCUDA::test_numpy_ref_clamp_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3442178Z test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_complex128 XFAIL [ 15%] 2022-11-23T02:55:06.3442372Z test_ops.py::TestCommonCUDA::test_numpy_ref_clone_cuda_int64 XFAIL [ 15%] 2022-11-23T02:55:06.3442572Z test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3442768Z test_ops.py::TestCommonCUDA::test_numpy_ref_diag_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3443092Z test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3443287Z test_ops.py::TestCommonCUDA::test_numpy_ref_flatten_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3443516Z test_ops.py::TestCommonCUDA::test_numpy_ref_jiterator_2inputs_2outputs_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3443724Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3443926Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_cross_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3444154Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3444377Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_tensorsolve_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3444587Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vander_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3444802Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3445014Z test_ops.py::TestCommonCUDA::test_numpy_ref_linalg_vecdot_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3445222Z test_ops.py::TestCommonCUDA::test_numpy_ref_meshgrid_variadic_tensors_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3445462Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose2d_cuda_float64 XFAIL [ 15%] 2022-11-23T02:55:06.3445701Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_complex128 XFAIL [ 15%] 2022-11-23T02:55:06.3445931Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_conv_transpose3d_cuda_float64 XFAIL [ 15%] 2022-11-23T02:55:06.3446379Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_gelu_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3446644Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_l1_loss_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3446858Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_one_hot_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3447111Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3447504Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3447871Z test_ops.py::TestCommonCUDA::test_numpy_ref_nn_functional_pairwise_distance_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3448080Z test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3448278Z test_ops.py::TestCommonCUDA::test_numpy_ref_ravel_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3448479Z test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3448677Z test_ops.py::TestCommonCUDA::test_numpy_ref_repeat_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3448876Z test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3449069Z test_ops.py::TestCommonCUDA::test_numpy_ref_roll_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3449300Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_gaussian_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3449522Z test_ops.py::TestCommonCUDA::test_numpy_ref_signal_windows_kaiser_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3449730Z test_ops.py::TestCommonCUDA::test_numpy_ref_tensor_split_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3449928Z test_ops.py::TestCommonCUDA::test_numpy_ref_tile_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3450109Z test_ops.py::TestCommonCUDA::test_numpy_ref_transpose_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3450312Z test_ops.py::TestCommonCUDA::test_numpy_ref_tril_indices_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3450510Z test_ops.py::TestCommonCUDA::test_numpy_ref_unbind_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3450714Z test_ops.py::TestCommonCUDA::test_numpy_ref_view_copy_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3450914Z test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_complex128 PASSED [ 15%] 2022-11-23T02:55:06.3451235Z test_ops.py::TestCommonCUDA::test_numpy_ref_where_cuda_float64 PASSED [ 15%] 2022-11-23T02:55:06.3451422Z test_ops.py::TestCommonCUDA::test_out_H_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3451615Z test_ops.py::TestCommonCUDA::test_out___getitem___cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3451812Z test_ops.py::TestCommonCUDA::test_out___rmatmul___cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3452000Z test_ops.py::TestCommonCUDA::test_out___rmod___cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3452189Z test_ops.py::TestCommonCUDA::test_out___rmul___cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3452379Z test_ops.py::TestCommonCUDA::test_out___rpow___cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3452568Z test_ops.py::TestCommonCUDA::test_out___rsub___cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3452783Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_bool_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3453149Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_double_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3453380Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_half_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3453591Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_long_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3453811Z test_ops.py::TestCommonCUDA::test_out__refs__conversions_short_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3454114Z test_ops.py::TestCommonCUDA::test_out__refs_acos_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3454429Z test_ops.py::TestCommonCUDA::test_out__refs_add_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3454724Z test_ops.py::TestCommonCUDA::test_out__refs_addcdiv_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3454941Z test_ops.py::TestCommonCUDA::test_out__refs_addcmul_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3455134Z test_ops.py::TestCommonCUDA::test_out__refs_addr_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3455330Z test_ops.py::TestCommonCUDA::test_out__refs_all_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3455523Z test_ops.py::TestCommonCUDA::test_out__refs_amin_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3455729Z test_ops.py::TestCommonCUDA::test_out__refs_as_strided_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3455923Z test_ops.py::TestCommonCUDA::test_out__refs_asin_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3456114Z test_ops.py::TestCommonCUDA::test_out__refs_atan2_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3456315Z test_ops.py::TestCommonCUDA::test_out__refs_atleast_1d_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3456520Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_not_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3456714Z test_ops.py::TestCommonCUDA::test_out__refs_bitwise_or_cuda_int64 PASSED [ 15%] 2022-11-23T02:55:06.3456904Z test_ops.py::TestCommonCUDA::test_out__refs_cat_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3457100Z test_ops.py::TestCommonCUDA::test_out__refs_ceil_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3457294Z test_ops.py::TestCommonCUDA::test_out__refs_clamp_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3457493Z test_ops.py::TestCommonCUDA::test_out__refs_clamp_min_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3457673Z test_ops.py::TestCommonCUDA::test_out__refs_clone_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3457867Z test_ops.py::TestCommonCUDA::test_out__refs_conj_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3458076Z test_ops.py::TestCommonCUDA::test_out__refs_conj_physical_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3458276Z test_ops.py::TestCommonCUDA::test_out__refs_copysign_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3458467Z test_ops.py::TestCommonCUDA::test_out__refs_cos_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3458659Z test_ops.py::TestCommonCUDA::test_out__refs_cumsum_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3458867Z test_ops.py::TestCommonCUDA::test_out__refs_diagonal_copy_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3459193Z test_ops.py::TestCommonCUDA::test_out__refs_div_floor_rounding_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3459407Z test_ops.py::TestCommonCUDA::test_out__refs_div_trunc_rounding_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3459728Z test_ops.py::TestCommonCUDA::test_out__refs_dsplit_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3460065Z test_ops.py::TestCommonCUDA::test_out__refs_erfc_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3461029Z test_ops.py::TestCommonCUDA::test_out__refs_erfinv_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3461509Z test_ops.py::TestCommonCUDA::test_out__refs_exp2_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3461873Z test_ops.py::TestCommonCUDA::test_out__refs_exp_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3462232Z test_ops.py::TestCommonCUDA::test_out__refs_expand_as_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3462577Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fft_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3462962Z test_ops.py::TestCommonCUDA::test_out__refs_fft_fftshift_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3463321Z test_ops.py::TestCommonCUDA::test_out__refs_fft_hfft_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3463648Z test_ops.py::TestCommonCUDA::test_out__refs_fft_hfftn_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3464015Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3464391Z test_ops.py::TestCommonCUDA::test_out__refs_fft_ihfft_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3464748Z test_ops.py::TestCommonCUDA::test_out__refs_fft_irfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3465390Z test_ops.py::TestCommonCUDA::test_out__refs_fft_rfft2_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3465806Z test_ops.py::TestCommonCUDA::test_out__refs_flatten_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3466190Z test_ops.py::TestCommonCUDA::test_out__refs_flip_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3466635Z test_ops.py::TestCommonCUDA::test_out__refs_fliplr_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3466996Z test_ops.py::TestCommonCUDA::test_out__refs_fmod_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3467341Z test_ops.py::TestCommonCUDA::test_out__refs_frac_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3467849Z test_ops.py::TestCommonCUDA::test_out__refs_ge_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3468244Z test_ops.py::TestCommonCUDA::test_out__refs_heaviside_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3468622Z test_ops.py::TestCommonCUDA::test_out__refs_igammac_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3469011Z test_ops.py::TestCommonCUDA::test_out__refs_index_copy_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3469369Z test_ops.py::TestCommonCUDA::test_out__refs_index_fill_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3469718Z test_ops.py::TestCommonCUDA::test_out__refs_isclose_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3470064Z test_ops.py::TestCommonCUDA::test_out__refs_isfinite_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3470417Z test_ops.py::TestCommonCUDA::test_out__refs_isnan_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3470740Z test_ops.py::TestCommonCUDA::test_out__refs_le_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3471092Z test_ops.py::TestCommonCUDA::test_out__refs_lerp_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3471463Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_norm_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3471839Z test_ops.py::TestCommonCUDA::test_out__refs_linalg_svdvals_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3472222Z test_ops.py::TestCommonCUDA::test_out__refs_log10_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3472598Z test_ops.py::TestCommonCUDA::test_out__refs_log1p_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3472968Z test_ops.py::TestCommonCUDA::test_out__refs_log2_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3473599Z test_ops.py::TestCommonCUDA::test_out__refs_log_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3474008Z test_ops.py::TestCommonCUDA::test_out__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3474553Z test_ops.py::TestCommonCUDA::test_out__refs_logical_and_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3474946Z test_ops.py::TestCommonCUDA::test_out__refs_logical_or_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3475340Z test_ops.py::TestCommonCUDA::test_out__refs_logical_xor_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3475725Z test_ops.py::TestCommonCUDA::test_out__refs_logspace_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3476100Z test_ops.py::TestCommonCUDA::test_out__refs_logsumexp_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3476461Z test_ops.py::TestCommonCUDA::test_out__refs_masked_fill_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3476801Z test_ops.py::TestCommonCUDA::test_out__refs_maximum_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3477134Z test_ops.py::TestCommonCUDA::test_out__refs_movedim_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3477496Z test_ops.py::TestCommonCUDA::test_out__refs_nan_to_num_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3477832Z test_ops.py::TestCommonCUDA::test_out__refs_narrow_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3478191Z test_ops.py::TestCommonCUDA::test_out__refs_ne_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3478660Z test_ops.py::TestCommonCUDA::test_out__refs_new_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T02:55:06.3479083Z test_ops.py::TestCommonCUDA::test_out__refs_new_empty_strided_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3479638Z test_ops.py::TestCommonCUDA::test_out__refs_new_zeros_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3480289Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2022-11-23T02:55:06.3480780Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_group_norm_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3481296Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3481775Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3482208Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3482664Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3483093Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 15%] 2022-11-23T02:55:06.3483496Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3483941Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3484334Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_pdist_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3484777Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3485173Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu6_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3485592Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_relu_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3486031Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_softshrink_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3486536Z test_ops.py::TestCommonCUDA::test_out__refs_nn_functional_threshold_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3486931Z test_ops.py::TestCommonCUDA::test_out__refs_positive_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3487333Z test_ops.py::TestCommonCUDA::test_out__refs_pow_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3487758Z test_ops.py::TestCommonCUDA::test_out__refs_prod_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3488305Z test_ops.py::TestCommonCUDA::test_out__refs_randn_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3488653Z test_ops.py::TestCommonCUDA::test_out__refs_ravel_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3489024Z test_ops.py::TestCommonCUDA::test_out__refs_reciprocal_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3489361Z test_ops.py::TestCommonCUDA::test_out__refs_roll_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3489720Z test_ops.py::TestCommonCUDA::test_out__refs_round_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3490060Z test_ops.py::TestCommonCUDA::test_out__refs_rsqrt_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3490408Z test_ops.py::TestCommonCUDA::test_out__refs_sgn_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3490779Z test_ops.py::TestCommonCUDA::test_out__refs_sigmoid_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3491108Z test_ops.py::TestCommonCUDA::test_out__refs_sign_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3491426Z test_ops.py::TestCommonCUDA::test_out__refs_sinh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3491757Z test_ops.py::TestCommonCUDA::test_out__refs_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3492103Z test_ops.py::TestCommonCUDA::test_out__refs_special_bessel_j1_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3492478Z test_ops.py::TestCommonCUDA::test_out__refs_special_erfcx_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3492871Z test_ops.py::TestCommonCUDA::test_out__refs_special_i1_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3493381Z test_ops.py::TestCommonCUDA::test_out__refs_special_log_ndtr_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3495076Z test_ops.py::TestCommonCUDA::test_out__refs_special_log_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3495602Z test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3496049Z test_ops.py::TestCommonCUDA::test_out__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3496445Z test_ops.py::TestCommonCUDA::test_out__refs_special_ndtr_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3496872Z test_ops.py::TestCommonCUDA::test_out__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3497216Z test_ops.py::TestCommonCUDA::test_out__refs_sqrt_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3497566Z test_ops.py::TestCommonCUDA::test_out__refs_stack_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3497934Z test_ops.py::TestCommonCUDA::test_out__refs_std_mean_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3498281Z test_ops.py::TestCommonCUDA::test_out__refs_sum_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3498651Z test_ops.py::TestCommonCUDA::test_out__refs_tanh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3499009Z test_ops.py::TestCommonCUDA::test_out__refs_to_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3499345Z test_ops.py::TestCommonCUDA::test_out__refs_trace_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3499854Z test_ops.py::TestCommonCUDA::test_out__refs_tril_indices_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3500201Z test_ops.py::TestCommonCUDA::test_out__refs_triu_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3500560Z test_ops.py::TestCommonCUDA::test_out__refs_triu_indices_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3501107Z test_ops.py::TestCommonCUDA::test_out__refs_true_divide_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3501471Z test_ops.py::TestCommonCUDA::test_out__refs_trunc_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3501821Z test_ops.py::TestCommonCUDA::test_out__refs_var_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3502219Z test_ops.py::TestCommonCUDA::test_out__refs_var_mean_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3502568Z test_ops.py::TestCommonCUDA::test_out__refs_view_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3502913Z test_ops.py::TestCommonCUDA::test_out__refs_vsplit_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3503498Z test_ops.py::TestCommonCUDA::test_out__refs_where_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3503850Z test_ops.py::TestCommonCUDA::test_out__refs_xlogy_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3504234Z test_ops.py::TestCommonCUDA::test_out__softmax_backward_data_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3504593Z test_ops.py::TestCommonCUDA::test_out_acos_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3504947Z test_ops.py::TestCommonCUDA::test_out_acosh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3505309Z test_ops.py::TestCommonCUDA::test_out_add_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3505688Z test_ops.py::TestCommonCUDA::test_out_addbmm_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3506062Z test_ops.py::TestCommonCUDA::test_out_addcdiv_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3506510Z test_ops.py::TestCommonCUDA::test_out_addmm_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3506893Z test_ops.py::TestCommonCUDA::test_out_addmm_decomposed_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3507227Z test_ops.py::TestCommonCUDA::test_out_all_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3507642Z test_ops.py::TestCommonCUDA::test_out_amin_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3508071Z test_ops.py::TestCommonCUDA::test_out_aminmax_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3508430Z test_ops.py::TestCommonCUDA::test_out_angle_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3508768Z test_ops.py::TestCommonCUDA::test_out_argmax_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3509274Z test_ops.py::TestCommonCUDA::test_out_argsort_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3509645Z test_ops.py::TestCommonCUDA::test_out_as_strided_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3510014Z test_ops.py::TestCommonCUDA::test_out_as_strided_scatter_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3510377Z test_ops.py::TestCommonCUDA::test_out_asin_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3510744Z test_ops.py::TestCommonCUDA::test_out_atan2_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3511106Z test_ops.py::TestCommonCUDA::test_out_atanh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3511477Z test_ops.py::TestCommonCUDA::test_out_atleast_1d_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3511815Z test_ops.py::TestCommonCUDA::test_out_atleast_2d_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3512166Z test_ops.py::TestCommonCUDA::test_out_atleast_3d_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3512520Z test_ops.py::TestCommonCUDA::test_out_baddbmm_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3512880Z test_ops.py::TestCommonCUDA::test_out_bernoulli_cuda_float32 XFAIL [ 16%] 2022-11-23T02:55:06.3513428Z test_ops.py::TestCommonCUDA::test_out_bfloat16_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3513686Z test_ops.py::TestCommonCUDA::test_out_bincount_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3513968Z test_ops.py::TestCommonCUDA::test_out_bitwise_left_shift_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3514291Z test_ops.py::TestCommonCUDA::test_out_bitwise_not_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3514601Z test_ops.py::TestCommonCUDA::test_out_bool_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3514886Z test_ops.py::TestCommonCUDA::test_out_broadcast_shapes_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3515320Z test_ops.py::TestCommonCUDA::test_out_broadcast_tensors_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3515690Z test_ops.py::TestCommonCUDA::test_out_bucketize_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3516025Z test_ops.py::TestCommonCUDA::test_out_cholesky_solve_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3516410Z test_ops.py::TestCommonCUDA::test_out_column_stack_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3516776Z test_ops.py::TestCommonCUDA::test_out_conj_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3517350Z test_ops.py::TestCommonCUDA::test_out_conj_physical_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3517702Z test_ops.py::TestCommonCUDA::test_out_corrcoef_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3518045Z test_ops.py::TestCommonCUDA::test_out_cosh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3518401Z test_ops.py::TestCommonCUDA::test_out_count_nonzero_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3518732Z test_ops.py::TestCommonCUDA::test_out_cov_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3519068Z test_ops.py::TestCommonCUDA::test_out_cummax_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3519420Z test_ops.py::TestCommonCUDA::test_out_cumprod_cuda_float32 XFAIL [ 16%] 2022-11-23T02:55:06.3519812Z test_ops.py::TestCommonCUDA::test_out_cumulative_trapezoid_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3520169Z test_ops.py::TestCommonCUDA::test_out_deg2rad_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3520624Z test_ops.py::TestCommonCUDA::test_out_diag_embed_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3521019Z test_ops.py::TestCommonCUDA::test_out_diagonal_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3521484Z test_ops.py::TestCommonCUDA::test_out_diagonal_scatter_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3521928Z test_ops.py::TestCommonCUDA::test_out_digamma_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3522297Z test_ops.py::TestCommonCUDA::test_out_div_floor_rounding_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3522650Z test_ops.py::TestCommonCUDA::test_out_double_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3523154Z test_ops.py::TestCommonCUDA::test_out_dsplit_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3523541Z test_ops.py::TestCommonCUDA::test_out_einsum_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3523893Z test_ops.py::TestCommonCUDA::test_out_empty_like_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3524442Z test_ops.py::TestCommonCUDA::test_out_equal_cuda_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-11-23T02:55:06.3524797Z test_ops.py::TestCommonCUDA::test_out_erfinv_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3525143Z test_ops.py::TestCommonCUDA::test_out_exp_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3525494Z test_ops.py::TestCommonCUDA::test_out_expand_as_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3525836Z test_ops.py::TestCommonCUDA::test_out_expand_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3526212Z test_ops.py::TestCommonCUDA::test_out_fft_fftshift_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3526579Z test_ops.py::TestCommonCUDA::test_out_fft_ihfftn_cuda_float32 XFAIL [ 16%] 2022-11-23T02:55:06.3526952Z test_ops.py::TestCommonCUDA::test_out_fft_rfftn_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3527411Z test_ops.py::TestCommonCUDA::test_out_floor_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3527796Z test_ops.py::TestCommonCUDA::test_out_floor_divide_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3528217Z test_ops.py::TestCommonCUDA::test_out_fmin_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3528550Z test_ops.py::TestCommonCUDA::test_out_frac_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3528973Z test_ops.py::TestCommonCUDA::test_out_frexp_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3529311Z test_ops.py::TestCommonCUDA::test_out_full_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3529667Z test_ops.py::TestCommonCUDA::test_out_full_like_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3529970Z test_ops.py::TestCommonCUDA::test_out_gcd_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3530308Z test_ops.py::TestCommonCUDA::test_out_ge_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3530656Z test_ops.py::TestCommonCUDA::test_out_gradient_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3530995Z test_ops.py::TestCommonCUDA::test_out_gt_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3531578Z test_ops.py::TestCommonCUDA::test_out_hsplit_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3531932Z test_ops.py::TestCommonCUDA::test_out_i0_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3532299Z test_ops.py::TestCommonCUDA::test_out_igamma_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3532672Z test_ops.py::TestCommonCUDA::test_out_igammac_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3533003Z test_ops.py::TestCommonCUDA::test_out_imag_cuda_complex64 PASSED [ 16%] 2022-11-23T02:55:06.3533343Z test_ops.py::TestCommonCUDA::test_out_index_add_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3533692Z test_ops.py::TestCommonCUDA::test_out_index_copy_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3534126Z test_ops.py::TestCommonCUDA::test_out_index_fill_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3534492Z test_ops.py::TestCommonCUDA::test_out_index_put_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3534924Z test_ops.py::TestCommonCUDA::test_out_index_select_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3535270Z test_ops.py::TestCommonCUDA::test_out_inner_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3535701Z test_ops.py::TestCommonCUDA::test_out_isinf_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3536057Z test_ops.py::TestCommonCUDA::test_out_isneginf_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3536411Z test_ops.py::TestCommonCUDA::test_out_istft_cuda_complex64 PASSED [ 16%] 2022-11-23T02:55:06.3536810Z test_ops.py::TestCommonCUDA::test_out_jiterator_binary_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3537334Z test_ops.py::TestCommonCUDA::test_out_kron_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3537695Z test_ops.py::TestCommonCUDA::test_out_kthvalue_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3538022Z test_ops.py::TestCommonCUDA::test_out_lcm_cuda_int64 PASSED [ 16%] 2022-11-23T02:55:06.3538358Z test_ops.py::TestCommonCUDA::test_out_ldexp_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3538714Z test_ops.py::TestCommonCUDA::test_out_lerp_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3539065Z test_ops.py::TestCommonCUDA::test_out_linalg_cond_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3539406Z test_ops.py::TestCommonCUDA::test_out_linalg_eig_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3539776Z test_ops.py::TestCommonCUDA::test_out_linalg_eigh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3540116Z test_ops.py::TestCommonCUDA::test_out_linalg_eigvals_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3540520Z test_ops.py::TestCommonCUDA::test_out_linalg_eigvalsh_cuda_float32 PASSED [ 16%] 2022-11-23T02:55:06.3540973Z test_ops.py::TestCommonCUDA::test_out_linalg_inv_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3541355Z test_ops.py::TestCommonCUDA::test_out_linalg_inv_ex_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3541804Z test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3542261Z test_ops.py::TestCommonCUDA::test_out_linalg_ldl_factor_ex_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3542623Z test_ops.py::TestCommonCUDA::test_out_linalg_ldl_solve_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3543018Z test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_cuda_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:55:06.3543406Z test_ops.py::TestCommonCUDA::test_out_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3543764Z test_ops.py::TestCommonCUDA::test_out_linalg_lu_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3544132Z test_ops.py::TestCommonCUDA::test_out_linalg_matrix_power_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3544469Z test_ops.py::TestCommonCUDA::test_out_linalg_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3544874Z test_ops.py::TestCommonCUDA::test_out_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3545245Z test_ops.py::TestCommonCUDA::test_out_linalg_pinv_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3545839Z test_ops.py::TestCommonCUDA::test_out_linalg_slogdet_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3546229Z test_ops.py::TestCommonCUDA::test_out_linalg_solve_triangular_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3546587Z test_ops.py::TestCommonCUDA::test_out_linalg_svd_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3546943Z test_ops.py::TestCommonCUDA::test_out_linalg_svdvals_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3547302Z test_ops.py::TestCommonCUDA::test_out_linalg_tensorsolve_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3547775Z test_ops.py::TestCommonCUDA::test_out_linalg_vander_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3548171Z test_ops.py::TestCommonCUDA::test_out_linalg_vector_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3548513Z test_ops.py::TestCommonCUDA::test_out_log10_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3548875Z test_ops.py::TestCommonCUDA::test_out_log1p_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3549544Z test_ops.py::TestCommonCUDA::test_out_log_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3550080Z test_ops.py::TestCommonCUDA::test_out_log_softmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3550492Z test_ops.py::TestCommonCUDA::test_out_log_softmax_with_dtype_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3550862Z test_ops.py::TestCommonCUDA::test_out_logaddexp2_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3551258Z test_ops.py::TestCommonCUDA::test_out_logical_and_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3551644Z test_ops.py::TestCommonCUDA::test_out_logical_not_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3552230Z test_ops.py::TestCommonCUDA::test_out_long_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3552636Z test_ops.py::TestCommonCUDA::test_out_lt_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3553010Z test_ops.py::TestCommonCUDA::test_out_lu_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3553399Z test_ops.py::TestCommonCUDA::test_out_lu_solve_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3553785Z test_ops.py::TestCommonCUDA::test_out_lu_unpack_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3554164Z test_ops.py::TestCommonCUDA::test_out_mH_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3554538Z test_ops.py::TestCommonCUDA::test_out_mT_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3555035Z test_ops.py::TestCommonCUDA::test_out_masked_amin_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3555418Z test_ops.py::TestCommonCUDA::test_out_masked_argmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3555804Z test_ops.py::TestCommonCUDA::test_out_masked_argmin_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3556188Z test_ops.py::TestCommonCUDA::test_out_masked_cumprod_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3556630Z test_ops.py::TestCommonCUDA::test_out_masked_logsumexp_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3557060Z test_ops.py::TestCommonCUDA::test_out_masked_mean_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3557444Z test_ops.py::TestCommonCUDA::test_out_masked_median_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3557819Z test_ops.py::TestCommonCUDA::test_out_masked_select_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3558178Z test_ops.py::TestCommonCUDA::test_out_masked_softmax_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3558570Z test_ops.py::TestCommonCUDA::test_out_masked_softmin_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3558941Z test_ops.py::TestCommonCUDA::test_out_masked_sum_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3559327Z test_ops.py::TestCommonCUDA::test_out_masked_var_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3559706Z test_ops.py::TestCommonCUDA::test_out_matmul_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3560101Z test_ops.py::TestCommonCUDA::test_out_matrix_exp_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3560584Z test_ops.py::TestCommonCUDA::test_out_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:55:06.3561173Z test_ops.py::TestCommonCUDA::test_out_mean_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3561605Z test_ops.py::TestCommonCUDA::test_out_meshgrid_variadic_tensors_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3561981Z test_ops.py::TestCommonCUDA::test_out_mm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3562343Z test_ops.py::TestCommonCUDA::test_out_mul_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3562835Z test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3563249Z test_ops.py::TestCommonCUDA::test_out_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3563619Z test_ops.py::TestCommonCUDA::test_out_nanmean_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3564010Z test_ops.py::TestCommonCUDA::test_out_nanquantile_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3564491Z test_ops.py::TestCommonCUDA::test_out_native_dropout_backward_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3564913Z test_ops.py::TestCommonCUDA::test_out_new_empty_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3565269Z test_ops.py::TestCommonCUDA::test_out_new_full_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3565595Z test_ops.py::TestCommonCUDA::test_out_new_ones_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3565967Z test_ops.py::TestCommonCUDA::test_out_new_zeros_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3566427Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3567044Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3567532Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3567979Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3568449Z test_ops.py::TestCommonCUDA::test_out_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3568873Z test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3569302Z test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool2d_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3569730Z test_ops.py::TestCommonCUDA::test_out_nn_functional_avg_pool3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3570280Z test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3570797Z test_ops.py::TestCommonCUDA::test_out_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3571197Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3571621Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3572126Z test_ops.py::TestCommonCUDA::test_out_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3572653Z test_ops.py::TestCommonCUDA::test_out_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3573060Z test_ops.py::TestCommonCUDA::test_out_nn_functional_cross_entropy_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3573462Z test_ops.py::TestCommonCUDA::test_out_nn_functional_ctc_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3573878Z test_ops.py::TestCommonCUDA::test_out_nn_functional_dropout3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3574287Z test_ops.py::TestCommonCUDA::test_out_nn_functional_elu_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3574689Z test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_bag_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3575114Z test_ops.py::TestCommonCUDA::test_out_nn_functional_embedding_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3575628Z test_ops.py::TestCommonCUDA::test_out_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3576303Z test_ops.py::TestCommonCUDA::test_out_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3576748Z test_ops.py::TestCommonCUDA::test_out_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3577196Z test_ops.py::TestCommonCUDA::test_out_nn_functional_gelu_cuda_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:55:06.3577625Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hardsigmoid_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3578222Z test_ops.py::TestCommonCUDA::test_out_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3578715Z test_ops.py::TestCommonCUDA::test_out_nn_functional_instance_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3579157Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3579679Z test_ops.py::TestCommonCUDA::test_out_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3580172Z test_ops.py::TestCommonCUDA::test_out_nn_functional_layer_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3580556Z test_ops.py::TestCommonCUDA::test_out_nn_functional_linear_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3580989Z test_ops.py::TestCommonCUDA::test_out_nn_functional_local_response_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3581403Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3581821Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_pool3d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3582432Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3582914Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3583346Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3583795Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3584245Z test_ops.py::TestCommonCUDA::test_out_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3584649Z test_ops.py::TestCommonCUDA::test_out_nn_functional_mish_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3585063Z test_ops.py::TestCommonCUDA::test_out_nn_functional_mse_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3585615Z test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3586097Z test_ops.py::TestCommonCUDA::test_out_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3586518Z test_ops.py::TestCommonCUDA::test_out_nn_functional_nll_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3586996Z test_ops.py::TestCommonCUDA::test_out_nn_functional_normalize_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3587488Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_constant_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3587918Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pad_replicate_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3588356Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pairwise_distance_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3588765Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pdist_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3589221Z test_ops.py::TestCommonCUDA::test_out_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3589677Z test_ops.py::TestCommonCUDA::test_out_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3590084Z test_ops.py::TestCommonCUDA::test_out_nn_functional_prelu_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3590489Z test_ops.py::TestCommonCUDA::test_out_nn_functional_relu6_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3590901Z test_ops.py::TestCommonCUDA::test_out_nn_functional_rrelu_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3591523Z test_ops.py::TestCommonCUDA::test_out_nn_functional_selu_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3591956Z test_ops.py::TestCommonCUDA::test_out_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3592372Z test_ops.py::TestCommonCUDA::test_out_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3592885Z test_ops.py::TestCommonCUDA::test_out_nn_functional_softplus_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3593308Z test_ops.py::TestCommonCUDA::test_out_nn_functional_tanhshrink_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3593740Z test_ops.py::TestCommonCUDA::test_out_nn_functional_threshold_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3594283Z test_ops.py::TestCommonCUDA::test_out_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3594670Z test_ops.py::TestCommonCUDA::test_out_nn_functional_unfold_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3595189Z test_ops.py::TestCommonCUDA::test_out_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3595561Z test_ops.py::TestCommonCUDA::test_out_nonzero_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3595915Z test_ops.py::TestCommonCUDA::test_out_norm_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3596294Z test_ops.py::TestCommonCUDA::test_out_norm_fro_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3596668Z test_ops.py::TestCommonCUDA::test_out_normal_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3597038Z test_ops.py::TestCommonCUDA::test_out_ones_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3597567Z test_ops.py::TestCommonCUDA::test_out_ormqr_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3597975Z test_ops.py::TestCommonCUDA::test_out_pca_lowrank_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3598363Z test_ops.py::TestCommonCUDA::test_out_permute_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3598771Z test_ops.py::TestCommonCUDA::test_out_pinverse_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3599140Z test_ops.py::TestCommonCUDA::test_out_polar_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3599501Z test_ops.py::TestCommonCUDA::test_out_pow_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3599866Z test_ops.py::TestCommonCUDA::test_out_prod_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3600228Z test_ops.py::TestCommonCUDA::test_out_put_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3600748Z test_ops.py::TestCommonCUDA::test_out_rad2deg_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3601153Z test_ops.py::TestCommonCUDA::test_out_rand_like_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3601590Z test_ops.py::TestCommonCUDA::test_out_randint_cuda_float32 XFAIL [ 17%] 2022-11-23T02:55:06.3602010Z test_ops.py::TestCommonCUDA::test_out_ravel_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3602419Z test_ops.py::TestCommonCUDA::test_out_remainder_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3602779Z test_ops.py::TestCommonCUDA::test_out_reshape_as_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3603156Z test_ops.py::TestCommonCUDA::test_out_reshape_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3603547Z test_ops.py::TestCommonCUDA::test_out_resolve_conj_cuda_float32 PASSED [ 17%] 2022-11-23T02:55:06.3603916Z test_ops.py::TestCommonCUDA::test_out_roll_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3604284Z test_ops.py::TestCommonCUDA::test_out_rot90_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3604687Z test_ops.py::TestCommonCUDA::test_out_round_decimals_0_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3605069Z test_ops.py::TestCommonCUDA::test_out_rsub_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3605467Z test_ops.py::TestCommonCUDA::test_out_scalar_tensor_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3605876Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_amin_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3606484Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_mean_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3606893Z test_ops.py::TestCommonCUDA::test_out_scatter_reduce_prod_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3607309Z test_ops.py::TestCommonCUDA::test_out_segment_reduce_offsets_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3607852Z test_ops.py::TestCommonCUDA::test_out_select_scatter_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3608212Z test_ops.py::TestCommonCUDA::test_out_sgn_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3608652Z test_ops.py::TestCommonCUDA::test_out_sign_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3609140Z test_ops.py::TestCommonCUDA::test_out_signal_windows_cosine_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3609571Z test_ops.py::TestCommonCUDA::test_out_signal_windows_gaussian_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3609932Z test_ops.py::TestCommonCUDA::test_out_sinh_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3610332Z test_ops.py::TestCommonCUDA::test_out_slice_scatter_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3610700Z test_ops.py::TestCommonCUDA::test_out_softmax_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3611102Z test_ops.py::TestCommonCUDA::test_out_softmax_with_dtype_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3611558Z test_ops.py::TestCommonCUDA::test_out_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T02:55:06.3611981Z test_ops.py::TestCommonCUDA::test_out_special_bessel_j0_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3612556Z test_ops.py::TestCommonCUDA::test_out_special_bessel_y0_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3612982Z test_ops.py::TestCommonCUDA::test_out_special_bessel_y1_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3613609Z test_ops.py::TestCommonCUDA::test_out_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:55:06.3614095Z test_ops.py::TestCommonCUDA::test_out_special_erfcx_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3614542Z test_ops.py::TestCommonCUDA::test_out_special_hermite_polynomial_he_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3615069Z test_ops.py::TestCommonCUDA::test_out_special_i1_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3615462Z test_ops.py::TestCommonCUDA::test_out_special_i1e_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3616133Z test_ops.py::TestCommonCUDA::test_out_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:55:06.3616594Z test_ops.py::TestCommonCUDA::test_out_special_log_ndtr_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3617037Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i0_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3617436Z test_ops.py::TestCommonCUDA::test_out_special_modified_bessel_i1_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3617840Z test_ops.py::TestCommonCUDA::test_out_special_ndtr_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3618245Z test_ops.py::TestCommonCUDA::test_out_special_ndtri_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3618720Z test_ops.py::TestCommonCUDA::test_out_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3619355Z test_ops.py::TestCommonCUDA::test_out_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:55:06.3619763Z test_ops.py::TestCommonCUDA::test_out_special_xlog1py_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3620183Z test_ops.py::TestCommonCUDA::test_out_split_list_args_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3620582Z test_ops.py::TestCommonCUDA::test_out_squeeze_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3620964Z test_ops.py::TestCommonCUDA::test_out_std_mean_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3621543Z test_ops.py::TestCommonCUDA::test_out_stft_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3622041Z test_ops.py::TestCommonCUDA::test_out_sum_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3622432Z test_ops.py::TestCommonCUDA::test_out_symeig_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3622797Z test_ops.py::TestCommonCUDA::test_out_t_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3623244Z test_ops.py::TestCommonCUDA::test_out_take_along_dim_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3623659Z test_ops.py::TestCommonCUDA::test_out_take_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3624040Z test_ops.py::TestCommonCUDA::test_out_tan_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3624403Z test_ops.py::TestCommonCUDA::test_out_tanh_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3624772Z test_ops.py::TestCommonCUDA::test_out_to_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3625134Z test_ops.py::TestCommonCUDA::test_out_to_sparse_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3625515Z test_ops.py::TestCommonCUDA::test_out_trapz_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3625899Z test_ops.py::TestCommonCUDA::test_out_tril_indices_cuda_int64 PASSED [ 18%] 2022-11-23T02:55:06.3626282Z test_ops.py::TestCommonCUDA::test_out_triu_indices_cuda_int64 PASSED [ 18%] 2022-11-23T02:55:06.3626667Z test_ops.py::TestCommonCUDA::test_out_trunc_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3627042Z test_ops.py::TestCommonCUDA::test_out_unbind_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3627412Z test_ops.py::TestCommonCUDA::test_out_uniform_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3627959Z test_ops.py::TestCommonCUDA::test_out_unsqueeze_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3628361Z test_ops.py::TestCommonCUDA::test_out_var_mean_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3628736Z test_ops.py::TestCommonCUDA::test_out_vdot_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3629238Z test_ops.py::TestCommonCUDA::test_out_view_as_complex_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3629639Z test_ops.py::TestCommonCUDA::test_out_view_as_real_cuda_complex64 PASSED [ 18%] 2022-11-23T02:55:06.3630011Z test_ops.py::TestCommonCUDA::test_out_view_copy_cuda_float32 XFAIL [ 18%] 2022-11-23T02:55:06.3630479Z test_ops.py::TestCommonCUDA::test_out_vsplit_cuda_float32 PASSED [ 18%] 2022-11-23T02:55:06.3630863Z test_ops.py::TestCommonCUDA::test_out_warning_H_cuda PASSED [ 18%] 2022-11-23T02:55:06.3631214Z test_ops.py::TestCommonCUDA::test_out_warning_T_cuda PASSED [ 18%] 2022-11-23T02:55:06.3631592Z test_ops.py::TestCommonCUDA::test_out_warning___getitem___cuda PASSED [ 18%] 2022-11-23T02:55:06.3631968Z test_ops.py::TestCommonCUDA::test_out_warning___radd___cuda PASSED [ 18%] 2022-11-23T02:55:06.3632309Z test_ops.py::TestCommonCUDA::test_out_warning___rmod___cuda PASSED [ 18%] 2022-11-23T02:55:06.3632690Z test_ops.py::TestCommonCUDA::test_out_warning___rmul___cuda PASSED [ 18%] 2022-11-23T02:55:06.3633067Z test_ops.py::TestCommonCUDA::test_out_warning___rpow___cuda PASSED [ 18%] 2022-11-23T02:55:06.3633449Z test_ops.py::TestCommonCUDA::test_out_warning___rsub___cuda PASSED [ 18%] 2022-11-23T02:55:06.3633822Z test_ops.py::TestCommonCUDA::test_out_warning___rxor___cuda PASSED [ 18%] 2022-11-23T02:55:06.3634245Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_bool_cuda PASSED [ 18%] 2022-11-23T02:55:06.3634681Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_cfloat_cuda PASSED [ 18%] 2022-11-23T02:55:06.3635122Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_char_cuda PASSED [ 18%] 2022-11-23T02:55:06.3635582Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_complex_cuda PASSED [ 18%] 2022-11-23T02:55:06.3636263Z test_ops.py::TestCommonCUDA::test_out_warning__refs__conversions_half_cuda PASSED [ 18%] 2022-11-23T02:55:06.3636892Z test_ops.py::TestCommonCUDA::test_out_warning__refs_acos_cuda PASSED [ 18%] 2022-11-23T02:55:06.3637364Z test_ops.py::TestCommonCUDA::test_out_warning__refs_acosh_cuda PASSED [ 18%] 2022-11-23T02:55:06.3637793Z test_ops.py::TestCommonCUDA::test_out_warning__refs_add_cuda PASSED [ 18%] 2022-11-23T02:55:06.3638185Z test_ops.py::TestCommonCUDA::test_out_warning__refs_addcdiv_cuda PASSED [ 18%] 2022-11-23T02:55:06.3638556Z test_ops.py::TestCommonCUDA::test_out_warning__refs_addcmul_cuda PASSED [ 18%] 2022-11-23T02:55:06.3638926Z test_ops.py::TestCommonCUDA::test_out_warning__refs_amax_cuda PASSED [ 18%] 2022-11-23T02:55:06.3639316Z test_ops.py::TestCommonCUDA::test_out_warning__refs_amin_cuda PASSED [ 18%] 2022-11-23T02:55:06.3639724Z test_ops.py::TestCommonCUDA::test_out_warning__refs_as_strided_cuda PASSED [ 18%] 2022-11-23T02:55:06.3640091Z test_ops.py::TestCommonCUDA::test_out_warning__refs_asin_cuda PASSED [ 18%] 2022-11-23T02:55:06.3640471Z test_ops.py::TestCommonCUDA::test_out_warning__refs_asinh_cuda PASSED [ 18%] 2022-11-23T02:55:06.3640864Z test_ops.py::TestCommonCUDA::test_out_warning__refs_atanh_cuda PASSED [ 18%] 2022-11-23T02:55:06.3641261Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_and_cuda PASSED [ 18%] 2022-11-23T02:55:06.3641690Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_left_shift_cuda PASSED [ 18%] 2022-11-23T02:55:06.3642101Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_not_cuda PASSED [ 18%] 2022-11-23T02:55:06.3642494Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bitwise_xor_cuda PASSED [ 18%] 2022-11-23T02:55:06.3643181Z test_ops.py::TestCommonCUDA::test_out_warning__refs_broadcast_shapes_cuda PASSED [ 18%] 2022-11-23T02:55:06.3643638Z test_ops.py::TestCommonCUDA::test_out_warning__refs_bucketize_cuda PASSED [ 18%] 2022-11-23T02:55:06.3644029Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ceil_cuda PASSED [ 18%] 2022-11-23T02:55:06.3644494Z test_ops.py::TestCommonCUDA::test_out_warning__refs_chunk_cuda PASSED [ 18%] 2022-11-23T02:55:06.3644953Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clamp_max_cuda PASSED [ 18%] 2022-11-23T02:55:06.3645336Z test_ops.py::TestCommonCUDA::test_out_warning__refs_clone_cuda PASSED [ 18%] 2022-11-23T02:55:06.3645705Z test_ops.py::TestCommonCUDA::test_out_warning__refs_conj_cuda PASSED [ 18%] 2022-11-23T02:55:06.3646117Z test_ops.py::TestCommonCUDA::test_out_warning__refs_contiguous_cuda PASSED [ 18%] 2022-11-23T02:55:06.3646509Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cos_cuda PASSED [ 18%] 2022-11-23T02:55:06.3646895Z test_ops.py::TestCommonCUDA::test_out_warning__refs_cosh_cuda PASSED [ 18%] 2022-11-23T02:55:06.3647560Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_cuda PASSED [ 18%] 2022-11-23T02:55:06.3647951Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diag_embed_cuda PASSED [ 18%] 2022-11-23T02:55:06.3648378Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_copy_cuda PASSED [ 18%] 2022-11-23T02:55:06.3648783Z test_ops.py::TestCommonCUDA::test_out_warning__refs_diagonal_cuda PASSED [ 18%] 2022-11-23T02:55:06.3649176Z test_ops.py::TestCommonCUDA::test_out_warning__refs_digamma_cuda PASSED [ 18%] 2022-11-23T02:55:06.3649825Z test_ops.py::TestCommonCUDA::test_out_warning__refs_div_floor_rounding_cuda PASSED [ 18%] 2022-11-23T02:55:06.3652913Z test_ops.py::TestCommonCUDA::test_out_warning__refs_div_no_rounding_mode_cuda PASSED [ 18%] 2022-11-23T02:55:06.3653378Z test_ops.py::TestCommonCUDA::test_out_warning__refs_div_trunc_rounding_cuda PASSED [ 18%] 2022-11-23T02:55:06.3653799Z test_ops.py::TestCommonCUDA::test_out_warning__refs_dsplit_cuda PASSED [ 18%] 2022-11-23T02:55:06.3654306Z test_ops.py::TestCommonCUDA::test_out_warning__refs_empty_cuda SKIPPED (Expected: empty is not comparable) [ 18%] 2022-11-23T02:55:06.3654707Z test_ops.py::TestCommonCUDA::test_out_warning__refs_erfc_cuda PASSED [ 18%] 2022-11-23T02:55:06.3655104Z test_ops.py::TestCommonCUDA::test_out_warning__refs_erfinv_cuda PASSED [ 18%] 2022-11-23T02:55:06.3656743Z test_ops.py::TestCommonCUDA::test_out_warning__refs_exp_cuda PASSED [ 18%] 2022-11-23T02:55:06.3659698Z test_ops.py::TestCommonCUDA::test_out_warning__refs_expand_as_cuda PASSED [ 18%] 2022-11-23T02:55:06.3660149Z test_ops.py::TestCommonCUDA::test_out_warning__refs_expm1_cuda PASSED [ 18%] 2022-11-23T02:55:06.3660554Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_fft2_cuda PASSED [ 18%] 2022-11-23T02:55:06.3660956Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_hfftn_cuda PASSED [ 18%] 2022-11-23T02:55:06.3661368Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft2_cuda PASSED [ 18%] 2022-11-23T02:55:06.3661777Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifft_cuda PASSED [ 18%] 2022-11-23T02:55:06.3662178Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftn_cuda PASSED [ 18%] 2022-11-23T02:55:06.3662562Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ifftshift_cuda PASSED [ 18%] 2022-11-23T02:55:06.3662971Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfft2_cuda PASSED [ 18%] 2022-11-23T02:55:06.3663380Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_ihfftn_cuda PASSED [ 18%] 2022-11-23T02:55:06.3663752Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfft2_cuda PASSED [ 18%] 2022-11-23T02:55:06.3665926Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_irfftn_cuda PASSED [ 18%] 2022-11-23T02:55:06.3667122Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fft_rfft2_cuda PASSED [ 18%] 2022-11-23T02:55:06.3667531Z test_ops.py::TestCommonCUDA::test_out_warning__refs_flipud_cuda PASSED [ 18%] 2022-11-23T02:55:06.3668140Z test_ops.py::TestCommonCUDA::test_out_warning__refs_float_power_cuda PASSED [ 18%] 2022-11-23T02:55:06.3668557Z test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_cuda PASSED [ 18%] 2022-11-23T02:55:06.3668956Z test_ops.py::TestCommonCUDA::test_out_warning__refs_floor_divide_cuda PASSED [ 18%] 2022-11-23T02:55:06.3669353Z test_ops.py::TestCommonCUDA::test_out_warning__refs_fmax_cuda PASSED [ 18%] 2022-11-23T02:55:06.3669751Z test_ops.py::TestCommonCUDA::test_out_warning__refs_frac_cuda PASSED [ 18%] 2022-11-23T02:55:06.3670140Z test_ops.py::TestCommonCUDA::test_out_warning__refs_gcd_cuda PASSED [ 18%] 2022-11-23T02:55:06.3670524Z test_ops.py::TestCommonCUDA::test_out_warning__refs_i0_cuda PASSED [ 18%] 2022-11-23T02:55:06.3670911Z test_ops.py::TestCommonCUDA::test_out_warning__refs_imag_cuda PASSED [ 18%] 2022-11-23T02:55:06.3673762Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_add_cuda PASSED [ 18%] 2022-11-23T02:55:06.3674218Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_copy_cuda PASSED [ 18%] 2022-11-23T02:55:06.3674603Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_fill_cuda PASSED [ 18%] 2022-11-23T02:55:06.3675016Z test_ops.py::TestCommonCUDA::test_out_warning__refs_index_select_cuda PASSED [ 18%] 2022-11-23T02:55:06.3675420Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isclose_cuda PASSED [ 18%] 2022-11-23T02:55:06.3675805Z test_ops.py::TestCommonCUDA::test_out_warning__refs_isnan_cuda PASSED [ 18%] 2022-11-23T02:55:06.3676195Z test_ops.py::TestCommonCUDA::test_out_warning__refs_lerp_cuda PASSED [ 18%] 2022-11-23T02:55:06.3676612Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svd_cuda PASSED [ 18%] 2022-11-23T02:55:06.3677022Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_svdvals_cuda PASSED [ 18%] 2022-11-23T02:55:06.3677441Z test_ops.py::TestCommonCUDA::test_out_warning__refs_linalg_vector_norm_cuda PASSED [ 18%] 2022-11-23T02:55:06.3677837Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log10_cuda PASSED [ 19%] 2022-11-23T02:55:06.3678227Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log1p_cuda PASSED [ 19%] 2022-11-23T02:55:06.3681175Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log2_cuda PASSED [ 19%] 2022-11-23T02:55:06.3681849Z test_ops.py::TestCommonCUDA::test_out_warning__refs_log_softmax_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:55:06.3682247Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_and_cuda PASSED [ 19%] 2022-11-23T02:55:06.3682659Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logical_not_cuda PASSED [ 19%] 2022-11-23T02:55:06.3683067Z test_ops.py::TestCommonCUDA::test_out_warning__refs_logspace_cuda PASSED [ 19%] 2022-11-23T02:55:06.3683474Z test_ops.py::TestCommonCUDA::test_out_warning__refs_masked_fill_cuda PASSED [ 19%] 2022-11-23T02:55:06.3683869Z test_ops.py::TestCommonCUDA::test_out_warning__refs_maximum_cuda PASSED [ 19%] 2022-11-23T02:55:06.3684255Z test_ops.py::TestCommonCUDA::test_out_warning__refs_mean_cuda PASSED [ 19%] 2022-11-23T02:55:06.3684663Z test_ops.py::TestCommonCUDA::test_out_warning__refs_movedim_cuda PASSED [ 19%] 2022-11-23T02:55:06.3685031Z test_ops.py::TestCommonCUDA::test_out_warning__refs_mul_cuda PASSED [ 19%] 2022-11-23T02:55:06.3687947Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nan_to_num_cuda PASSED [ 19%] 2022-11-23T02:55:06.3688405Z test_ops.py::TestCommonCUDA::test_out_warning__refs_narrow_copy_cuda PASSED [ 19%] 2022-11-23T02:55:06.3688846Z test_ops.py::TestCommonCUDA::test_out_warning__refs_native_layer_norm_cuda PASSED [ 19%] 2022-11-23T02:55:06.3689240Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ne_cuda PASSED [ 19%] 2022-11-23T02:55:06.3689656Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_empty_strided_cuda PASSED [ 19%] 2022-11-23T02:55:06.3690045Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_full_cuda PASSED [ 19%] 2022-11-23T02:55:06.3690633Z test_ops.py::TestCommonCUDA::test_out_warning__refs_new_zeros_cuda PASSED [ 19%] 2022-11-23T02:55:06.3691120Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_group_norm_cuda PASSED [ 19%] 2022-11-23T02:55:06.3691552Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_hardtanh_cuda PASSED [ 19%] 2022-11-23T02:55:06.3691990Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_l1_loss_cuda PASSED [ 19%] 2022-11-23T02:55:06.3694276Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_layer_norm_cuda PASSED [ 19%] 2022-11-23T02:55:06.3695532Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:55:06.3696022Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_margin_ranking_loss_cuda PASSED [ 19%] 2022-11-23T02:55:06.3696462Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mish_cuda PASSED [ 19%] 2022-11-23T02:55:06.3696925Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_mse_loss_cuda PASSED [ 19%] 2022-11-23T02:55:06.3697397Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pairwise_distance_cuda PASSED [ 19%] 2022-11-23T02:55:06.3697826Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_pdist_cuda PASSED [ 19%] 2022-11-23T02:55:06.3698297Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_poisson_nll_loss_cuda PASSED [ 19%] 2022-11-23T02:55:06.3698714Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_prelu_cuda PASSED [ 19%] 2022-11-23T02:55:06.3699137Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_relu6_cuda PASSED [ 19%] 2022-11-23T02:55:06.3702075Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_selu_cuda PASSED [ 19%] 2022-11-23T02:55:06.3702613Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmax_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:55:06.3703106Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softmin_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:55:06.3703552Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_softplus_cuda PASSED [ 19%] 2022-11-23T02:55:06.3704009Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_tanhshrink_cuda PASSED [ 19%] 2022-11-23T02:55:06.3704714Z test_ops.py::TestCommonCUDA::test_out_warning__refs_nn_functional_triplet_margin_loss_cuda PASSED [ 19%] 2022-11-23T02:55:06.3705128Z test_ops.py::TestCommonCUDA::test_out_warning__refs_permute_cuda PASSED [ 19%] 2022-11-23T02:55:06.3705530Z test_ops.py::TestCommonCUDA::test_out_warning__refs_pow_cuda PASSED [ 19%] 2022-11-23T02:55:06.3705916Z test_ops.py::TestCommonCUDA::test_out_warning__refs_ravel_cuda PASSED [ 19%] 2022-11-23T02:55:06.3706315Z test_ops.py::TestCommonCUDA::test_out_warning__refs_reciprocal_cuda PASSED [ 19%] 2022-11-23T02:55:06.3709247Z test_ops.py::TestCommonCUDA::test_out_warning__refs_remainder_cuda PASSED [ 19%] 2022-11-23T02:55:06.3709714Z test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_as_cuda PASSED [ 19%] 2022-11-23T02:55:06.3710129Z test_ops.py::TestCommonCUDA::test_out_warning__refs_reshape_cuda PASSED [ 19%] 2022-11-23T02:55:06.3710520Z test_ops.py::TestCommonCUDA::test_out_warning__refs_roll_cuda PASSED [ 19%] 2022-11-23T02:55:06.3710921Z test_ops.py::TestCommonCUDA::test_out_warning__refs_rsub_cuda PASSED [ 19%] 2022-11-23T02:55:06.3711317Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sigmoid_cuda PASSED [ 19%] 2022-11-23T02:55:06.3711701Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sin_cuda PASSED [ 19%] 2022-11-23T02:55:06.3712061Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sinc_cuda PASSED [ 19%] 2022-11-23T02:55:06.3712441Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sinh_cuda PASSED [ 19%] 2022-11-23T02:55:06.3712877Z test_ops.py::TestCommonCUDA::test_out_warning__refs_softmax_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:55:06.3713497Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j0_cuda PASSED [ 19%] 2022-11-23T02:55:06.3716520Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_bessel_j1_cuda PASSED [ 19%] 2022-11-23T02:55:06.3716971Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_i0e_cuda PASSED [ 19%] 2022-11-23T02:55:06.3717474Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cuda PASSED [ 19%] 2022-11-23T02:55:06.3717953Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cuda PASSED [ 19%] 2022-11-23T02:55:06.3718363Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_ndtr_cuda PASSED [ 19%] 2022-11-23T02:55:06.3718820Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_softmax_with_dtype_cuda PASSED [ 19%] 2022-11-23T02:55:06.3719297Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_spherical_bessel_j0_cuda PASSED [ 19%] 2022-11-23T02:55:06.3719726Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_xlog1py_cuda PASSED [ 19%] 2022-11-23T02:55:06.3720135Z test_ops.py::TestCommonCUDA::test_out_warning__refs_special_zeta_cuda PASSED [ 19%] 2022-11-23T02:55:06.3720541Z test_ops.py::TestCommonCUDA::test_out_warning__refs_squeeze_cuda PASSED [ 19%] 2022-11-23T02:55:06.3723458Z test_ops.py::TestCommonCUDA::test_out_warning__refs_std_mean_cuda PASSED [ 19%] 2022-11-23T02:55:06.3723913Z test_ops.py::TestCommonCUDA::test_out_warning__refs_sum_cuda PASSED [ 19%] 2022-11-23T02:55:06.3724294Z test_ops.py::TestCommonCUDA::test_out_warning__refs_to_cuda PASSED [ 19%] 2022-11-23T02:55:06.3724714Z test_ops.py::TestCommonCUDA::test_out_warning__refs_tril_indices_cuda PASSED [ 19%] 2022-11-23T02:55:06.3725144Z test_ops.py::TestCommonCUDA::test_out_warning__refs_true_divide_cuda PASSED [ 19%] 2022-11-23T02:55:06.3725502Z test_ops.py::TestCommonCUDA::test_out_warning__refs_trunc_cuda PASSED [ 19%] 2022-11-23T02:55:06.3725911Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unflatten_cuda PASSED [ 19%] 2022-11-23T02:55:06.3726309Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unfold_cuda PASSED [ 19%] 2022-11-23T02:55:06.3726720Z test_ops.py::TestCommonCUDA::test_out_warning__refs_unsqueeze_cuda PASSED [ 19%] 2022-11-23T02:55:06.3727111Z test_ops.py::TestCommonCUDA::test_out_warning__refs_var_cuda PASSED [ 19%] 2022-11-23T02:55:06.3727727Z test_ops.py::TestCommonCUDA::test_out_warning__refs_var_mean_cuda PASSED [ 19%] 2022-11-23T02:55:06.3730650Z test_ops.py::TestCommonCUDA::test_out_warning__refs_view_cuda PASSED [ 19%] 2022-11-23T02:55:06.3731092Z test_ops.py::TestCommonCUDA::test_out_warning__refs_vstack_cuda PASSED [ 19%] 2022-11-23T02:55:06.3731482Z test_ops.py::TestCommonCUDA::test_out_warning_abs_cuda PASSED [ 19%] 2022-11-23T02:55:06.3731858Z test_ops.py::TestCommonCUDA::test_out_warning_add_cuda PASSED [ 19%] 2022-11-23T02:55:06.3732232Z test_ops.py::TestCommonCUDA::test_out_warning_addbmm_cuda XFAIL [ 19%] 2022-11-23T02:55:06.3732629Z test_ops.py::TestCommonCUDA::test_out_warning_addcdiv_cuda PASSED [ 19%] 2022-11-23T02:55:06.3733016Z test_ops.py::TestCommonCUDA::test_out_warning_addcmul_cuda PASSED [ 19%] 2022-11-23T02:55:06.3733400Z test_ops.py::TestCommonCUDA::test_out_warning_addr_cuda PASSED [ 19%] 2022-11-23T02:55:06.3733775Z test_ops.py::TestCommonCUDA::test_out_warning_all_cuda PASSED [ 19%] 2022-11-23T02:55:06.3734145Z test_ops.py::TestCommonCUDA::test_out_warning_amax_cuda PASSED [ 19%] 2022-11-23T02:55:06.3734515Z test_ops.py::TestCommonCUDA::test_out_warning_amin_cuda PASSED [ 19%] 2022-11-23T02:55:06.3734879Z test_ops.py::TestCommonCUDA::test_out_warning_angle_cuda PASSED [ 19%] 2022-11-23T02:55:06.3737807Z test_ops.py::TestCommonCUDA::test_out_warning_any_cuda PASSED [ 19%] 2022-11-23T02:55:06.3738239Z test_ops.py::TestCommonCUDA::test_out_warning_arange_cuda XFAIL [ 19%] 2022-11-23T02:55:06.3738830Z test_ops.py::TestCommonCUDA::test_out_warning_argmin_cuda PASSED [ 19%] 2022-11-23T02:55:06.3739263Z test_ops.py::TestCommonCUDA::test_out_warning_argwhere_cuda PASSED [ 19%] 2022-11-23T02:55:06.3739691Z test_ops.py::TestCommonCUDA::test_out_warning_as_strided_scatter_cuda PASSED [ 19%] 2022-11-23T02:55:06.3740071Z test_ops.py::TestCommonCUDA::test_out_warning_atan_cuda PASSED [ 19%] 2022-11-23T02:55:06.3740467Z test_ops.py::TestCommonCUDA::test_out_warning_atanh_cuda PASSED [ 19%] 2022-11-23T02:55:06.3740864Z test_ops.py::TestCommonCUDA::test_out_warning_atleast_2d_cuda PASSED [ 19%] 2022-11-23T02:55:06.3741260Z test_ops.py::TestCommonCUDA::test_out_warning_bernoulli_cuda XFAIL [ 19%] 2022-11-23T02:55:06.3741650Z test_ops.py::TestCommonCUDA::test_out_warning_bincount_cuda PASSED [ 19%] 2022-11-23T02:55:06.3742034Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_and_cuda PASSED [ 19%] 2022-11-23T02:55:06.3745005Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_left_shift_cuda PASSED [ 19%] 2022-11-23T02:55:06.3745441Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_not_cuda PASSED [ 19%] 2022-11-23T02:55:06.3745849Z test_ops.py::TestCommonCUDA::test_out_warning_bitwise_xor_cuda PASSED [ 19%] 2022-11-23T02:55:06.3746236Z test_ops.py::TestCommonCUDA::test_out_warning_block_diag_cuda PASSED [ 19%] 2022-11-23T02:55:06.3746627Z test_ops.py::TestCommonCUDA::test_out_warning_bool_cuda PASSED [ 19%] 2022-11-23T02:55:06.3747009Z test_ops.py::TestCommonCUDA::test_out_warning_byte_cuda PASSED [ 19%] 2022-11-23T02:55:06.3747369Z test_ops.py::TestCommonCUDA::test_out_warning_cat_cuda PASSED [ 19%] 2022-11-23T02:55:06.3747764Z test_ops.py::TestCommonCUDA::test_out_warning_cdist_cuda PASSED [ 19%] 2022-11-23T02:55:06.3748141Z test_ops.py::TestCommonCUDA::test_out_warning_ceil_cuda PASSED [ 19%] 2022-11-23T02:55:06.3748514Z test_ops.py::TestCommonCUDA::test_out_warning_cfloat_cuda PASSED [ 19%] 2022-11-23T02:55:06.3748901Z test_ops.py::TestCommonCUDA::test_out_warning_chunk_cuda PASSED [ 19%] 2022-11-23T02:55:06.3751789Z test_ops.py::TestCommonCUDA::test_out_warning_clone_cuda PASSED [ 19%] 2022-11-23T02:55:06.3752243Z test_ops.py::TestCommonCUDA::test_out_warning_conj_physical_cuda PASSED [ 19%] 2022-11-23T02:55:06.3752875Z test_ops.py::TestCommonCUDA::test_out_warning_constant_pad_nd_cuda PASSED [ 19%] 2022-11-23T02:55:06.3753278Z test_ops.py::TestCommonCUDA::test_out_warning_contiguous_cuda PASSED [ 19%] 2022-11-23T02:55:06.3753665Z test_ops.py::TestCommonCUDA::test_out_warning_copysign_cuda PASSED [ 19%] 2022-11-23T02:55:06.3754061Z test_ops.py::TestCommonCUDA::test_out_warning_corrcoef_cuda PASSED [ 19%] 2022-11-23T02:55:06.3754465Z test_ops.py::TestCommonCUDA::test_out_warning_count_nonzero_cuda PASSED [ 19%] 2022-11-23T02:55:06.3754842Z test_ops.py::TestCommonCUDA::test_out_warning_cov_cuda PASSED [ 19%] 2022-11-23T02:55:06.3755219Z test_ops.py::TestCommonCUDA::test_out_warning_cummin_cuda PASSED [ 19%] 2022-11-23T02:55:06.3755607Z test_ops.py::TestCommonCUDA::test_out_warning_cumprod_cuda PASSED [ 19%] 2022-11-23T02:55:06.3755997Z test_ops.py::TestCommonCUDA::test_out_warning_diagflat_cuda PASSED [ 19%] 2022-11-23T02:55:06.3758951Z test_ops.py::TestCommonCUDA::test_out_warning_diagonal_cuda PASSED [ 19%] 2022-11-23T02:55:06.3759420Z test_ops.py::TestCommonCUDA::test_out_warning_diagonal_scatter_cuda PASSED [ 19%] 2022-11-23T02:55:06.3759788Z test_ops.py::TestCommonCUDA::test_out_warning_diff_cuda PASSED [ 19%] 2022-11-23T02:55:06.3760209Z test_ops.py::TestCommonCUDA::test_out_warning_div_trunc_rounding_cuda PASSED [ 19%] 2022-11-23T02:55:06.3760604Z test_ops.py::TestCommonCUDA::test_out_warning_double_cuda PASSED [ 19%] 2022-11-23T02:55:06.3760996Z test_ops.py::TestCommonCUDA::test_out_warning_empty_like_cuda PASSED [ 19%] 2022-11-23T02:55:06.3761542Z test_ops.py::TestCommonCUDA::test_out_warning_eq_cuda PASSED [ 19%] 2022-11-23T02:55:06.3762151Z test_ops.py::TestCommonCUDA::test_out_warning_equal_cuda SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-11-23T02:55:06.3762549Z test_ops.py::TestCommonCUDA::test_out_warning_erf_cuda PASSED [ 19%] 2022-11-23T02:55:06.3762951Z test_ops.py::TestCommonCUDA::test_out_warning_erfinv_cuda PASSED [ 19%] 2022-11-23T02:55:06.3765855Z test_ops.py::TestCommonCUDA::test_out_warning_exp2_cuda PASSED [ 19%] 2022-11-23T02:55:06.3766279Z test_ops.py::TestCommonCUDA::test_out_warning_eye_cuda XFAIL [ 19%] 2022-11-23T02:55:06.3766680Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fft2_cuda PASSED [ 19%] 2022-11-23T02:55:06.3767071Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fft_cuda PASSED [ 19%] 2022-11-23T02:55:06.3767470Z test_ops.py::TestCommonCUDA::test_out_warning_fft_fftshift_cuda PASSED [ 19%] 2022-11-23T02:55:06.3767857Z test_ops.py::TestCommonCUDA::test_out_warning_fft_hfft2_cuda PASSED [ 19%] 2022-11-23T02:55:06.3768240Z test_ops.py::TestCommonCUDA::test_out_warning_fft_hfftn_cuda PASSED [ 19%] 2022-11-23T02:55:06.3768629Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifft_cuda PASSED [ 19%] 2022-11-23T02:55:06.3769030Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ifftshift_cuda PASSED [ 19%] 2022-11-23T02:55:06.3769429Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfft_cuda PASSED [ 19%] 2022-11-23T02:55:06.3769788Z test_ops.py::TestCommonCUDA::test_out_warning_fft_ihfftn_cuda XFAIL [ 19%] 2022-11-23T02:55:06.3770171Z test_ops.py::TestCommonCUDA::test_out_warning_fft_irfftn_cuda PASSED [ 19%] 2022-11-23T02:55:06.3773106Z test_ops.py::TestCommonCUDA::test_out_warning_fft_rfft_cuda PASSED [ 19%] 2022-11-23T02:55:06.3773543Z test_ops.py::TestCommonCUDA::test_out_warning_fft_rfftn_cuda PASSED [ 19%] 2022-11-23T02:55:06.3773930Z test_ops.py::TestCommonCUDA::test_out_warning_fill_cuda PASSED [ 19%] 2022-11-23T02:55:06.3774310Z test_ops.py::TestCommonCUDA::test_out_warning_flip_cuda PASSED [ 19%] 2022-11-23T02:55:06.3774697Z test_ops.py::TestCommonCUDA::test_out_warning_flipud_cuda PASSED [ 19%] 2022-11-23T02:55:06.3775085Z test_ops.py::TestCommonCUDA::test_out_warning_float_cuda PASSED [ 20%] 2022-11-23T02:55:06.3775693Z test_ops.py::TestCommonCUDA::test_out_warning_floor_cuda PASSED [ 20%] 2022-11-23T02:55:06.3776088Z test_ops.py::TestCommonCUDA::test_out_warning_floor_divide_cuda PASSED [ 20%] 2022-11-23T02:55:06.3776468Z test_ops.py::TestCommonCUDA::test_out_warning_frac_cuda PASSED [ 20%] 2022-11-23T02:55:06.3776852Z test_ops.py::TestCommonCUDA::test_out_warning_frexp_cuda PASSED [ 20%] 2022-11-23T02:55:06.3777246Z test_ops.py::TestCommonCUDA::test_out_warning_full_like_cuda PASSED [ 20%] 2022-11-23T02:55:06.3780135Z test_ops.py::TestCommonCUDA::test_out_warning_gcd_cuda PASSED [ 20%] 2022-11-23T02:55:06.3780573Z test_ops.py::TestCommonCUDA::test_out_warning_gradient_cuda PASSED [ 20%] 2022-11-23T02:55:06.3780948Z test_ops.py::TestCommonCUDA::test_out_warning_half_cuda PASSED [ 20%] 2022-11-23T02:55:06.3781334Z test_ops.py::TestCommonCUDA::test_out_warning_heaviside_cuda PASSED [ 20%] 2022-11-23T02:55:06.3781730Z test_ops.py::TestCommonCUDA::test_out_warning_histc_cuda PASSED [ 20%] 2022-11-23T02:55:06.3782268Z test_ops.py::TestCommonCUDA::test_out_warning_histogram_cuda SKIPPED (Skipped! Op has not supported dtypes on this device.) [ 20%] 2022-11-23T02:55:06.3782659Z test_ops.py::TestCommonCUDA::test_out_warning_hsplit_cuda PASSED [ 20%] 2022-11-23T02:55:06.3783027Z test_ops.py::TestCommonCUDA::test_out_warning_i0_cuda PASSED [ 20%] 2022-11-23T02:55:06.3783412Z test_ops.py::TestCommonCUDA::test_out_warning_igammac_cuda PASSED [ 20%] 2022-11-23T02:55:06.3783807Z test_ops.py::TestCommonCUDA::test_out_warning_index_fill_cuda PASSED [ 20%] 2022-11-23T02:55:06.3787811Z test_ops.py::TestCommonCUDA::test_out_warning_index_put_cuda PASSED [ 20%] 2022-11-23T02:55:06.3788325Z test_ops.py::TestCommonCUDA::test_out_warning_index_reduce_cuda PASSED [ 20%] 2022-11-23T02:55:06.3788719Z test_ops.py::TestCommonCUDA::test_out_warning_isclose_cuda PASSED [ 20%] 2022-11-23T02:55:06.3789117Z test_ops.py::TestCommonCUDA::test_out_warning_isin_cuda PASSED [ 20%] 2022-11-23T02:55:06.3789495Z test_ops.py::TestCommonCUDA::test_out_warning_isinf_cuda PASSED [ 20%] 2022-11-23T02:55:06.3789878Z test_ops.py::TestCommonCUDA::test_out_warning_isnan_cuda PASSED [ 20%] 2022-11-23T02:55:06.3790268Z test_ops.py::TestCommonCUDA::test_out_warning_isneginf_cuda PASSED [ 20%] 2022-11-23T02:55:06.3790648Z test_ops.py::TestCommonCUDA::test_out_warning_isreal_cuda PASSED [ 20%] 2022-11-23T02:55:06.3791100Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_4inputs_with_extra_args_cuda PASSED [ 20%] 2022-11-23T02:55:06.3794020Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_cuda PASSED [ 20%] 2022-11-23T02:55:06.3794544Z test_ops.py::TestCommonCUDA::test_out_warning_jiterator_binary_return_by_ref_cuda PASSED [ 20%] 2022-11-23T02:55:06.3794929Z test_ops.py::TestCommonCUDA::test_out_warning_le_cuda PASSED [ 20%] 2022-11-23T02:55:06.3795337Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cross_cuda PASSED [ 20%] 2022-11-23T02:55:06.3795713Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_eig_cuda PASSED [ 20%] 2022-11-23T02:55:06.3796169Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_householder_product_cuda PASSED [ 20%] 2022-11-23T02:55:06.3796560Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_inv_ex_cuda PASSED [ 20%] 2022-11-23T02:55:06.3796981Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_factor_ex_cuda PASSED [ 20%] 2022-11-23T02:55:06.3797382Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_ldl_solve_cuda PASSED [ 20%] 2022-11-23T02:55:06.3797789Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lstsq_cuda PASSED [ 20%] 2022-11-23T02:55:06.3798173Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_cuda PASSED [ 20%] 2022-11-23T02:55:06.3801073Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_factor_cuda PASSED [ 20%] 2022-11-23T02:55:06.3801739Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_lu_solve_cuda PASSED [ 20%] 2022-11-23T02:55:06.3802172Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3802588Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_power_cuda PASSED [ 20%] 2022-11-23T02:55:06.3803025Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_matrix_rank_hermitian_cuda PASSED [ 20%] 2022-11-23T02:55:06.3803426Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_multi_dot_cuda PASSED [ 20%] 2022-11-23T02:55:06.3803820Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3804295Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_norm_subgradients_at_zero_cuda PASSED [ 20%] 2022-11-23T02:55:06.3804689Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_qr_cuda PASSED [ 20%] 2022-11-23T02:55:06.3805080Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_slogdet_cuda PASSED [ 20%] 2022-11-23T02:55:06.3805491Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_cuda PASSED [ 20%] 2022-11-23T02:55:06.3808434Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_ex_cuda PASSED [ 20%] 2022-11-23T02:55:06.3808897Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_solve_triangular_cuda PASSED [ 20%] 2022-11-23T02:55:06.3809319Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_tensorsolve_cuda PASSED [ 20%] 2022-11-23T02:55:06.3809717Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_vecdot_cuda PASSED [ 20%] 2022-11-23T02:55:06.3810140Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_vector_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3810701Z test_ops.py::TestCommonCUDA::test_out_warning_log10_cuda PASSED [ 20%] 2022-11-23T02:55:06.3811111Z test_ops.py::TestCommonCUDA::test_out_warning_log2_cuda PASSED [ 20%] 2022-11-23T02:55:06.3811496Z test_ops.py::TestCommonCUDA::test_out_warning_log_cuda PASSED [ 20%] 2022-11-23T02:55:06.3811903Z test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_cuda PASSED [ 20%] 2022-11-23T02:55:06.3812314Z test_ops.py::TestCommonCUDA::test_out_warning_log_softmax_with_dtype_cuda PASSED [ 20%] 2022-11-23T02:55:06.3814681Z test_ops.py::TestCommonCUDA::test_out_warning_logaddexp2_cuda PASSED [ 20%] 2022-11-23T02:55:06.3815120Z test_ops.py::TestCommonCUDA::test_out_warning_logaddexp_cuda PASSED [ 20%] 2022-11-23T02:55:06.3816250Z test_ops.py::TestCommonCUDA::test_out_warning_logical_not_cuda PASSED [ 20%] 2022-11-23T02:55:06.3816663Z test_ops.py::TestCommonCUDA::test_out_warning_logical_or_cuda PASSED [ 20%] 2022-11-23T02:55:06.3817059Z test_ops.py::TestCommonCUDA::test_out_warning_logit_cuda PASSED [ 20%] 2022-11-23T02:55:06.3817428Z test_ops.py::TestCommonCUDA::test_out_warning_lt_cuda PASSED [ 20%] 2022-11-23T02:55:06.3817795Z test_ops.py::TestCommonCUDA::test_out_warning_lu_cuda XFAIL [ 20%] 2022-11-23T02:55:06.3818190Z test_ops.py::TestCommonCUDA::test_out_warning_lu_solve_cuda PASSED [ 20%] 2022-11-23T02:55:06.3818554Z test_ops.py::TestCommonCUDA::test_out_warning_lu_unpack_cuda PASSED [ 20%] 2022-11-23T02:55:06.3818932Z test_ops.py::TestCommonCUDA::test_out_warning_mH_cuda PASSED [ 20%] 2022-11-23T02:55:06.3819318Z test_ops.py::TestCommonCUDA::test_out_warning_mT_cuda PASSED [ 20%] 2022-11-23T02:55:06.3819709Z test_ops.py::TestCommonCUDA::test_out_warning_masked_amin_cuda PASSED [ 20%] 2022-11-23T02:55:06.3820093Z test_ops.py::TestCommonCUDA::test_out_warning_masked_argmax_cuda PASSED [ 20%] 2022-11-23T02:55:06.3820495Z test_ops.py::TestCommonCUDA::test_out_warning_masked_cumprod_cuda PASSED [ 20%] 2022-11-23T02:55:06.3823453Z test_ops.py::TestCommonCUDA::test_out_warning_masked_cumsum_cuda PASSED [ 20%] 2022-11-23T02:55:06.3823896Z test_ops.py::TestCommonCUDA::test_out_warning_masked_log_softmax_cuda PASSED [ 20%] 2022-11-23T02:55:06.3824308Z test_ops.py::TestCommonCUDA::test_out_warning_masked_logsumexp_cuda PASSED [ 20%] 2022-11-23T02:55:06.3824948Z test_ops.py::TestCommonCUDA::test_out_warning_masked_mean_cuda PASSED [ 20%] 2022-11-23T02:55:06.3825362Z test_ops.py::TestCommonCUDA::test_out_warning_masked_median_cuda PASSED [ 20%] 2022-11-23T02:55:06.3825755Z test_ops.py::TestCommonCUDA::test_out_warning_masked_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3826163Z test_ops.py::TestCommonCUDA::test_out_warning_masked_normalize_cuda PASSED [ 20%] 2022-11-23T02:55:06.3826551Z test_ops.py::TestCommonCUDA::test_out_warning_masked_prod_cuda PASSED [ 20%] 2022-11-23T02:55:06.3826949Z test_ops.py::TestCommonCUDA::test_out_warning_masked_select_cuda PASSED [ 20%] 2022-11-23T02:55:06.3827362Z test_ops.py::TestCommonCUDA::test_out_warning_masked_softmax_cuda PASSED [ 20%] 2022-11-23T02:55:06.3830290Z test_ops.py::TestCommonCUDA::test_out_warning_masked_softmin_cuda PASSED [ 20%] 2022-11-23T02:55:06.3830722Z test_ops.py::TestCommonCUDA::test_out_warning_masked_var_cuda PASSED [ 20%] 2022-11-23T02:55:06.3831104Z test_ops.py::TestCommonCUDA::test_out_warning_matmul_cuda PASSED [ 20%] 2022-11-23T02:55:06.3831498Z test_ops.py::TestCommonCUDA::test_out_warning_max_binary_cuda PASSED [ 20%] 2022-11-23T02:55:06.3831887Z test_ops.py::TestCommonCUDA::test_out_warning_median_cuda PASSED [ 20%] 2022-11-23T02:55:06.3832309Z test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_list_of_tensors_cuda PASSED [ 20%] 2022-11-23T02:55:06.3832741Z test_ops.py::TestCommonCUDA::test_out_warning_meshgrid_variadic_tensors_cuda PASSED [ 20%] 2022-11-23T02:55:06.3833176Z test_ops.py::TestCommonCUDA::test_out_warning_min_reduction_with_dim_cuda PASSED [ 20%] 2022-11-23T02:55:06.3833724Z test_ops.py::TestCommonCUDA::test_out_warning_mode_cuda XFAIL [ 20%] 2022-11-23T02:55:06.3834136Z test_ops.py::TestCommonCUDA::test_out_warning_msort_cuda PASSED [ 20%] 2022-11-23T02:55:06.3834505Z test_ops.py::TestCommonCUDA::test_out_warning_mul_cuda PASSED [ 20%] 2022-11-23T02:55:06.3837435Z test_ops.py::TestCommonCUDA::test_out_warning_mv_cuda PASSED [ 20%] 2022-11-23T02:55:06.3837911Z test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_1_cuda PASSED [ 20%] 2022-11-23T02:55:06.3838334Z test_ops.py::TestCommonCUDA::test_out_warning_mvlgamma_mvlgamma_p_5_cuda PASSED [ 20%] 2022-11-23T02:55:06.3838719Z test_ops.py::TestCommonCUDA::test_out_warning_nan_to_num_cuda PASSED [ 20%] 2022-11-23T02:55:06.3839112Z test_ops.py::TestCommonCUDA::test_out_warning_nanmean_cuda PASSED [ 20%] 2022-11-23T02:55:06.3839509Z test_ops.py::TestCommonCUDA::test_out_warning_narrow_copy_cuda XFAIL [ 20%] 2022-11-23T02:55:06.3839951Z test_ops.py::TestCommonCUDA::test_out_warning_native_dropout_backward_cuda PASSED [ 20%] 2022-11-23T02:55:06.3840366Z test_ops.py::TestCommonCUDA::test_out_warning_native_layer_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3840747Z test_ops.py::TestCommonCUDA::test_out_warning_neg_cuda PASSED [ 20%] 2022-11-23T02:55:06.3841134Z test_ops.py::TestCommonCUDA::test_out_warning_new_empty_cuda PASSED [ 20%] 2022-11-23T02:55:06.3841510Z test_ops.py::TestCommonCUDA::test_out_warning_new_zeros_cuda PASSED [ 20%] 2022-11-23T02:55:06.3844488Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool2d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3844993Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_avg_pool3d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3845467Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool1d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3845926Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_adaptive_max_pool3d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3846359Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool1d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3846782Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool2d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3847433Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_avg_pool3d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3847903Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_batch_norm_without_cudnn_cuda PASSED [ 20%] 2022-11-23T02:55:06.3848329Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_bilinear_cuda PASSED [ 20%] 2022-11-23T02:55:06.3848790Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_cuda PASSED [ 20%] 2022-11-23T02:55:06.3851877Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cuda PASSED [ 20%] 2022-11-23T02:55:06.3852364Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_conv_transpose1d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3852838Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cosine_embedding_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3853298Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_cross_entropy_cuda PASSED [ 20%] 2022-11-23T02:55:06.3853734Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_ctc_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3854168Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout2d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3854596Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_dropout_cuda PASSED [ 20%] 2022-11-23T02:55:06.3855041Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_embedding_cuda PASSED [ 20%] 2022-11-23T02:55:06.3855522Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cuda PASSED [ 20%] 2022-11-23T02:55:06.3858506Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_fractional_max_pool3d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3859219Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gaussian_nll_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3859669Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_gelu_cuda PASSED [ 20%] 2022-11-23T02:55:06.3860088Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_group_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3860526Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardshrink_cuda PASSED [ 20%] 2022-11-23T02:55:06.3860968Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardsigmoid_cuda PASSED [ 20%] 2022-11-23T02:55:06.3861398Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hardtanh_cuda PASSED [ 20%] 2022-11-23T02:55:06.3861849Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_hinge_embedding_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3862270Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_huber_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3862717Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_instance_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3865703Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_area_cuda PASSED [ 20%] 2022-11-23T02:55:06.3866209Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_bicubic_cuda PASSED [ 20%] 2022-11-23T02:55:06.3866689Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_linear_cuda PASSED [ 20%] 2022-11-23T02:55:06.3867180Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_interpolate_trilinear_cuda PASSED [ 20%] 2022-11-23T02:55:06.3867595Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_kl_div_cuda PASSED [ 20%] 2022-11-23T02:55:06.3868005Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_l1_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3868438Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_layer_norm_cuda PASSED [ 20%] 2022-11-23T02:55:06.3868883Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_leaky_relu_cuda PASSED [ 20%] 2022-11-23T02:55:06.3869304Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool1d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3869707Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool2d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3872916Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_pool3d_cuda PASSED [ 20%] 2022-11-23T02:55:06.3873418Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_max_unpool3d_grad_cuda PASSED [ 20%] 2022-11-23T02:55:06.3873837Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_mish_cuda PASSED [ 20%] 2022-11-23T02:55:06.3874285Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multi_margin_loss_cuda PASSED [ 20%] 2022-11-23T02:55:06.3874764Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_margin_loss_cuda PASSED [ 21%] 2022-11-23T02:55:06.3875254Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_multilabel_soft_margin_loss_cuda PASSED [ 21%] 2022-11-23T02:55:06.3875692Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_normalize_cuda PASSED [ 21%] 2022-11-23T02:55:06.3876127Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_circular_cuda PASSED [ 21%] 2022-11-23T02:55:06.3876571Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_constant_cuda PASSED [ 21%] 2022-11-23T02:55:06.3877037Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_reflect_cuda PASSED [ 21%] 2022-11-23T02:55:06.3880035Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pad_replicate_cuda PASSED [ 21%] 2022-11-23T02:55:06.3880502Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pdist_cuda PASSED [ 21%] 2022-11-23T02:55:06.3880963Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_pixel_unshuffle_cuda PASSED [ 21%] 2022-11-23T02:55:06.3881429Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_poisson_nll_loss_cuda PASSED [ 21%] 2022-11-23T02:55:06.3882041Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu6_cuda PASSED [ 21%] 2022-11-23T02:55:06.3882484Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_relu_cuda PASSED [ 21%] 2022-11-23T02:55:06.3882913Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_cuda PASSED [ 21%] 2022-11-23T02:55:06.3883394Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softmin_with_dtype_cuda PASSED [ 21%] 2022-11-23T02:55:06.3883833Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_softsign_cuda PASSED [ 21%] 2022-11-23T02:55:06.3884242Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_tanhshrink_cuda PASSED [ 21%] 2022-11-23T02:55:06.3887322Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cuda PASSED [ 21%] 2022-11-23T02:55:06.3887801Z test_ops.py::TestCommonCUDA::test_out_warning_nn_functional_upsample_bilinear_cuda PASSED [ 21%] 2022-11-23T02:55:06.3888210Z test_ops.py::TestCommonCUDA::test_out_warning_nonzero_cuda XFAIL [ 21%] 2022-11-23T02:55:06.3888599Z test_ops.py::TestCommonCUDA::test_out_warning_norm_inf_cuda PASSED [ 21%] 2022-11-23T02:55:06.3889037Z test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_native_batch_norm_cuda PASSED [ 21%] 2022-11-23T02:55:06.3889458Z test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_var_mean_cuda PASSED [ 21%] 2022-11-23T02:55:06.3889894Z test_ops.py::TestCommonCUDA::test_out_warning_ops_nvprims_view_cuda PASSED [ 21%] 2022-11-23T02:55:06.3890276Z test_ops.py::TestCommonCUDA::test_out_warning_ormqr_cuda PASSED [ 21%] 2022-11-23T02:55:06.3890662Z test_ops.py::TestCommonCUDA::test_out_warning_pca_lowrank_cuda PASSED [ 21%] 2022-11-23T02:55:06.3891046Z test_ops.py::TestCommonCUDA::test_out_warning_pinverse_cuda PASSED [ 21%] 2022-11-23T02:55:06.3893953Z test_ops.py::TestCommonCUDA::test_out_warning_polar_cuda PASSED [ 21%] 2022-11-23T02:55:06.3894445Z test_ops.py::TestCommonCUDA::test_out_warning_polygamma_polygamma_n_0_cuda PASSED [ 21%] 2022-11-23T02:55:06.3894834Z test_ops.py::TestCommonCUDA::test_out_warning_pow_cuda PASSED [ 21%] 2022-11-23T02:55:06.3895208Z test_ops.py::TestCommonCUDA::test_out_warning_put_cuda PASSED [ 21%] 2022-11-23T02:55:06.3895585Z test_ops.py::TestCommonCUDA::test_out_warning_qr_cuda PASSED [ 21%] 2022-11-23T02:55:06.3896190Z test_ops.py::TestCommonCUDA::test_out_warning_quantile_cuda PASSED [ 21%] 2022-11-23T02:55:06.3896583Z test_ops.py::TestCommonCUDA::test_out_warning_randn_like_cuda PASSED [ 21%] 2022-11-23T02:55:06.3896947Z test_ops.py::TestCommonCUDA::test_out_warning_ravel_cuda PASSED [ 21%] 2022-11-23T02:55:06.3897324Z test_ops.py::TestCommonCUDA::test_out_warning_real_cuda PASSED [ 21%] 2022-11-23T02:55:06.3897742Z test_ops.py::TestCommonCUDA::test_out_warning_repeat_interleave_cuda PASSED [ 21%] 2022-11-23T02:55:06.3898121Z test_ops.py::TestCommonCUDA::test_out_warning_reshape_cuda PASSED [ 21%] 2022-11-23T02:55:06.3900974Z test_ops.py::TestCommonCUDA::test_out_warning_resize__cuda PASSED [ 21%] 2022-11-23T02:55:06.3901425Z test_ops.py::TestCommonCUDA::test_out_warning_resolve_neg_cuda PASSED [ 21%] 2022-11-23T02:55:06.3901824Z test_ops.py::TestCommonCUDA::test_out_warning_rot90_cuda PASSED [ 21%] 2022-11-23T02:55:06.3902211Z test_ops.py::TestCommonCUDA::test_out_warning_round_cuda PASSED [ 21%] 2022-11-23T02:55:06.3902602Z test_ops.py::TestCommonCUDA::test_out_warning_round_decimals_0_cuda PASSED [ 21%] 2022-11-23T02:55:06.3902977Z test_ops.py::TestCommonCUDA::test_out_warning_rsub_cuda PASSED [ 21%] 2022-11-23T02:55:06.3903356Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_cuda PASSED [ 21%] 2022-11-23T02:55:06.3903783Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amax_cuda PASSED [ 21%] 2022-11-23T02:55:06.3904195Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_amin_cuda PASSED [ 21%] 2022-11-23T02:55:06.3904789Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_prod_cuda PASSED [ 21%] 2022-11-23T02:55:06.3905222Z test_ops.py::TestCommonCUDA::test_out_warning_scatter_reduce_sum_cuda PASSED [ 21%] 2022-11-23T02:55:06.3908175Z test_ops.py::TestCommonCUDA::test_out_warning_segment_reduce_lengths_cuda PASSED [ 21%] 2022-11-23T02:55:06.3908621Z test_ops.py::TestCommonCUDA::test_out_warning_select_cuda PASSED [ 21%] 2022-11-23T02:55:06.3909028Z test_ops.py::TestCommonCUDA::test_out_warning_select_scatter_cuda PASSED [ 21%] 2022-11-23T02:55:06.3909380Z test_ops.py::TestCommonCUDA::test_out_warning_sigmoid_cuda PASSED [ 21%] 2022-11-23T02:55:06.3909800Z test_ops.py::TestCommonCUDA::test_out_warning_signal_windows_kaiser_cuda PASSED [ 21%] 2022-11-23T02:55:06.3910186Z test_ops.py::TestCommonCUDA::test_out_warning_sinc_cuda PASSED [ 21%] 2022-11-23T02:55:06.3910572Z test_ops.py::TestCommonCUDA::test_out_warning_slice_cuda PASSED [ 21%] 2022-11-23T02:55:06.3910993Z test_ops.py::TestCommonCUDA::test_out_warning_softmax_with_dtype_cuda PASSED [ 21%] 2022-11-23T02:55:06.3911366Z test_ops.py::TestCommonCUDA::test_out_warning_sort_cuda PASSED [ 21%] 2022-11-23T02:55:06.3911815Z test_ops.py::TestCommonCUDA::test_out_warning_sparse_sampled_addmm_cuda SKIPPED (Skipped!) [ 21%] 2022-11-23T02:55:06.3912239Z test_ops.py::TestCommonCUDA::test_out_warning_special_airy_ai_cuda PASSED [ 21%] 2022-11-23T02:55:06.3915203Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j0_cuda PASSED [ 21%] 2022-11-23T02:55:06.3915670Z test_ops.py::TestCommonCUDA::test_out_warning_special_bessel_j1_cuda PASSED [ 21%] 2022-11-23T02:55:06.3916115Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_t_cuda PASSED [ 21%] 2022-11-23T02:55:06.3916746Z test_ops.py::TestCommonCUDA::test_out_warning_special_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:55:06.3917160Z test_ops.py::TestCommonCUDA::test_out_warning_special_entr_cuda PASSED [ 21%] 2022-11-23T02:55:06.3917610Z test_ops.py::TestCommonCUDA::test_out_warning_special_hermite_polynomial_he_cuda PASSED [ 21%] 2022-11-23T02:55:06.3918057Z test_ops.py::TestCommonCUDA::test_out_warning_special_laguerre_polynomial_l_cuda PASSED [ 21%] 2022-11-23T02:55:06.3918703Z test_ops.py::TestCommonCUDA::test_out_warning_special_modified_bessel_k0_cuda PASSED [ 21%] 2022-11-23T02:55:06.3919155Z test_ops.py::TestCommonCUDA::test_out_warning_special_scaled_modified_bessel_k0_cuda PASSED [ 21%] 2022-11-23T02:55:06.3922330Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_t_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:55:06.3923005Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_u_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:55:06.3923660Z test_ops.py::TestCommonCUDA::test_out_warning_special_shifted_chebyshev_polynomial_v_cuda SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T02:55:06.3924075Z test_ops.py::TestCommonCUDA::test_out_warning_special_xlog1py_cuda PASSED [ 21%] 2022-11-23T02:55:06.3924474Z test_ops.py::TestCommonCUDA::test_out_warning_special_zeta_cuda PASSED [ 21%] 2022-11-23T02:55:06.3924848Z test_ops.py::TestCommonCUDA::test_out_warning_split_cuda PASSED [ 21%] 2022-11-23T02:55:06.3925257Z test_ops.py::TestCommonCUDA::test_out_warning_split_list_args_cuda PASSED [ 21%] 2022-11-23T02:55:06.3925656Z test_ops.py::TestCommonCUDA::test_out_warning_split_with_sizes_cuda PASSED [ 21%] 2022-11-23T02:55:06.3926041Z test_ops.py::TestCommonCUDA::test_out_warning_square_cuda PASSED [ 21%] 2022-11-23T02:55:06.3926409Z test_ops.py::TestCommonCUDA::test_out_warning_std_cuda PASSED [ 21%] 2022-11-23T02:55:06.3929302Z test_ops.py::TestCommonCUDA::test_out_warning_sub_cuda PASSED [ 21%] 2022-11-23T02:55:06.3929933Z test_ops.py::TestCommonCUDA::test_out_warning_sum_cuda PASSED [ 21%] 2022-11-23T02:55:06.3930356Z test_ops.py::TestCommonCUDA::test_out_warning_sum_to_size_cuda PASSED [ 21%] 2022-11-23T02:55:06.3930751Z test_ops.py::TestCommonCUDA::test_out_warning_svd_lowrank_cuda PASSED [ 21%] 2022-11-23T02:55:06.3931136Z test_ops.py::TestCommonCUDA::test_out_warning_t_cuda PASSED [ 21%] 2022-11-23T02:55:06.3931544Z test_ops.py::TestCommonCUDA::test_out_warning_take_along_dim_cuda PASSED [ 21%] 2022-11-23T02:55:06.3931912Z test_ops.py::TestCommonCUDA::test_out_warning_tan_cuda PASSED [ 21%] 2022-11-23T02:55:06.3932299Z test_ops.py::TestCommonCUDA::test_out_warning_tensor_split_cuda PASSED [ 21%] 2022-11-23T02:55:06.3932674Z test_ops.py::TestCommonCUDA::test_out_warning_to_cuda PASSED [ 21%] 2022-11-23T02:55:06.3933068Z test_ops.py::TestCommonCUDA::test_out_warning_to_sparse_cuda PASSED [ 21%] 2022-11-23T02:55:06.3933464Z test_ops.py::TestCommonCUDA::test_out_warning_trapz_cuda PASSED [ 21%] 2022-11-23T02:55:06.3935677Z test_ops.py::TestCommonCUDA::test_out_warning_tril_cuda PASSED [ 21%] 2022-11-23T02:55:06.3936806Z test_ops.py::TestCommonCUDA::test_out_warning_true_divide_cuda PASSED [ 21%] 2022-11-23T02:55:06.3937209Z test_ops.py::TestCommonCUDA::test_out_warning_unbind_cuda PASSED [ 21%] 2022-11-23T02:55:06.3937626Z test_ops.py::TestCommonCUDA::test_out_warning_unsqueeze_cuda PASSED [ 21%] 2022-11-23T02:55:06.3937999Z test_ops.py::TestCommonCUDA::test_out_warning_var_cuda PASSED [ 21%] 2022-11-23T02:55:06.3938377Z test_ops.py::TestCommonCUDA::test_out_warning_view_as_cuda PASSED [ 21%] 2022-11-23T02:55:06.3938759Z test_ops.py::TestCommonCUDA::test_out_warning_view_as_real_cuda PASSED [ 21%] 2022-11-23T02:55:06.3939134Z test_ops.py::TestCommonCUDA::test_out_warning_vstack_cuda PASSED [ 21%] 2022-11-23T02:55:06.3939530Z test_ops.py::TestCommonCUDA::test_out_warning_xlogy_cuda PASSED [ 21%] 2022-11-23T02:55:06.3939913Z test_ops.py::TestCommonCUDA::test_out_warning_zero__cuda PASSED [ 21%] 2022-11-23T02:55:06.3940299Z test_ops.py::TestCommonCUDA::test_out_warning_zeros_like_cuda PASSED [ 21%] 2022-11-23T02:55:06.3940662Z test_ops.py::TestCommonCUDA::test_out_zero__cuda_float32 PASSED [ 21%] 2022-11-23T02:55:06.3943790Z test_ops.py::TestCommonCUDA::test_out_zeros_cuda_float32 PASSED [ 21%] 2022-11-23T02:55:06.3944222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_bool PASSED [ 21%] 2022-11-23T02:55:06.3944622Z test_ops.py::TestCommonCUDA::test_python_ref__refs_T_cuda_int64 PASSED [ 21%] 2022-11-23T02:55:06.3945081Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_bfloat16 PASSED [ 21%] 2022-11-23T02:55:06.3945541Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_complex32 PASSED [ 21%] 2022-11-23T02:55:06.3946014Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float16 PASSED [ 21%] 2022-11-23T02:55:06.3946467Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_float64 PASSED [ 21%] 2022-11-23T02:55:06.3946923Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int64 PASSED [ 21%] 2022-11-23T02:55:06.3947348Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_int8 PASSED [ 21%] 2022-11-23T02:55:06.3947800Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bfloat16_cuda_uint8 PASSED [ 21%] 2022-11-23T02:55:06.3950835Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_bool PASSED [ 21%] 2022-11-23T02:55:06.3951336Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_complex128 PASSED [ 21%] 2022-11-23T02:55:06.3951776Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float16 PASSED [ 21%] 2022-11-23T02:55:06.3952403Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_float32 PASSED [ 21%] 2022-11-23T02:55:06.3952874Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int16 PASSED [ 21%] 2022-11-23T02:55:06.3953307Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_int8 PASSED [ 21%] 2022-11-23T02:55:06.3953744Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_bool_cuda_uint8 PASSED [ 21%] 2022-11-23T02:55:06.3954188Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float16 PASSED [ 21%] 2022-11-23T02:55:06.3954635Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float32 PASSED [ 21%] 2022-11-23T02:55:06.3955066Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_float64 PASSED [ 21%] 2022-11-23T02:55:06.3958019Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int64 PASSED [ 21%] 2022-11-23T02:55:06.3958497Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_byte_cuda_int8 PASSED [ 21%] 2022-11-23T02:55:06.3958988Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex128 PASSED [ 21%] 2022-11-23T02:55:06.3959453Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex32 PASSED [ 21%] 2022-11-23T02:55:06.3959924Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_complex64 PASSED [ 21%] 2022-11-23T02:55:06.3960379Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float16 PASSED [ 21%] 2022-11-23T02:55:06.3960838Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_float64 PASSED [ 21%] 2022-11-23T02:55:06.3961286Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int16 PASSED [ 21%] 2022-11-23T02:55:06.3961706Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int32 PASSED [ 21%] 2022-11-23T02:55:06.3962168Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int64 PASSED [ 21%] 2022-11-23T02:55:06.3965183Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cdouble_cuda_int8 PASSED [ 21%] 2022-11-23T02:55:06.3965661Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_bool PASSED [ 21%] 2022-11-23T02:55:06.3966128Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex128 PASSED [ 21%] 2022-11-23T02:55:06.3966813Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_complex64 PASSED [ 21%] 2022-11-23T02:55:06.3967264Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float32 PASSED [ 21%] 2022-11-23T02:55:06.3967707Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_float64 PASSED [ 21%] 2022-11-23T02:55:06.3968151Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int32 PASSED [ 21%] 2022-11-23T02:55:06.3968610Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int64 PASSED [ 21%] 2022-11-23T02:55:06.3969051Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_cfloat_cuda_int8 PASSED [ 21%] 2022-11-23T02:55:06.3972067Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_bfloat16 PASSED [ 21%] 2022-11-23T02:55:06.3972569Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex32 PASSED [ 21%] 2022-11-23T02:55:06.3973032Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_complex64 PASSED [ 21%] 2022-11-23T02:55:06.3973492Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float32 PASSED [ 21%] 2022-11-23T02:55:06.3973941Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_float64 PASSED [ 21%] 2022-11-23T02:55:06.3974391Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_chalf_cuda_int16 PASSED [ 21%] 2022-11-23T02:55:06.3974821Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_bool PASSED [ 21%] 2022-11-23T02:55:06.3975450Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.3975922Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.3976378Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.3979366Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.3979826Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.3980266Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_char_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.3980736Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.3981168Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_bool PASSED [ 22%] 2022-11-23T02:55:06.3981634Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.3982095Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex32 PASSED [ 22%] 2022-11-23T02:55:06.3982555Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.3983017Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.3983468Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.3983910Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.3984363Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.3984806Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_double_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.3985263Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.3985703Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_bool PASSED [ 22%] 2022-11-23T02:55:06.3986170Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_complex32 PASSED [ 22%] 2022-11-23T02:55:06.3986821Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.3987257Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.3987689Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_float_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.3988144Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.3991121Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.3991589Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.3992037Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_half_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.3992478Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_bool PASSED [ 22%] 2022-11-23T02:55:06.3992947Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.3993388Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.3993824Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.3994263Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.3994695Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.3995295Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_int_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.3995779Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.3996233Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.3996691Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.3997127Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.3997574Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.3998010Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.3998442Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.3998874Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.3999305Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_long_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.3999754Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_bool PASSED [ 22%] 2022-11-23T02:55:06.4000230Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4000650Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4001097Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4001555Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4001993Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4002426Z test_ops.py::TestCommonCUDA::test_python_ref__refs__conversions_short_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4002838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4003247Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex32 PASSED [ 22%] 2022-11-23T02:55:06.4003653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4004229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4004614Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.4005005Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4005403Z test_ops.py::TestCommonCUDA::test_python_ref__refs_abs_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.4007682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4008131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4009270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4009681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4010070Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4010479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acos_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.4010899Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4011284Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex32 PASSED [ 22%] 2022-11-23T02:55:06.4011683Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4012087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4012666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4013099Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4013497Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4013883Z test_ops.py::TestCommonCUDA::test_python_ref__refs_acosh_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4014265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4014730Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_bool PASSED [ 22%] 2022-11-23T02:55:06.4015160Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4015568Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex32 PASSED [ 22%] 2022-11-23T02:55:06.4015964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4016356Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4016750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.4017150Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4017537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4017926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_add_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.4018321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4018710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4019133Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcdiv_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4019562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4019992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4020391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4020786Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addcmul_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4021199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bfloat16 XFAIL [ 22%] 2022-11-23T02:55:06.4023266Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_bool XFAIL [ 22%] 2022-11-23T02:55:06.4023686Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_complex64 XFAIL [ 22%] 2022-11-23T02:55:06.4024082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_float16 XFAIL [ 22%] 2022-11-23T02:55:06.4024464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_int64 XFAIL [ 22%] 2022-11-23T02:55:06.4024853Z test_ops.py::TestCommonCUDA::test_python_ref__refs_addr_cuda_uint8 XFAIL [ 22%] 2022-11-23T02:55:06.4025248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_bool PASSED [ 22%] 2022-11-23T02:55:06.4025655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4026052Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4026445Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4026845Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4027247Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4027633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_all_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.4028050Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4028460Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4028869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_allclose_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4029436Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4029860Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4030249Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4030655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amax_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4031067Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4031468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4031832Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4032219Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4032611Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4033027Z test_ops.py::TestCommonCUDA::test_python_ref__refs_amin_cuda_uint8 PASSED [ 22%] 2022-11-23T02:55:06.4033430Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4033832Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4034243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4034640Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4035043Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4035433Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.4035854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4036229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_any_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4036652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4037075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4037476Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4038048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4038439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_arange_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.4041650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4042082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_complex128 PASSED [ 22%] 2022-11-23T02:55:06.4042498Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4042913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4043343Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4043745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int32 PASSED [ 22%] 2022-11-23T02:55:06.4044160Z test_ops.py::TestCommonCUDA::test_python_ref__refs_as_strided_cuda_int8 PASSED [ 22%] 2022-11-23T02:55:06.4044574Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4044978Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4045383Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_float64 PASSED [ 22%] 2022-11-23T02:55:06.4045773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4046171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asin_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4046567Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_bfloat16 PASSED [ 22%] 2022-11-23T02:55:06.4047148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_complex64 PASSED [ 22%] 2022-11-23T02:55:06.4047588Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4047983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4048382Z test_ops.py::TestCommonCUDA::test_python_ref__refs_asinh_cuda_int64 PASSED [ 22%] 2022-11-23T02:55:06.4048778Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float16 PASSED [ 22%] 2022-11-23T02:55:06.4049184Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_float32 PASSED [ 22%] 2022-11-23T02:55:06.4049569Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int16 PASSED [ 22%] 2022-11-23T02:55:06.4049968Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4050344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan2_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4050739Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4051149Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_complex128 PASSED [ 23%] 2022-11-23T02:55:06.4051558Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4051966Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4052341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4052726Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4053118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atan_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4053516Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4053931Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex32 PASSED [ 23%] 2022-11-23T02:55:06.4054337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_complex64 PASSED [ 23%] 2022-11-23T02:55:06.4054737Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4055138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4055711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4056103Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4056488Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atanh_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4056889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4057319Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4057729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4058146Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4058548Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4058957Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_1d_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4059381Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4059818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex128 PASSED [ 23%] 2022-11-23T02:55:06.4060234Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_complex64 PASSED [ 23%] 2022-11-23T02:55:06.4060641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4061054Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4061622Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4062054Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4062453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4062854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_2d_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4063293Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4063711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_complex32 PASSED [ 23%] 2022-11-23T02:55:06.4064116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4064518Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4064931Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4065331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4065735Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4066141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4066547Z test_ops.py::TestCommonCUDA::test_python_ref__refs_atleast_3d_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4066964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4067384Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_and_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4067816Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4068247Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4068675Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4069119Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_left_shift_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4069530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4069936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4070515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_not_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4070936Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4071353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4071762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_or_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4072203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4072647Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4073097Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_right_shift_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4073487Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4073909Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4074313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4074725Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4075147Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bitwise_xor_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4075602Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4076034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4076628Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_complex64 PASSED [ 23%] 2022-11-23T02:55:06.4077102Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4077540Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4077974Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_tensors_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4078387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4078820Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_complex64 PASSED [ 23%] 2022-11-23T02:55:06.4079249Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4079681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4080101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4080526Z test_ops.py::TestCommonCUDA::test_python_ref__refs_broadcast_to_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4080951Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4081390Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4081770Z test_ops.py::TestCommonCUDA::test_python_ref__refs_bucketize_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4082174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4082576Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4082987Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4083385Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4083773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cat_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4084179Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4084583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4085148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4085536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4085911Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ceil_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4086313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4086720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4087120Z test_ops.py::TestCommonCUDA::test_python_ref__refs_chunk_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4087541Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4087927Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4088319Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4088738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4089161Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4089551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4089951Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4090350Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4090766Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_max_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4091332Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4091760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4092165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4092579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4092988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clamp_min_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4093399Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4093788Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4094198Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_complex128 PASSED [ 23%] 2022-11-23T02:55:06.4094607Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4095018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4095422Z test_ops.py::TestCommonCUDA::test_python_ref__refs_clone_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4098734Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4099224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4099671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_complex128 PASSED [ 23%] 2022-11-23T02:55:06.4100068Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4100490Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4100910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4101354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4101776Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4102183Z test_ops.py::TestCommonCUDA::test_python_ref__refs_column_stack_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4102586Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4103179Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4103582Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4103968Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4104354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4104753Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4105222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_complex128 PASSED [ 23%] 2022-11-23T02:55:06.4105661Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4106074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_conj_physical_cuda_int16 PASSED [ 23%] 2022-11-23T02:55:06.4106504Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_complex64 PASSED [ 23%] 2022-11-23T02:55:06.4106941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4107385Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4107817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_float64 PASSED [ 23%] 2022-11-23T02:55:06.4108210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4108633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int64 PASSED [ 23%] 2022-11-23T02:55:06.4110250Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4110737Z test_ops.py::TestCommonCUDA::test_python_ref__refs_constant_pad_nd_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4111181Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4111617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4112038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_complex32 PASSED [ 23%] 2022-11-23T02:55:06.4112453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4112873Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_float32 PASSED [ 23%] 2022-11-23T02:55:06.4113301Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int32 PASSED [ 23%] 2022-11-23T02:55:06.4113728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_int8 PASSED [ 23%] 2022-11-23T02:55:06.4114129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_contiguous_cuda_uint8 PASSED [ 23%] 2022-11-23T02:55:06.4114607Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bfloat16 PASSED [ 23%] 2022-11-23T02:55:06.4115043Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_bool PASSED [ 23%] 2022-11-23T02:55:06.4115461Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float16 PASSED [ 23%] 2022-11-23T02:55:06.4115869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4116270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4116676Z test_ops.py::TestCommonCUDA::test_python_ref__refs_copysign_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4117086Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4117469Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex128 PASSED [ 24%] 2022-11-23T02:55:06.4117868Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_complex32 PASSED [ 24%] 2022-11-23T02:55:06.4118262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4118850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4119257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4119646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cos_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4120024Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4120421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4120816Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4121225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4121623Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4122039Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cosh_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4122453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_complex64 PASSED [ 24%] 2022-11-23T02:55:06.4122877Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4123290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4123694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4124075Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4124468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_cumsum_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4125007Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4125446Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_complex64 PASSED [ 24%] 2022-11-23T02:55:06.4125841Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4126234Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4126642Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4127052Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4127441Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4127832Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4128189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4128595Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4129014Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4129440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4129858Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diag_embed_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4130290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4130706Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4131152Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_complex32 PASSED [ 24%] 2022-11-23T02:55:06.4131567Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4131977Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4132398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_copy_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4132793Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4133226Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4133830Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4134232Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4134634Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4135047Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4135458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4135862Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4136304Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4136740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4137195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4137636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4138056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_diagonal_scatter_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4138458Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4138870Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4139292Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4139849Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4140285Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4140693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4141087Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4141493Z test_ops.py::TestCommonCUDA::test_python_ref__refs_digamma_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4141934Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4142368Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4142806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4143254Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4143700Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_floor_rounding_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4144132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4144600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 24%] 2022-11-23T02:55:06.4145064Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4145507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4145930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4146372Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_no_rounding_mode_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4146824Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4147270Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4147710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4148135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4148736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4149174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_div_trunc_rounding_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4149581Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4149971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_complex128 PASSED [ 24%] 2022-11-23T02:55:06.4150392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4150826Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4151227Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4151618Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4152006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4152421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dsplit_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4152842Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4153233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4153621Z test_ops.py::TestCommonCUDA::test_python_ref__refs_dstack_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4154132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4154811Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4155344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_cuda_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4155872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4156405Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4156963Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4157505Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4158030Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4158551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4159074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_empty_like_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T02:55:06.4159475Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4159881Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex128 PASSED [ 24%] 2022-11-23T02:55:06.4160266Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_complex32 PASSED [ 24%] 2022-11-23T02:55:06.4160670Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4161064Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eq_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4161464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4161861Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4162262Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4162649Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4163200Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4163588Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erf_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4163983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4164398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4164796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4165182Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_float64 PASSED [ 24%] 2022-11-23T02:55:06.4165579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4165980Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfc_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4166398Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4166814Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4167208Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4167578Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4167984Z test_ops.py::TestCommonCUDA::test_python_ref__refs_erfinv_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4168363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4168745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4169280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp2_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4169705Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_bfloat16 PASSED [ 24%] 2022-11-23T02:55:06.4170103Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4170505Z test_ops.py::TestCommonCUDA::test_python_ref__refs_exp_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4170933Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_complex128 PASSED [ 24%] 2022-11-23T02:55:06.4171337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4171750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_as_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4172177Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_complex64 PASSED [ 24%] 2022-11-23T02:55:06.4172590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4172991Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expand_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4173392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4173792Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_float32 PASSED [ 24%] 2022-11-23T02:55:06.4174203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int16 PASSED [ 24%] 2022-11-23T02:55:06.4174600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int32 PASSED [ 24%] 2022-11-23T02:55:06.4174969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int64 PASSED [ 24%] 2022-11-23T02:55:06.4175363Z test_ops.py::TestCommonCUDA::test_python_ref__refs_expm1_cuda_int8 PASSED [ 24%] 2022-11-23T02:55:06.4175760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4176179Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex128 PASSED [ 24%] 2022-11-23T02:55:06.4176598Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_complex64 PASSED [ 24%] 2022-11-23T02:55:06.4176994Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_float16 PASSED [ 24%] 2022-11-23T02:55:06.4177392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_eye_cuda_uint8 PASSED [ 24%] 2022-11-23T02:55:06.4177971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_bool PASSED [ 24%] 2022-11-23T02:55:06.4178392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4178796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4179200Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4179607Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4180001Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft2_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4180417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4180829Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4181238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4181669Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4182074Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4182473Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4182850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fft_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4183258Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4183681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4184242Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4184681Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4185090Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4185515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4185929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4186323Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftn_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4186747Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:55:06.4187195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4187637Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4188056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4188470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4188889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_fftshift_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4189308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4189729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4190135Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4190547Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4190947Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4191362Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4191752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft2_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4192164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4192748Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4193168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4193574Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfft_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4193960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4194344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4194745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4195160Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4195570Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4195978Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4196392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_hfftn_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4196781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4197205Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4197626Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4198048Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4200720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4202056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4202528Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4202946Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4203380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4203809Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4204211Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4204611Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4205068Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4205484Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifft_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4205923Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4206337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4206752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4207162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4207582Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftn_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4208014Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:55:06.4208453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4208880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4209320Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ifftshift_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4209740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4210125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4210729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4211145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft2_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4211559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4211971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4212390Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4212796Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfft_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4213203Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4213607Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4214027Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_ihfftn_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4214447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4214938Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4215345Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4215764Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft2_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4216185Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4216757Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4217195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4217589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4218002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4218388Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4218770Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4219180Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4219606Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfft_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4220033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4220455Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4220876Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4221300Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4221720Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4222125Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4222538Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4222962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_irfftn_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4223373Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4223784Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4224198Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4224614Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4225025Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4225616Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4226029Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4226403Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfft_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4226799Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4227225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4227655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4228070Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fft_rfftn_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4228476Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:55:06.4228889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4229313Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4229710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4230112Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fill_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4230535Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_complex32 PASSED [ 25%] 2022-11-23T02:55:06.4230964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4231512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4231935Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4232349Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flatten_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4232745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4233166Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4233579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_complex64 PASSED [ 25%] 2022-11-23T02:55:06.4233970Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4234368Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4234771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4235168Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flip_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4235596Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:55:06.4236009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4236406Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fliplr_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4236815Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4237244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_complex128 PASSED [ 25%] 2022-11-23T02:55:06.4237654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4238065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float32 PASSED [ 25%] 2022-11-23T02:55:06.4238474Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4238896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int16 PASSED [ 25%] 2022-11-23T02:55:06.4239295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4239684Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int64 PASSED [ 25%] 2022-11-23T02:55:06.4240082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_int8 PASSED [ 25%] 2022-11-23T02:55:06.4240660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_flipud_cuda_uint8 PASSED [ 25%] 2022-11-23T02:55:06.4241086Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bfloat16 PASSED [ 25%] 2022-11-23T02:55:06.4241478Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_bool PASSED [ 25%] 2022-11-23T02:55:06.4241904Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float16 PASSED [ 25%] 2022-11-23T02:55:06.4242341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_float64 PASSED [ 25%] 2022-11-23T02:55:06.4242759Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int32 PASSED [ 25%] 2022-11-23T02:55:06.4243170Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4243590Z test_ops.py::TestCommonCUDA::test_python_ref__refs_float_power_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4244005Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4244422Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4244827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4245229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4245635Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4246056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4246619Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4247071Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4247487Z test_ops.py::TestCommonCUDA::test_python_ref__refs_floor_divide_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4247900Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4248299Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4248714Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4249120Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4249576Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4249983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmax_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4250408Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4250802Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4251189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4251597Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4252008Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmin_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4252415Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4252804Z test_ops.py::TestCommonCUDA::test_python_ref__refs_fmod_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4253224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4253643Z test_ops.py::TestCommonCUDA::test_python_ref__refs_frac_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4254038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4254422Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gcd_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4254829Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4255232Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4255798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4256186Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4256578Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4256955Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ge_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4257336Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4257722Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4258133Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4258546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4258930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4259323Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4259721Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4260118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_gt_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4260545Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4260953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4261377Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4261958Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4262402Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4262822Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4263244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4263653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_heaviside_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4264065Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4264447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4264878Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex128 PASSED [ 26%] 2022-11-23T02:55:06.4265311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex32 PASSED [ 26%] 2022-11-23T02:55:06.4265731Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_complex64 PASSED [ 26%] 2022-11-23T02:55:06.4266155Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4266571Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4266982Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hsplit_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4267391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4267798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4268221Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex128 PASSED [ 26%] 2022-11-23T02:55:06.4268633Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_complex32 PASSED [ 26%] 2022-11-23T02:55:06.4269044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4269459Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4269874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4270276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4271795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4272200Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4272607Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hstack_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4273011Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4273423Z test_ops.py::TestCommonCUDA::test_python_ref__refs_hypot_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4273827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4274228Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4274632Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4275016Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4275410Z test_ops.py::TestCommonCUDA::test_python_ref__refs_i0_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4275823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igamma_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4276250Z test_ops.py::TestCommonCUDA::test_python_ref__refs_igammac_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4276654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_imag_cuda_complex64 PASSED [ 26%] 2022-11-23T02:55:06.4277072Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex128 XFAIL [ 26%] 2022-11-23T02:55:06.4277659Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex32 XFAIL [ 26%] 2022-11-23T02:55:06.4278101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_complex64 XFAIL [ 26%] 2022-11-23T02:55:06.4278513Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float16 XFAIL [ 26%] 2022-11-23T02:55:06.4278918Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_float64 XFAIL [ 26%] 2022-11-23T02:55:06.4279334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int16 XFAIL [ 26%] 2022-11-23T02:55:06.4279742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_int64 XFAIL [ 26%] 2022-11-23T02:55:06.4280140Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_add_cuda_uint8 XFAIL [ 26%] 2022-11-23T02:55:06.4280553Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bfloat16 XFAIL [ 26%] 2022-11-23T02:55:06.4280941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_bool XFAIL [ 26%] 2022-11-23T02:55:06.4281377Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_complex64 XFAIL [ 26%] 2022-11-23T02:55:06.4281795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float16 XFAIL [ 26%] 2022-11-23T02:55:06.4282207Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_float32 XFAIL [ 26%] 2022-11-23T02:55:06.4282630Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int16 XFAIL [ 26%] 2022-11-23T02:55:06.4283034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int32 XFAIL [ 26%] 2022-11-23T02:55:06.4283431Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_int64 XFAIL [ 26%] 2022-11-23T02:55:06.4283824Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_copy_cuda_uint8 XFAIL [ 26%] 2022-11-23T02:55:06.4284259Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex128 XFAIL [ 26%] 2022-11-23T02:55:06.4284685Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_complex64 XFAIL [ 26%] 2022-11-23T02:55:06.4285096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_float16 XFAIL [ 26%] 2022-11-23T02:55:06.4285494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int16 XFAIL [ 26%] 2022-11-23T02:55:06.4285890Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int32 XFAIL [ 26%] 2022-11-23T02:55:06.4286456Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_int8 XFAIL [ 26%] 2022-11-23T02:55:06.4286854Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_fill_cuda_uint8 XFAIL [ 26%] 2022-11-23T02:55:06.4287280Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_complex128 XFAIL [ 26%] 2022-11-23T02:55:06.4287701Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float16 XFAIL [ 26%] 2022-11-23T02:55:06.4288120Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_float64 XFAIL [ 26%] 2022-11-23T02:55:06.4288523Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int16 XFAIL [ 26%] 2022-11-23T02:55:06.4288902Z test_ops.py::TestCommonCUDA::test_python_ref__refs_index_select_cuda_int32 XFAIL [ 26%] 2022-11-23T02:55:06.4289314Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4289735Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4290149Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4290552Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isclose_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4290955Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4291386Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_complex64 PASSED [ 26%] 2022-11-23T02:55:06.4291807Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4292372Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4292815Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4293237Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4293640Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4294047Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isfinite_cuda_int8 PASSED [ 26%] 2022-11-23T02:55:06.4294453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4294882Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex128 PASSED [ 26%] 2022-11-23T02:55:06.4295298Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex32 PASSED [ 26%] 2022-11-23T02:55:06.4295712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_complex64 PASSED [ 26%] 2022-11-23T02:55:06.4296129Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4296507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4296830Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4297141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isinf_cuda_int32 PASSED [ 26%] 2022-11-23T02:55:06.4297472Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4297848Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex128 PASSED [ 26%] 2022-11-23T02:55:06.4298211Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_complex64 PASSED [ 26%] 2022-11-23T02:55:06.4298591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4312806Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4314401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4314865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4315228Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isnan_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4315799Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4316481Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4316738Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_float64 PASSED [ 26%] 2022-11-23T02:55:06.4316952Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int16 PASSED [ 26%] 2022-11-23T02:55:06.4317164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_int64 PASSED [ 26%] 2022-11-23T02:55:06.4317367Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isneginf_cuda_uint8 PASSED [ 26%] 2022-11-23T02:55:06.4317586Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bfloat16 PASSED [ 26%] 2022-11-23T02:55:06.4317798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_bool PASSED [ 26%] 2022-11-23T02:55:06.4317992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float16 PASSED [ 26%] 2022-11-23T02:55:06.4318206Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float32 PASSED [ 26%] 2022-11-23T02:55:06.4318417Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4318624Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4318827Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4319031Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4319241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isposinf_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4319562Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4319794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex32 PASSED [ 27%] 2022-11-23T02:55:06.4320009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4320218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4320421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4320626Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4320831Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4321028Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4321233Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4321439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_isreal_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4321639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4321821Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4322023Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4322219Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lcm_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4322421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4322619Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4322821Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4323013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_le_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4323223Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4323428Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lerp_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4323631Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4323838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4324148Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4324352Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4324555Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4324760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lgamma_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4324989Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4325222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4325447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_matrix_norm_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4325645Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4325859Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_norm_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4326076Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svd_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4326299Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4326515Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_svdvals_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4326750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4327046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4327293Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linalg_vector_norm_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4327509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4327728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4327935Z test_ops.py::TestCommonCUDA::test_python_ref__refs_linspace_cuda_int64 XFAIL [ 27%] 2022-11-23T02:55:06.4328142Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4328343Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4328546Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4328748Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4328951Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4329153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4329351Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log10_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4329556Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4329736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4329938Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4330141Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log1p_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4330351Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4330557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4330762Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4330960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4331157Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4331354Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4331649Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4331844Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log2_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4332049Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4332247Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4332446Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4332687Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4332925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_complex32 PASSED [ 27%] 2022-11-23T02:55:06.4333160Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4333389Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4333618Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4333826Z test_ops.py::TestCommonCUDA::test_python_ref__refs_log_softmax_with_dtype_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4334040Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4334259Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4334550Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4334780Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4334985Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_and_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4335198Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4335411Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4335614Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4335823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4336030Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4336238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_not_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4336450Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4336666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4336880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4337094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4337302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4337509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_or_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4337727Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4337926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4338137Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4338344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logical_xor_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4338557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4338773Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4339080Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4339283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int16 XFAIL [ 27%] 2022-11-23T02:55:06.4339482Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int32 XFAIL [ 27%] 2022-11-23T02:55:06.4339678Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logspace_cuda_int64 XFAIL [ 27%] 2022-11-23T02:55:06.4339892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4340106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4340310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_logsumexp_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4340512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4340709Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4340909Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4341106Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4341302Z test_ops.py::TestCommonCUDA::test_python_ref__refs_lt_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4341512Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4341728Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4343100Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4343380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4343593Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4343810Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4344018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4344229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_masked_fill_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4344439Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4344648Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4344850Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4345061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_maximum_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4345266Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mean_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4345505Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4345752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4345993Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4346225Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:06.4346461Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4346692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4346926Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_list_of_tensors_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4347173Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 27%] 2022-11-23T02:55:06.4347415Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 27%] 2022-11-23T02:55:06.4347752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4347988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4348223Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4348451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int64 PASSED [ 27%] 2022-11-23T02:55:06.4348684Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4348923Z test_ops.py::TestCommonCUDA::test_python_ref__refs_meshgrid_variadic_tensors_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4349134Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bfloat16 PASSED [ 27%] 2022-11-23T02:55:06.4349340Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4349551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_float64 PASSED [ 27%] 2022-11-23T02:55:06.4349754Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int16 PASSED [ 27%] 2022-11-23T02:55:06.4349956Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int32 PASSED [ 27%] 2022-11-23T02:55:06.4350159Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_int8 PASSED [ 27%] 2022-11-23T02:55:06.4350361Z test_ops.py::TestCommonCUDA::test_python_ref__refs_minimum_cuda_uint8 PASSED [ 27%] 2022-11-23T02:55:06.4350639Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_bool PASSED [ 27%] 2022-11-23T02:55:06.4350872Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_complex32 PASSED [ 27%] 2022-11-23T02:55:06.4351080Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float16 PASSED [ 27%] 2022-11-23T02:55:06.4351281Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4351488Z test_ops.py::TestCommonCUDA::test_python_ref__refs_movedim_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4351694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4351894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_complex64 PASSED [ 28%] 2022-11-23T02:55:06.4352080Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4352279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_mul_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4352492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4352699Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_bool PASSED [ 28%] 2022-11-23T02:55:06.4352905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4353110Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4353316Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4353521Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nan_to_num_cuda_int8 PASSED [ 28%] 2022-11-23T02:55:06.4353734Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4353954Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4354172Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_complex32 PASSED [ 28%] 2022-11-23T02:55:06.4354387Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4354600Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4354808Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4355114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_copy_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4355323Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4355532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_complex32 PASSED [ 28%] 2022-11-23T02:55:06.4355743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4355928Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4356126Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4356334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_int8 PASSED [ 28%] 2022-11-23T02:55:06.4356537Z test_ops.py::TestCommonCUDA::test_python_ref__refs_narrow_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4356763Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4356991Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4357218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_native_layer_norm_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4357418Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4357616Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_bool PASSED [ 28%] 2022-11-23T02:55:06.4357823Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4358097Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_complex64 PASSED [ 28%] 2022-11-23T02:55:06.4358321Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4358520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4358718Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_int8 PASSED [ 28%] 2022-11-23T02:55:06.4358920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ne_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4359130Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4359333Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_complex64 PASSED [ 28%] 2022-11-23T02:55:06.4359534Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4359730Z test_ops.py::TestCommonCUDA::test_python_ref__refs_neg_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4359981Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 28%] 2022-11-23T02:55:06.4360254Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 28%] 2022-11-23T02:55:06.4360524Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 28%] 2022-11-23T02:55:06.4360794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 28%] 2022-11-23T02:55:06.4361055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 28%] 2022-11-23T02:55:06.4361345Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 28%] 2022-11-23T02:55:06.4361641Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 28%] 2022-11-23T02:55:06.4361934Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 28%] 2022-11-23T02:55:06.4362220Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_empty_strided_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 28%] 2022-11-23T02:55:06.4362527Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4362742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_complex32 PASSED [ 28%] 2022-11-23T02:55:06.4362950Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4363158Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4363357Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4363559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_full_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4363776Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_complex32 PASSED [ 28%] 2022-11-23T02:55:06.4363983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4364189Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4364394Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4364596Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4364795Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_ones_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4365003Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4365204Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4365492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_complex64 PASSED [ 28%] 2022-11-23T02:55:06.4365723Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4365932Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4366136Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4366344Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4366551Z test_ops.py::TestCommonCUDA::test_python_ref__refs_new_zeros_cuda_int8 PASSED [ 28%] 2022-11-23T02:55:06.4366760Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4366971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nextafter_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4367274Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_alpha_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:55:06.4367504Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4367732Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_celu_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4368018Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:55:06.4368312Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T02:55:06.4368539Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_elu_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4368768Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4368995Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_gelu_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4369224Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4369449Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4369674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_glu_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4370006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4370218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_group_norm_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4370455Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4370689Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4370922Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4371153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4371384Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4371608Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hardtanh_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4371866Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4372101Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4372335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4372561Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4372791Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4373096Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4373352Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 28%] 2022-11-23T02:55:06.4373579Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4373812Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4374044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4374278Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4374510Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4374743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4374996Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4375241Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4375492Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4375724Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4375971Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cuda_int8 PASSED [ 28%] 2022-11-23T02:55:06.4376218Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4376464Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4376711Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4376953Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4377289Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4377529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_margin_ranking_loss_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4377756Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4377986Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mish_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4378222Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4378459Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4378692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4378919Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_nll_loss_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4379173Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4379421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 28%] 2022-11-23T02:55:06.4379665Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4379910Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4380153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4380463Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_int64 PASSED [ 28%] 2022-11-23T02:55:06.4380729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pairwise_distance_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4380961Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_pdist_cuda_float32 XFAIL [ 28%] 2022-11-23T02:55:06.4381202Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4381426Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_poisson_nll_loss_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4381653Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_prelu_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4381880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4382109Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4382334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu6_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4382557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_bfloat16 PASSED [ 28%] 2022-11-23T02:55:06.4382787Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4383009Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4383231Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4383453Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int32 PASSED [ 28%] 2022-11-23T02:55:06.4383672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_int8 PASSED [ 28%] 2022-11-23T02:55:06.4383894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_relu_cuda_uint8 PASSED [ 28%] 2022-11-23T02:55:06.4384117Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_selu_cuda_float32 PASSED [ 28%] 2022-11-23T02:55:06.4384370Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 28%] 2022-11-23T02:55:06.4384712Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float16 PASSED [ 28%] 2022-11-23T02:55:06.4384959Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 28%] 2022-11-23T02:55:06.4385202Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int16 PASSED [ 28%] 2022-11-23T02:55:06.4385444Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4385684Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4385929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmax_with_dtype_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4386178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4386425Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4386658Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4386894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4387130Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softmin_with_dtype_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4387360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4387657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softplus_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4387915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_softshrink_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4388157Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4388395Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4388627Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4388859Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4389091Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_tanhshrink_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4389328Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4389557Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4389779Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_threshold_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4390034Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4390286Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4390530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4390771Z test_ops.py::TestCommonCUDA::test_python_ref__refs_nn_functional_triplet_margin_loss_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4390982Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4391190Z test_ops.py::TestCommonCUDA::test_python_ref__refs_norm_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4391400Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4391609Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4391794Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4392083Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4392287Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4392488Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ones_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4392697Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4392902Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4393105Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4393314Z test_ops.py::TestCommonCUDA::test_python_ref__refs_permute_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4393530Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex32 PASSED [ 29%] 2022-11-23T02:55:06.4393747Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4393962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4394173Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4394380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4394581Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4394782Z test_ops.py::TestCommonCUDA::test_python_ref__refs_positive_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4394988Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4395268Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4395491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex32 XFAIL [ 29%] 2022-11-23T02:55:06.4395679Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4395885Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4396086Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4396284Z test_ops.py::TestCommonCUDA::test_python_ref__refs_pow_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4396491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_complex32 PASSED [ 29%] 2022-11-23T02:55:06.4396693Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4396892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4397094Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4397295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_prod_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4397501Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4397715Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4397920Z test_ops.py::TestCommonCUDA::test_python_ref__refs_randn_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4398124Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4398334Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_complex32 PASSED [ 29%] 2022-11-23T02:55:06.4398538Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4398743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4398945Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4399145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4399326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4399618Z test_ops.py::TestCommonCUDA::test_python_ref__refs_ravel_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4399817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4400022Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4400229Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4400432Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4400630Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4400835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_real_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4401051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4401273Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4401494Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4401703Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4401914Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reciprocal_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4402131Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4402337Z test_ops.py::TestCommonCUDA::test_python_ref__refs_remainder_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4402613Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4402838Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4403042Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4403243Z test_ops.py::TestCommonCUDA::test_python_ref__refs_repeat_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4403444Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4403655Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4403861Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4404072Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4404279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4404491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_as_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4404695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4404903Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4405114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4405331Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4405536Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4405744Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4405951Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4406156Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4406358Z test_ops.py::TestCommonCUDA::test_python_ref__refs_reshape_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4406555Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4406756Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4407056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4407245Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4407447Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4407646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4407846Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4408046Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4408250Z test_ops.py::TestCommonCUDA::test_python_ref__refs_roll_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4408446Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4408652Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4408859Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4409061Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4409259Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4409459Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4409657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rot90_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4410056Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4410554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4410950Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4411921Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4412674Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4413431Z test_ops.py::TestCommonCUDA::test_python_ref__refs_round_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4414238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4414999Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4415743Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4416522Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex32 PASSED [ 29%] 2022-11-23T02:55:06.4417287Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4418055Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4418818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4419592Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int16 PASSED [ 29%] 2022-11-23T02:55:06.4420328Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsqrt_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4421071Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4421828Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4422555Z test_ops.py::TestCommonCUDA::test_python_ref__refs_rsub_cuda_int8 PASSED [ 29%] 2022-11-23T02:55:06.4423290Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4424041Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4424817Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_complex64 PASSED [ 29%] 2022-11-23T02:55:06.4425567Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4426329Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4427216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_float64 PASSED [ 29%] 2022-11-23T02:55:06.4428002Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_int64 PASSED [ 29%] 2022-11-23T02:55:06.4428746Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sgn_cuda_uint8 PASSED [ 29%] 2022-11-23T02:55:06.4429500Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bfloat16 PASSED [ 29%] 2022-11-23T02:55:06.4430268Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_bool PASSED [ 29%] 2022-11-23T02:55:06.4431045Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex128 PASSED [ 29%] 2022-11-23T02:55:06.4431835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_complex32 PASSED [ 29%] 2022-11-23T02:55:06.4432619Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float16 PASSED [ 29%] 2022-11-23T02:55:06.4433366Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_float32 PASSED [ 29%] 2022-11-23T02:55:06.4434127Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int32 PASSED [ 29%] 2022-11-23T02:55:06.4434880Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4435636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sigmoid_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4436379Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4437118Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4437962Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4438733Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4439468Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4440205Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sign_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4440975Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4441752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4442508Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4443238Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4443983Z test_ops.py::TestCommonCUDA::test_python_ref__refs_signbit_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4444742Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_complex64 PASSED [ 30%] 2022-11-23T02:55:06.4445491Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4446216Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4446958Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4447675Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sin_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4448410Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4449153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4449896Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4450630Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4451360Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4452084Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4452835Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinc_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4453569Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4455376Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4456153Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_complex32 PASSED [ 30%] 2022-11-23T02:55:06.4456915Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4457660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4458391Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sinh_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4459187Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4460019Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4460846Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4461656Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4462467Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4463275Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4464066Z test_ops.py::TestCommonCUDA::test_python_ref__refs_softmax_with_dtype_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4464873Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4465672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j0_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4466589Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_bessel_j1_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4467412Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4468201Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4468977Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4469750Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4470529Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4471311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_entr_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4472098Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4472884Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_erfcx_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4473671Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4474427Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4475209Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4475990Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4476752Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4477525Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i0e_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4478295Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4479058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4479809Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4480577Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4481341Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4482258Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4483038Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4483805Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_i1e_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4484575Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4485380Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_ndtr_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4486228Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4487132Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4488033Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 30%] 2022-11-23T02:55:06.4488939Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4489820Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4490660Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_log_softmax_with_dtype_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4491496Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4492283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4493178Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4493998Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4494783Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4495574Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_logit_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4496401Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4497310Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4498195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4499089Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4500001Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4500905Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4501800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4502692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4503559Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4504451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4505353Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4506261Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4507162Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4508004Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4508940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4509699Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4510483Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtr_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4511279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4512063Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4513010Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_ndtri_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4514051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4514917Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4515781Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4516646Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4517509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4518367Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_softmax_with_dtype_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4519276Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4520355Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4521342Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4522187Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_spherical_bessel_j0_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4523043Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4523856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4524656Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int16 PASSED [ 30%] 2022-11-23T02:55:06.4525451Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4526311Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4527171Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_xlog1py_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4528012Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4528964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 30%] 2022-11-23T02:55:06.4529889Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4530657Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4531441Z test_ops.py::TestCommonCUDA::test_python_ref__refs_special_zeta_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4532197Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4533036Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_complex32 PASSED [ 30%] 2022-11-23T02:55:06.4533929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4534672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4535393Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sqrt_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4536283Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_bfloat16 PASSED [ 30%] 2022-11-23T02:55:06.4537053Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4537846Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4538576Z test_ops.py::TestCommonCUDA::test_python_ref__refs_square_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4539407Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_bool PASSED [ 30%] 2022-11-23T02:55:06.4540265Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_complex64 PASSED [ 30%] 2022-11-23T02:55:06.4541116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4541874Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4542616Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4543357Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4544121Z test_ops.py::TestCommonCUDA::test_python_ref__refs_squeeze_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4544892Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4545662Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_complex32 PASSED [ 30%] 2022-11-23T02:55:06.4546479Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_float64 PASSED [ 30%] 2022-11-23T02:55:06.4547388Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int32 PASSED [ 30%] 2022-11-23T02:55:06.4548248Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int64 PASSED [ 30%] 2022-11-23T02:55:06.4549013Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_int8 PASSED [ 30%] 2022-11-23T02:55:06.4549747Z test_ops.py::TestCommonCUDA::test_python_ref__refs_stack_cuda_uint8 PASSED [ 30%] 2022-11-23T02:55:06.4550519Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4551279Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_cuda_float16 PASSED [ 30%] 2022-11-23T02:55:06.4552044Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex128 PASSED [ 30%] 2022-11-23T02:55:06.4552913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_complex64 PASSED [ 30%] 2022-11-23T02:55:06.4553894Z test_ops.py::TestCommonCUDA::test_python_ref__refs_std_mean_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:06.4554666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4555438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4556196Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4556925Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4557659Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sub_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4558392Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4559195Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4560115Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4560865Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4561591Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4562335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4563097Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4563856Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4564798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4565664Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4566525Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4567397Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4568170Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4568929Z test_ops.py::TestCommonCUDA::test_python_ref__refs_sum_to_size_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4569666Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4570413Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4571145Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4571879Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4572695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_t_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4573542Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4574305Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4575068Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4575824Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4576682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4577437Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4578175Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tan_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4579006Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4579812Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4580650Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4581416Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4582165Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4582913Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4583654Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4584374Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tanh_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4585133Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_bfloat16 XFAIL [ 31%] 2022-11-23T02:55:06.4586111Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float16 XFAIL [ 31%] 2022-11-23T02:55:06.4586992Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tensor_split_cuda_float64 XFAIL [ 31%] 2022-11-23T02:55:06.4587749Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4588475Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4589210Z test_ops.py::TestCommonCUDA::test_python_ref__refs_to_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4589964Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4590969Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4591740Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4592636Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4593808Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4594554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4595281Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4596016Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4596756Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trace_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4597538Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4598347Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4599232Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4600105Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4600954Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4601745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4602539Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4603332Z test_ops.py::TestCommonCUDA::test_python_ref__refs_transpose_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4604111Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4604891Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4606944Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4607800Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4608583Z test_ops.py::TestCommonCUDA::test_python_ref__refs_tril_indices_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4609388Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4610174Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4610939Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4611694Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4612554Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4613580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_triu_indices_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4614440Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4615257Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_complex32 XFAIL [ 31%] 2022-11-23T02:55:06.4616047Z test_ops.py::TestCommonCUDA::test_python_ref__refs_true_divide_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4616851Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4617596Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4618372Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4680818Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4681628Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4682377Z test_ops.py::TestCommonCUDA::test_python_ref__refs_trunc_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4683164Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4683942Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4684698Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4686058Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4686967Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4687798Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unbind_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4688580Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4689470Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4690244Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4691024Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4691788Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unflatten_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4692736Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4693710Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4694532Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4695326Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4696114Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4696943Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4697941Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4698847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4699745Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_copy_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4700672Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4701502Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4702315Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4703138Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4703940Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4704729Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unfold_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4705640Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4706610Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4707442Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4708277Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4709105Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4709886Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4710692Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4711509Z test_ops.py::TestCommonCUDA::test_python_ref__refs_unsqueeze_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4712438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4713382Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4714199Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4715077Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4716108Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4716944Z test_ops.py::TestCommonCUDA::test_python_ref__refs_var_mean_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4717787Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4718723Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_complex64 PASSED [ 31%] 2022-11-23T02:55:06.4719617Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4720520Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4721335Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_as_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4722116Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4722930Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4723759Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4724568Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4725438Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_int32 PASSED [ 31%] 2022-11-23T02:55:06.4726322Z test_ops.py::TestCommonCUDA::test_python_ref__refs_view_cuda_uint8 PASSED [ 31%] 2022-11-23T02:55:06.4727196Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4728051Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4729037Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4729901Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int16 PASSED [ 31%] 2022-11-23T02:55:06.4730707Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int64 PASSED [ 31%] 2022-11-23T02:55:06.4731507Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vsplit_cuda_int8 PASSED [ 31%] 2022-11-23T02:55:06.4732421Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bfloat16 PASSED [ 31%] 2022-11-23T02:55:06.4733396Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_bool PASSED [ 31%] 2022-11-23T02:55:06.4734230Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_complex128 PASSED [ 31%] 2022-11-23T02:55:06.4735073Z test_ops.py::TestCommonCUDA::test_python_ref__refs_vstack_cuda_float64 PASSED [ 31%] 2022-11-23T02:55:06.4735847Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_complex32 PASSED [ 31%] 2022-11-23T02:55:06.4736682Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float16 PASSED [ 31%] 2022-11-23T02:55:06.4737488Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float32 PASSED [ 31%] 2022-11-23T02:55:06.4738206Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4739111Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int16 PASSED [ 32%] 2022-11-23T02:55:06.4740082Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int32 PASSED [ 32%] 2022-11-23T02:55:06.4740869Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int64 PASSED [ 32%] 2022-11-23T02:55:06.4741622Z test_ops.py::TestCommonCUDA::test_python_ref__refs_where_cuda_int8 PASSED [ 32%] 2022-11-23T02:55:06.4742424Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float16 PASSED [ 32%] 2022-11-23T02:55:06.4743194Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:06.4743960Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4744716Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int16 PASSED [ 32%] 2022-11-23T02:55:06.4745549Z test_ops.py::TestCommonCUDA::test_python_ref__refs_xlogy_cuda_int8 PASSED [ 32%] 2022-11-23T02:55:06.4746695Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex128 PASSED [ 32%] 2022-11-23T02:55:06.4747521Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_complex32 PASSED [ 32%] 2022-11-23T02:55:06.4748308Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:06.4749143Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4749954Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int16 PASSED [ 32%] 2022-11-23T02:55:06.4750733Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int32 PASSED [ 32%] 2022-11-23T02:55:06.4751547Z test_ops.py::TestCommonCUDA::test_python_ref__refs_zeros_cuda_int64 PASSED [ 32%] 2022-11-23T02:55:06.4752418Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_T_cuda PASSED [ 32%] 2022-11-23T02:55:06.4753363Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs__conversions_complex_cuda PASSED [ 32%] 2022-11-23T02:55:06.4754161Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amax_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4754960Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_amin_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4755757Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_atan2_cuda PASSED [ 32%] 2022-11-23T02:55:06.4756544Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_and_cuda PASSED [ 32%] 2022-11-23T02:55:06.4757378Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_left_shift_cuda PASSED [ 32%] 2022-11-23T02:55:06.4758311Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_bitwise_or_cuda PASSED [ 32%] 2022-11-23T02:55:06.4759301Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_cat_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4760165Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_clamp_max_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4760934Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_diag_cuda PASSED [ 32%] 2022-11-23T02:55:06.4761773Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_no_rounding_mode_cuda PASSED [ 32%] 2022-11-23T02:55:06.4762609Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_div_trunc_rounding_cuda PASSED [ 32%] 2022-11-23T02:55:06.4763401Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_eye_cuda PASSED [ 32%] 2022-11-23T02:55:06.4764161Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_flipud_cuda PASSED [ 32%] 2022-11-23T02:55:06.4765027Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_float_power_cuda PASSED [ 32%] 2022-11-23T02:55:06.4765914Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_gcd_cuda PASSED [ 32%] 2022-11-23T02:55:06.4766810Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_heaviside_cuda PASSED [ 32%] 2022-11-23T02:55:06.4767648Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hsplit_cuda PASSED [ 32%] 2022-11-23T02:55:06.4768469Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_hstack_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4769291Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_isclose_cuda PASSED [ 32%] 2022-11-23T02:55:06.4770056Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_le_cuda PASSED [ 32%] 2022-11-23T02:55:06.4770805Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_linspace_cuda PASSED [ 32%] 2022-11-23T02:55:06.4771710Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logical_xor_cuda PASSED [ 32%] 2022-11-23T02:55:06.4772608Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_logspace_cuda PASSED [ 32%] 2022-11-23T02:55:06.4773527Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_maximum_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4774274Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_movedim_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4775052Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_copy_cuda PASSED [ 32%] 2022-11-23T02:55:06.4776000Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_narrow_cuda PASSED [ 32%] 2022-11-23T02:55:06.4776901Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_native_layer_norm_cuda PASSED [ 32%] 2022-11-23T02:55:06.4777692Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_ne_cuda PASSED [ 32%] 2022-11-23T02:55:06.4778614Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_group_norm_cuda PASSED [ 32%] 2022-11-23T02:55:06.4779654Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_l1_loss_cuda PASSED [ 32%] 2022-11-23T02:55:06.4780557Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4781461Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_softshrink_cuda PASSED [ 32%] 2022-11-23T02:55:06.4782341Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cuda PASSED [ 32%] 2022-11-23T02:55:06.4783176Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_pow_cuda PASSED [ 32%] 2022-11-23T02:55:06.4783964Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_remainder_cuda PASSED [ 32%] 2022-11-23T02:55:06.4784841Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_roll_cuda PASSED [ 32%] 2022-11-23T02:55:06.4785736Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rot90_cuda PASSED [ 32%] 2022-11-23T02:55:06.4786645Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_rsub_cuda PASSED [ 32%] 2022-11-23T02:55:06.4787476Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_special_xlog1py_cuda PASSED [ 32%] 2022-11-23T02:55:06.4788432Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_t_cuda PASSED [ 32%] 2022-11-23T02:55:06.4789290Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_trace_cuda PASSED [ 32%] 2022-11-23T02:55:06.4790081Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_tril_cuda PASSED [ 32%] 2022-11-23T02:55:06.4790922Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_true_divide_cuda PASSED [ 32%] 2022-11-23T02:55:06.4791896Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_as_cuda PASSED [ 32%] 2022-11-23T02:55:06.4792852Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_view_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4793649Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_vstack_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4794467Z test_ops.py::TestCommonCUDA::test_python_ref_errors__refs_where_cuda XFAIL [ 32%] 2022-11-23T02:55:06.4795261Z test_ops.py::TestCommonCUDA::test_python_ref_errors_ops_nvprims_view_cuda PASSED [ 32%] 2022-11-23T02:55:06.4796130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:55:06.4797213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex32 PASSED [ 32%] 2022-11-23T02:55:06.4798296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:55:06.4799344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4800227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:55:06.4801098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:55:06.4802033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4803044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4804091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:55:06.4805291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4806578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4807736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2022-11-23T02:55:06.4808715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_T_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4809720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:55:06.4810673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:55:06.4811586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_complex32 PASSED [ 32%] 2022-11-23T02:55:06.4812615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:55:06.4813685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:06.4814633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4815572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:55:06.4816623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cuda_int8 PASSED [ 32%] 2022-11-23T02:55:06.4817653Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4818896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:55:06.4820181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4821227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4822302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:55:06.4823241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:55:06.4824141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:06.4825039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:55:06.4826231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:55:06.4827256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4828377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.bool doesn't support nvfuser) [ 32%] 2022-11-23T02:55:06.4829530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2022-11-23T02:55:06.4830640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.bool doesn't support nvfuser) [ 32%] 2022-11-23T02:55:06.4831699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4833205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 32%] 2022-11-23T02:55:06.4834268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bfloat16 PASSED [ 32%] 2022-11-23T02:55:06.4835196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_bool PASSED [ 32%] 2022-11-23T02:55:06.4836100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:55:06.4837019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4837916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:55:06.4838938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_int64 PASSED [ 32%] 2022-11-23T02:55:06.4839995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:55:06.4840993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4842053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4843208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4844261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4845449Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4846734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.byte doesn't support nvfuser) [ 32%] 2022-11-23T02:55:06.4847882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 32%] 2022-11-23T02:55:06.4849025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.byte doesn't support nvfuser) [ 32%] 2022-11-23T02:55:06.4850126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4851176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:55:06.4852500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_complex32 PASSED [ 32%] 2022-11-23T02:55:06.4853567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:55:06.4854502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:06.4855425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:55:06.4856342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:55:06.4857325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4858645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4859970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:55:06.4861122Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4862186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4863324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 32%] 2022-11-23T02:55:06.4864364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex128 PASSED [ 32%] 2022-11-23T02:55:06.4865420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex32 PASSED [ 32%] 2022-11-23T02:55:06.4866527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:55:06.4867452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float16 PASSED [ 32%] 2022-11-23T02:55:06.4868368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float32 PASSED [ 32%] 2022-11-23T02:55:06.4869458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_float64 PASSED [ 32%] 2022-11-23T02:55:06.4870416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int16 PASSED [ 32%] 2022-11-23T02:55:06.4871460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_int32 PASSED [ 32%] 2022-11-23T02:55:06.4872380Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cuda_uint8 PASSED [ 32%] 2022-11-23T02:55:06.4873553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4874607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4875684Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4876836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 32%] 2022-11-23T02:55:06.4877962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 32%] 2022-11-23T02:55:06.4879259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4880627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:55:06.4881688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4882638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:55:06.4883583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:55:06.4884499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:55:06.4885596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4886500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4887398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:55:06.4888448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2022-11-23T02:55:06.4889560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4890870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.chalf doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4892055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4893145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:55:06.4894180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:55:06.4895227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4896197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:55:06.4897109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4898036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:55:06.4898933Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4899825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:55:06.4900807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4901853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4902937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4904011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4905094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:55:06.4906142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4907272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4908549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4909525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:55:06.4910678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4911616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4912544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4913047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:55:06.4913581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4914124Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4914663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4915189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4915753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4916263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4916964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:55:06.4917465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4917933Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:55:06.4918404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4918839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4919268Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:55:06.4919698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:55:06.4920216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4920742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4921318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4921902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.float doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4922472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:55:06.4922930Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4923378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4923792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4924373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:55:06.4924822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4925330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4925843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4926358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4926942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.half doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4927592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4928176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.half doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4928734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:55:06.4929302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:55:06.4929783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:55:06.4930225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4930665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4931105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4931607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4932036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:55:06.4932488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4933093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.int doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4933595Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4934147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.int doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4934681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:55:06.4935120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:55:06.4935552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:55:06.4935995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4937576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:55:06.4937987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4938533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4938958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4939528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4940041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4940563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4941229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.long doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4941691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4942168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:55:06.4942621Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int64 PASSED [ 33%] 2022-11-23T02:55:06.4943203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4943760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4944272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4944787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4945482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_float32 SKIPPED (_refs._conversions.short doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4946070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4946743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int32 SKIPPED (_refs._conversions.short doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4947260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4947814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:55:06.4948221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:55:06.4948642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4949054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4949554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4949945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4950420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4951048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4951527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4951940Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4952469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_abs_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:55:06.4952952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:55:06.4953369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4953800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:55:06.4954203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:55:06.4954638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4955131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4955532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4956043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4956562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_aten_cuda_uint8 PASSED [ 33%] 2022-11-23T02:55:06.4957056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4957539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4958106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2022-11-23T02:55:06.4958609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4959034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float32 PASSED [ 33%] 2022-11-23T02:55:06.4959524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4959987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4960544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acos_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:55:06.4960950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:55:06.4961372Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex128 PASSED [ 33%] 2022-11-23T02:55:06.4961868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex32 PASSED [ 33%] 2022-11-23T02:55:06.4962285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_complex64 PASSED [ 33%] 2022-11-23T02:55:06.4962720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_float16 PASSED [ 33%] 2022-11-23T02:55:06.4963131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4963782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4964335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 33%] 2022-11-23T02:55:06.4964869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_float32 SKIPPED (_refs.acosh doesn't support nvfuser) [ 33%] 2022-11-23T02:55:06.4965389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 33%] 2022-11-23T02:55:06.4965863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4966474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 33%] 2022-11-23T02:55:06.4967031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_acosh_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 33%] 2022-11-23T02:55:06.4967457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bfloat16 PASSED [ 33%] 2022-11-23T02:55:06.4967931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_bool PASSED [ 33%] 2022-11-23T02:55:06.4968359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_float64 PASSED [ 33%] 2022-11-23T02:55:06.4968772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int16 PASSED [ 33%] 2022-11-23T02:55:06.4969292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int32 PASSED [ 33%] 2022-11-23T02:55:06.4969698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_aten_cuda_int8 PASSED [ 33%] 2022-11-23T02:55:06.4970269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 33%] 2022-11-23T02:55:06.4970763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4971326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2022-11-23T02:55:06.4971873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:55:06.4972394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_add_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.4972841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.4973252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:55:06.4973734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.4974145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:55:06.4974631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4975118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4975618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4976065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.4976658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:55:06.4977062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:55:06.4977469Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:55:06.4977870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:55:06.4978357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:55:06.4978846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4979346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4979771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.4980238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4980649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.4981116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4981759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.4982315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addcmul_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:55:06.4982827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.4983283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.4983700Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:55:06.4984102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:55:06.4984493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:55:06.4984970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4985447Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4985908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4986366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4986874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.4987394Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_addr_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:55:06.4987867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.4988322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:55:06.4988746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.4989150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.4989711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:55:06.4990102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:55:06.4990487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.4990875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:55:06.4991271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:55:06.4991737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4992192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4992679Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4993134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4993595Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4994003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.4994729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_all_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.4995302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.4995867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:55:06.4996422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_allclose_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4996834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.4997250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.4997642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:55:06.4998116Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.4998603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.4999133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:55:06.4999582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.5000039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amax_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5000442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.5000847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:55:06.5001248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:55:06.5001651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:55:06.5002061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:55:06.5002695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5003160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5003643Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5004139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5004637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5005057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.5005519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_amin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5005947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.5006360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_int8 PASSED [ 34%] 2022-11-23T02:55:06.5006763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:55:06.5007239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5008802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5009435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5009876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5010364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5010882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_any_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.5011317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.5011800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5012235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.5012650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:55:06.5013066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:55:06.5013551Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5014067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5014606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:55:06.5015096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5015714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_arange_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:55:06.5016221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.5016839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:55:06.5017286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:55:06.5017713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.5018154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5018591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:55:06.5019011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:55:06.5019496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5020137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:55:06.5020690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int32 SKIPPED (_refs.as_strided doesn't support nvfuser) [ 34%] 2022-11-23T02:55:06.5021230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_as_strided_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.5021762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.5022212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.5022635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex128 PASSED [ 34%] 2022-11-23T02:55:06.5023047Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_complex64 PASSED [ 34%] 2022-11-23T02:55:06.5023452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.5023870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5024265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_aten_cuda_int64 PASSED [ 34%] 2022-11-23T02:55:06.5024751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5025185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5025666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5026088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.5026548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5027090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.5027623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asin_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 34%] 2022-11-23T02:55:06.5028051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.5028458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.5028887Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_complex32 PASSED [ 34%] 2022-11-23T02:55:06.5029448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.5029876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5030285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:55:06.5030760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_int16 PASSED [ 34%] 2022-11-23T02:55:06.5031183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:55:06.5031670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5032166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5032671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5033234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 34%] 2022-11-23T02:55:06.5033721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5034205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5034815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5035382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_asinh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 34%] 2022-11-23T02:55:06.5035880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bfloat16 PASSED [ 34%] 2022-11-23T02:55:06.5036290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_bool PASSED [ 34%] 2022-11-23T02:55:06.5036705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float16 PASSED [ 34%] 2022-11-23T02:55:06.5037123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float32 PASSED [ 34%] 2022-11-23T02:55:06.5037525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_float64 PASSED [ 34%] 2022-11-23T02:55:06.5037944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.5038359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_aten_cuda_uint8 PASSED [ 34%] 2022-11-23T02:55:06.5038838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5039310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 34%] 2022-11-23T02:55:06.5039841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 34%] 2022-11-23T02:55:06.5040259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int32 PASSED [ 34%] 2022-11-23T02:55:06.5040819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5041375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:55:06.5041784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5042348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5042779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:55:06.5043196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:55:06.5043605Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5044004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:55:06.5044418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5044908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5045487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2022-11-23T02:55:06.5046057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5046545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5046971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5047629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5048129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atan_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5048522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5048945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float16 PASSED [ 35%] 2022-11-23T02:55:06.5049373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5049767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5050171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5050718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5051211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5051753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5052231Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atanh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5052657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:55:06.5053089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5053540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5054123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2022-11-23T02:55:06.5054695Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5055334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5055871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_float32 SKIPPED (_refs.atleast_1d doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5056429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5056982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int32 SKIPPED (_refs.atleast_1d doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5057617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:55:06.5058051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex32 PASSED [ 35%] 2022-11-23T02:55:06.5058511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:55:06.5058947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:55:06.5059439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5059936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5060553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5061163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 35%] 2022-11-23T02:55:06.5061673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5062163Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5062696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5063256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int32 SKIPPED (_refs.atleast_2d doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5063739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5064271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5064686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_complex32 PASSED [ 35%] 2022-11-23T02:55:06.5065137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:55:06.5065562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:55:06.5066063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5066547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5067064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5067607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cuda_int32 SKIPPED (_refs.atleast_3d doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5068170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5068593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:55:06.5069171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5069725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:55:06.5070175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:55:06.5070614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:55:06.5071205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int32 SKIPPED (_refs.bitwise_left_shift doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5071713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5072340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:55:06.5072774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5073313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5073773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:55:06.5074222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:55:06.5074657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5075192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:55:06.5075736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:55:06.5076166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5076579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5076991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:55:06.5077421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5078102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5078573Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5079030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5079666Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int32 SKIPPED (_refs.bitwise_right_shift doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5080168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5080885Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 35%] 2022-11-23T02:55:06.5081298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5081714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5082145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:55:06.5082638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5083181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5083606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5084140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:55:06.5084576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5085019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5085463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5086012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:55:06.5086577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5087121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5087641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5088096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5088590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5089232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5089743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5090296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 35%] 2022-11-23T02:55:06.5090723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bfloat16 PASSED [ 35%] 2022-11-23T02:55:06.5091144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5091649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5092104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:55:06.5092538Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5092950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5093519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int64 PASSED [ 35%] 2022-11-23T02:55:06.5093932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:55:06.5094429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5094910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5095432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5095993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5096451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5097183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5097636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float32 XFAIL [ 35%] 2022-11-23T02:55:06.5098184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_float64 XFAIL [ 35%] 2022-11-23T02:55:06.5098672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_aten_cuda_int8 XFAIL [ 35%] 2022-11-23T02:55:06.5099303Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5099829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5100378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 35%] 2022-11-23T02:55:06.5100869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_bucketize_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5101434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5101913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_complex64 PASSED [ 35%] 2022-11-23T02:55:06.5102382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float32 PASSED [ 35%] 2022-11-23T02:55:06.5102848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:55:06.5103352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:55:06.5103973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5104496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5105166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5105713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5106353Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float32 SKIPPED (_refs.cat doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5106889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5107497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cat_executor_nvfuser_cuda_int32 SKIPPED (_refs.cat doesn't support nvfuser) [ 35%] 2022-11-23T02:55:06.5108130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:55:06.5108580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_int8 PASSED [ 35%] 2022-11-23T02:55:06.5109034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_aten_cuda_uint8 PASSED [ 35%] 2022-11-23T02:55:06.5109571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ceil_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5110003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_bool PASSED [ 35%] 2022-11-23T02:55:06.5110484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex128 PASSED [ 35%] 2022-11-23T02:55:06.5110972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_complex32 PASSED [ 35%] 2022-11-23T02:55:06.5111520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_float64 PASSED [ 35%] 2022-11-23T02:55:06.5111964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int16 PASSED [ 35%] 2022-11-23T02:55:06.5112403Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_aten_cuda_int32 PASSED [ 35%] 2022-11-23T02:55:06.5112917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5113648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5114252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5114760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 35%] 2022-11-23T02:55:06.5115384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5115966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_chunk_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:55:06.5116480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:55:06.5116962Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5117541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5118000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5118540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5119109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5119709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5120226Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5120694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:55:06.5121185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:55:06.5121665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:55:06.5122381Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5122894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5123493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5124125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5124752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5125422Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5125949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:55:06.5126431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:55:06.5126902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5127375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5127847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:55:06.5128440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5129078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5129627Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5130412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_float32 SKIPPED (_refs.clamp_min doesn't support nvfuser) [ 36%] 2022-11-23T02:55:06.5131091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5131697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5132160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:55:06.5132614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:55:06.5133073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:55:06.5133539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:55:06.5133983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:55:06.5134435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:55:06.5134882Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5135396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5135936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5136498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5137205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5137709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5138328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:55:06.5138818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5139524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5139998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5140572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_clone_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5141060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:55:06.5141607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:55:06.5142106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:55:06.5142842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:55:06.5143356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5143896Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5144378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5144855Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:55:06.5145333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5145973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:55:06.5146530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5147126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5147696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5148390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5148940Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5149588Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_column_stack_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:55:06.5150135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:55:06.5150558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:55:06.5151013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:55:06.5152589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:55:06.5153051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5153463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5153902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:55:06.5154370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5154918Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5155640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:55:06.5156186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5156899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5157365Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5157846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5158553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5159085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:55:06.5159587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:55:06.5160078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:55:06.5160539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5161004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5161450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:55:06.5161979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5162635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5163210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5163958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:55:06.5164563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float32 SKIPPED (_refs.conj_physical doesn't support nvfuser) [ 36%] 2022-11-23T02:55:06.5165113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5165673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5166160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:55:06.5166812Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_complex64 PASSED [ 36%] 2022-11-23T02:55:06.5167289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:55:06.5167792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5168269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:55:06.5168739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5169256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5169809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5170457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5171151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5171755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_int32 SKIPPED (_refs.constant_pad_nd doesn't support nvfuser) [ 36%] 2022-11-23T02:55:06.5172489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:55:06.5172992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:55:06.5173456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_float32 PASSED [ 36%] 2022-11-23T02:55:06.5173941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:55:06.5174376Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:55:06.5174846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5175383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5175916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5176598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 36%] 2022-11-23T02:55:06.5177204Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int32 SKIPPED (_refs.contiguous doesn't support nvfuser) [ 36%] 2022-11-23T02:55:06.5177905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5178492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5179081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_contiguous_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 36%] 2022-11-23T02:55:06.5179548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:55:06.5179999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_bool PASSED [ 36%] 2022-11-23T02:55:06.5180609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:55:06.5181051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5181497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5181950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_aten_cuda_int8 PASSED [ 36%] 2022-11-23T02:55:06.5182495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5183187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int32 SKIPPED (_refs.copysign doesn't support nvfuser) [ 36%] 2022-11-23T02:55:06.5183728Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5184401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_copysign_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5184945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:55:06.5185414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_complex32 PASSED [ 36%] 2022-11-23T02:55:06.5185848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5186424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5186909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5187343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_aten_cuda_uint8 PASSED [ 36%] 2022-11-23T02:55:06.5187949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5188452Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5189130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 36%] 2022-11-23T02:55:06.5189646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5190235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 36%] 2022-11-23T02:55:06.5190688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_float32 PASSED [ 36%] 2022-11-23T02:55:06.5191150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5191969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cos_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 36%] 2022-11-23T02:55:06.5192427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_bfloat16 PASSED [ 36%] 2022-11-23T02:55:06.5192883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_complex128 PASSED [ 36%] 2022-11-23T02:55:06.5193314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float16 PASSED [ 36%] 2022-11-23T02:55:06.5193833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_float64 PASSED [ 36%] 2022-11-23T02:55:06.5194270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int16 PASSED [ 36%] 2022-11-23T02:55:06.5194708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int32 PASSED [ 36%] 2022-11-23T02:55:06.5195315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int64 PASSED [ 36%] 2022-11-23T02:55:06.5195767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5196287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5196880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5197442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5198178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2022-11-23T02:55:06.5198784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5199492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5200016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5200620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cosh_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:55:06.5201235Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex128 PASSED [ 37%] 2022-11-23T02:55:06.5201748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_complex64 PASSED [ 37%] 2022-11-23T02:55:06.5202196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5202675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:55:06.5203135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5203603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:55:06.5204072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:55:06.5204656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5205199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5205809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5206416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_cumsum_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:55:06.5206961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5207431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex128 PASSED [ 37%] 2022-11-23T02:55:06.5207902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_complex64 PASSED [ 37%] 2022-11-23T02:55:06.5208383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5208847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:55:06.5209301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:55:06.5209995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5210507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5211029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5211585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5212143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5212822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5213598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int32 SKIPPED (_refs.diag_embed doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5214185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5214801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:55:06.5215553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:55:06.5216029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5216506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:55:06.5216988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5217479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5218044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2022-11-23T02:55:06.5218569Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5219152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5219776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5220381Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int32 SKIPPED (_refs.diag doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5220864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diag_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5221309Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex128 PASSED [ 37%] 2022-11-23T02:55:06.5221767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_complex32 PASSED [ 37%] 2022-11-23T02:55:06.5222220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5222636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:55:06.5223101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5223717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:55:06.5224162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5224488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5224829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2022-11-23T02:55:06.5225129Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5225614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.diagonal_copy doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5225916Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5226343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:55:06.5226717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5226982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex128 PASSED [ 37%] 2022-11-23T02:55:06.5227989Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_complex32 PASSED [ 37%] 2022-11-23T02:55:06.5228295Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5228544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:55:06.5228797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:55:06.5229042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:55:06.5229288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5229647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5230049Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:55:06.5230533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5231044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5231600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int32 SKIPPED (_refs.diagonal doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5232275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 37%] 2022-11-23T02:55:06.5232731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5233348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5233805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5234301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5235079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5235665Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5236224Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5236698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5237168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:55:06.5237634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5238099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:55:06.5238723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5239274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5239972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_digamma_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5240625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5241146Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5241640Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cuda_uint8 PASSED [ 37%] 2022-11-23T02:55:06.5242212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_float32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5242784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5243249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5243755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:55:06.5244246Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:55:06.5244711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5245287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5245844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5246568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_complex32 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:55:06.5247115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5247733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5248330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cuda_int32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5249033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_bfloat16 PASSED [ 37%] 2022-11-23T02:55:06.5249509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float16 PASSED [ 37%] 2022-11-23T02:55:06.5249968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:55:06.5250453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:55:06.5250914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5251468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5252183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float32 SKIPPED (_refs.div doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5252853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5253532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5254117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 37%] 2022-11-23T02:55:06.5254717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5255206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:55:06.5255662Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:55:06.5256120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5256553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5257080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5257592Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5258108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5258805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2022-11-23T02:55:06.5259496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5260130Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5260730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5261258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dsplit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5261725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_bool PASSED [ 37%] 2022-11-23T02:55:06.5262197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float32 PASSED [ 37%] 2022-11-23T02:55:06.5262633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_float64 PASSED [ 37%] 2022-11-23T02:55:06.5263277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int16 PASSED [ 37%] 2022-11-23T02:55:06.5263716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int32 PASSED [ 37%] 2022-11-23T02:55:06.5264142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int64 PASSED [ 37%] 2022-11-23T02:55:06.5264581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_aten_cuda_int8 PASSED [ 37%] 2022-11-23T02:55:06.5265240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5265863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 37%] 2022-11-23T02:55:06.5266594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 37%] 2022-11-23T02:55:06.5267225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_float32 SKIPPED (_refs.dstack doesn't support nvfuser) [ 37%] 2022-11-23T02:55:06.5267795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_dstack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 37%] 2022-11-23T02:55:06.5268330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_bfloat16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5269022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5269601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_float64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5270162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5270656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5271156Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_aten_cuda_int8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5271816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bfloat16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5272382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_bool SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5273095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex128 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T02:55:06.5273620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex32 SKIPPED (Can't check result for empty) [ 38%] 2022-11-23T02:55:06.5274177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_complex64 SKIPPED (Can't check result for empty) [ 38%] 2022-11-23T02:55:06.5274699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float16 SKIPPED (Can't check result for empty) [ 38%] 2022-11-23T02:55:06.5275227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_float32 SKIPPED (Can't check result for empty) [ 38%] 2022-11-23T02:55:06.5275759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int16 SKIPPED (Can't check result for empty) [ 38%] 2022-11-23T02:55:06.5276296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_executor_nvfuser_cuda_int32 SKIPPED (Can't check result for empty) [ 38%] 2022-11-23T02:55:06.5276846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex128 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5277596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_complex32 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5277978Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float16 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5278429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float32 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5278730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_float64 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5279022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_aten_cuda_int16 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5279467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bfloat16 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5279878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_bool SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5280189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex128 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5280499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_complex32 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5280910Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_float64 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5281232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int16 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5281526Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_empty_like_executor_nvfuser_cuda_int32 SKIPPED (Can't check result for empty_like) [ 38%] 2022-11-23T02:55:06.5281767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:55:06.5282015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5282261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:55:06.5282501Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5282739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:55:06.5282972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:55:06.5283205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5283484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5283805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 38%] 2022-11-23T02:55:06.5284078Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5284324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5284580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5285023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:55:06.5285424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5285856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eq_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:55:06.5286233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5286478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:55:06.5286722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5286994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5287275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5287580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:55:06.5287891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erf_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 38%] 2022-11-23T02:55:06.5288135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:55:06.5288461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5288722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5288961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:55:06.5289202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:55:06.5289438Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5289718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5289994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5290241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int32 PASSED [ 38%] 2022-11-23T02:55:06.5290512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfc_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5290755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:55:06.5291000Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5291236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:55:06.5291638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5291991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5292404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_float32 SKIPPED (_refs.erfinv doesn't support nvfuser) [ 38%] 2022-11-23T02:55:06.5293095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:55:06.5293402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_erfinv_executor_nvfuser_cuda_int32 SKIPPED (_refs.erfinv doesn't support nvfuser) [ 38%] 2022-11-23T02:55:06.5293764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:55:06.5294003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:55:06.5294244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5294483Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5294723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:55:06.5295026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5295547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float32 SKIPPED (_refs.exp2 doesn't support nvfuser) [ 38%] 2022-11-23T02:55:06.5296054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5296607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:55:06.5297036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:55:06.5297468Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:55:06.5298072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5298651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_complex32 PASSED [ 38%] 2022-11-23T02:55:06.5299119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5299754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:55:06.5300215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:55:06.5300638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5301139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5301635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5302165Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5302694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_exp_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5303173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:55:06.5303645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5304128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:55:06.5304600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5305180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5305723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5306716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5307609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5308110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5308664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_as_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:55:06.5309120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5309562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_complex64 PASSED [ 38%] 2022-11-23T02:55:06.5309990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:55:06.5310421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:55:06.5310831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5311252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:55:06.5311740Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5312473Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5313002Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5313645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5314244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expand_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:55:06.5314663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:55:06.5315093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:55:06.5315512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:55:06.5315928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:55:06.5316343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_int64 PASSED [ 38%] 2022-11-23T02:55:06.5316755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5317252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5317727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5318157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5318646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5319271Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_expm1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:55:06.5319681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_bfloat16 PASSED [ 38%] 2022-11-23T02:55:06.5320099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5320752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:55:06.5321269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5321747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5322234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5322727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5323202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5323687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5324220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_eye_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 38%] 2022-11-23T02:55:06.5324648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_bool PASSED [ 38%] 2022-11-23T02:55:06.5325077Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5325632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_complex32 PASSED [ 38%] 2022-11-23T02:55:06.5326072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:55:06.5326568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_aten_cuda_uint8 PASSED [ 38%] 2022-11-23T02:55:06.5327070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5327675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5328173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5328712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fft2 doesn't support nvfuser) [ 38%] 2022-11-23T02:55:06.5329201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5329734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:55:06.5330174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5330593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float16 PASSED [ 38%] 2022-11-23T02:55:06.5331015Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float32 PASSED [ 38%] 2022-11-23T02:55:06.5331432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_float64 PASSED [ 38%] 2022-11-23T02:55:06.5331848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5332274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_aten_cuda_int8 PASSED [ 38%] 2022-11-23T02:55:06.5332751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 38%] 2022-11-23T02:55:06.5333374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fft doesn't support nvfuser) [ 38%] 2022-11-23T02:55:06.5334141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.fft doesn't support nvfuser) [ 38%] 2022-11-23T02:55:06.5334764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 38%] 2022-11-23T02:55:06.5335216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:55:06.5335641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int16 PASSED [ 38%] 2022-11-23T02:55:06.5336059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_aten_cuda_int32 PASSED [ 38%] 2022-11-23T02:55:06.5336539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5337032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5337609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5338103Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5338716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5339284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5339865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5340478Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:55:06.5341146Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:55:06.5341645Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5342255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:55:06.5342749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:55:06.5343253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5343743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5344193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:55:06.5344626Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:55:06.5345255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5345831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5346389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5347022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.fftshift doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5347920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5348557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5349355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:55:06.5349852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5350362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:55:06.5350839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:55:06.5351277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5351750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:55:06.5352299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5353253Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5354757Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.hfft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5358528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5359219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5359802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.hfft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5360344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:55:06.5360772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5361216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:55:06.5361752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:55:06.5362178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:55:06.5362603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5363128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:55:06.5363634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5364205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5364707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5365195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5366821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.hfft doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5367310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5367854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5368399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.hfft doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5369051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:55:06.5369492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5370020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:55:06.5370543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:55:06.5370979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:55:06.5371403Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:55:06.5371972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:55:06.5372433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:55:06.5372905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5373489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5374025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.hfftn doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5374575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:55:06.5374999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5375427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_complex32 PASSED [ 39%] 2022-11-23T02:55:06.5375944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:55:06.5376384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5376935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:55:06.5377430Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5377922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5378412Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5378958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5379442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5380025Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float32 PASSED [ 39%] 2022-11-23T02:55:06.5380450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5380869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:55:06.5381291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5381761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:55:06.5382322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5382826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5383464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5384012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifft doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5384493Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5385156Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:55:06.5385616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_complex64 PASSED [ 39%] 2022-11-23T02:55:06.5386048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:55:06.5386484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5386908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:55:06.5387304Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5387805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5388373Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5388947Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5389548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5390164Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifftn doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5390712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:55:06.5391148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5391601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:55:06.5392042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5392471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5393055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:55:06.5393559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5394137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5394650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5395296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ifftshift doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5395864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5396496Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ifftshift doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5396904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5397160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5397522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:55:06.5397973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5398232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:55:06.5398525Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5398840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5399131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float16 PASSED [ 39%] 2022-11-23T02:55:06.5399580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5400059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:55:06.5400593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5401223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5401784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5402504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5403175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ihfft doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5403811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5404273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 39%] 2022-11-23T02:55:06.5404712Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5404958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int16 PASSED [ 39%] 2022-11-23T02:55:06.5405199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int32 PASSED [ 39%] 2022-11-23T02:55:06.5405436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5405674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_int8 PASSED [ 39%] 2022-11-23T02:55:06.5405917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:55:06.5406200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5406517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.ihfftn doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5406834Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 39%] 2022-11-23T02:55:06.5407147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.ihfftn doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5407400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:55:06.5407770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5408080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5408402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.irfft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5408849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5409169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.irfft2 doesn't support nvfuser) [ 39%] 2022-11-23T02:55:06.5409558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5409993Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 39%] 2022-11-23T02:55:06.5410248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_bool PASSED [ 39%] 2022-11-23T02:55:06.5410505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_complex128 PASSED [ 39%] 2022-11-23T02:55:06.5410753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_float64 PASSED [ 39%] 2022-11-23T02:55:06.5410995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_int64 PASSED [ 39%] 2022-11-23T02:55:06.5411240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_aten_cuda_uint8 PASSED [ 39%] 2022-11-23T02:55:06.5411517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 39%] 2022-11-23T02:55:06.5411851Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 39%] 2022-11-23T02:55:06.5412137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5412570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.irfft doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5412849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5413158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:55:06.5413470Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.irfft doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5413729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5414088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5414345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5414599Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:55:06.5414852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex32 PASSED [ 40%] 2022-11-23T02:55:06.5415111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:55:06.5415563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5415836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5416202Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:55:06.5416571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5416857Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5417175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.irfftn doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5417458Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5417775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int32 SKIPPED (_refs.fft.irfftn doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5418059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5418375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5418687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5418935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:55:06.5419184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5419431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5419677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5419952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5420374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.rfft2 doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5420687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:55:06.5420992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5421238Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5421484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5421848Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5422104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5422343Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5422677Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:55:06.5423074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5424169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:55:06.5424508Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5424837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5425081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5425330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5425578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:55:06.5425822Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:55:06.5426066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5426311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5426595Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5426913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float32 SKIPPED (_refs.fft.rfftn doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5427195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5427477Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5427788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5428034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:55:06.5428415Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:55:06.5428790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:55:06.5429027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5429523Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5429807Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5430119Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5430428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fill_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5430680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:55:06.5430921Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5431166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5431407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:55:06.5431630Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5431956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:55:06.5432266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5432552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5432863Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5433177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flatten_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5433418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:55:06.5433658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5433904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:55:06.5434144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5434385Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5434622Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5434984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:55:06.5435230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:55:06.5435511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5435901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5436311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flip_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5436671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5436914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5437158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5437439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5437719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5438006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5438287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5438600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_float32 SKIPPED (_refs.fliplr doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5438873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5439176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5439563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fliplr_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5439832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bfloat16 PASSED [ 40%] 2022-11-23T02:55:06.5440057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5440305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:55:06.5440544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5440781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:55:06.5441019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:55:06.5441453Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float32 SKIPPED (_refs.flipud doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5441747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5442059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:55:06.5442490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_flipud_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5442844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5443106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex128 PASSED [ 40%] 2022-11-23T02:55:06.5443359Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_complex64 PASSED [ 40%] 2022-11-23T02:55:06.5443607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:55:06.5443852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5444097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:55:06.5444492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5444783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5445074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5445398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_float32 SKIPPED (_refs.float_power doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5445715Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:55:06.5445996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5446308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5446625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_float_power_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 40%] 2022-11-23T02:55:06.5446877Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5447201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:55:06.5447476Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5447725Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:55:06.5448105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5448360Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5448589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:55:06.5448992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5449382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5449704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5449949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float16 PASSED [ 40%] 2022-11-23T02:55:06.5450191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float32 PASSED [ 40%] 2022-11-23T02:55:06.5450425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5450661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int16 PASSED [ 40%] 2022-11-23T02:55:06.5450898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int32 PASSED [ 40%] 2022-11-23T02:55:06.5451137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int64 PASSED [ 40%] 2022-11-23T02:55:06.5451374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5451654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5452038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5452313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_floor_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5452549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_bool PASSED [ 40%] 2022-11-23T02:55:06.5452787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_float64 PASSED [ 40%] 2022-11-23T02:55:06.5453024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_int8 PASSED [ 40%] 2022-11-23T02:55:06.5453264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_aten_cuda_uint8 PASSED [ 40%] 2022-11-23T02:55:06.5453548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5453821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5454096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5454392Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_float32 SKIPPED (_refs.fmax doesn't support nvfuser) [ 40%] 2022-11-23T02:55:06.5454901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 40%] 2022-11-23T02:55:06.5455197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 40%] 2022-11-23T02:55:06.5455642Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 40%] 2022-11-23T02:55:06.5456036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmax_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5456274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:55:06.5456514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5456734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:55:06.5456973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5457209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:55:06.5457480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5457790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:55:06.5458086Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int32 SKIPPED (_refs.fmin doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5458355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5458658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:55:06.5458959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmin_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5459194Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5459540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5459775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5460010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5460286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5460536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5460811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5461242Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:55:06.5461559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_fmod_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:55:06.5461800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5462152Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5462527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5462892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_frac_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5463149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5463383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5463657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5463959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:55:06.5464263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gcd_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5464497Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5464716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5464987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5465258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5465531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5465797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ge_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5466038Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5466270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:55:06.5466509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5466743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5467012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5467357Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5467745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5467992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5468258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_gt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5468625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5468883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:55:06.5469134Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:55:06.5469495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:55:06.5469743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5469987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5470222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5470588Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5470894Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5471213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:55:06.5471533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_heaviside_executor_nvfuser_cuda_int32 SKIPPED (_refs.heaviside doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5471774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5472022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_complex32 PASSED [ 41%] 2022-11-23T02:55:06.5472249Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5472488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5472729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5472975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5473215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:55:06.5473490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5473776Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5474057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5474363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float32 SKIPPED (_refs.hsplit doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5474639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5475048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:55:06.5475321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hsplit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5475568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5475819Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:55:06.5476069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex32 PASSED [ 41%] 2022-11-23T02:55:06.5476319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:55:06.5476582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:55:06.5476825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:55:06.5477062Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5477299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5477537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5477900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5478200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5478474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5478786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:55:06.5479096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hstack_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5479339Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:55:06.5479694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5479984Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5480288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float32 SKIPPED (_refs.hypot doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5480713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_hypot_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5481068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:55:06.5481308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:55:06.5481545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5481780Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5482005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5482225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5482564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5482838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5483141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:55:06.5483436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_i0_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5483746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float32 SKIPPED (_refs.igamma doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5484024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igamma_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5484269Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5484517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_igammac_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:55:06.5484755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_aten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:55:06.5485081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2022-11-23T02:55:06.5485440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_imag_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5485713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5485966Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:55:06.5486220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float32 PASSED [ 41%] 2022-11-23T02:55:06.5486465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:55:06.5486706Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5486945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5487170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5487411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:55:06.5487696Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5487975Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5488306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 41%] 2022-11-23T02:55:06.5488594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5488876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5489193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_add doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5489506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 41%] 2022-11-23T02:55:06.5489912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_int32 SKIPPED (_refs.index_add doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5490217Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_add_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5490467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bfloat16 PASSED [ 41%] 2022-11-23T02:55:06.5490711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_bool PASSED [ 41%] 2022-11-23T02:55:06.5490971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:55:06.5491221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_float64 PASSED [ 41%] 2022-11-23T02:55:06.5491463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5491707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5491944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5492186Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5492420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_aten_cuda_uint8 PASSED [ 41%] 2022-11-23T02:55:06.5492775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5493112Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_copy doesn't support nvfuser) [ 41%] 2022-11-23T02:55:06.5493391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5493709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 41%] 2022-11-23T02:55:06.5494023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_copy_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 41%] 2022-11-23T02:55:06.5494281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_complex64 PASSED [ 41%] 2022-11-23T02:55:06.5494532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_float16 PASSED [ 41%] 2022-11-23T02:55:06.5494778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int16 PASSED [ 41%] 2022-11-23T02:55:06.5495020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int32 PASSED [ 41%] 2022-11-23T02:55:06.5495265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int64 PASSED [ 41%] 2022-11-23T02:55:06.5495492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_aten_cuda_int8 PASSED [ 41%] 2022-11-23T02:55:06.5495771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5496050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5496455Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 41%] 2022-11-23T02:55:06.5496742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5497166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_fill_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:55:06.5497644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:55:06.5497911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:55:06.5498166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_complex32 PASSED [ 42%] 2022-11-23T02:55:06.5498414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5498663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5498909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5499157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5499402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:55:06.5499690Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5499983Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5500403Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2022-11-23T02:55:06.5500753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_float32 SKIPPED (_refs.index_select doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5501070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_index_select_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:55:06.5501323Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5501564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:55:06.5501813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:55:06.5502060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:55:06.5502307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5502547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5502790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5503034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5503311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5503593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5503890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_float32 SKIPPED (_refs.isclose doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5504201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:55:06.5504505Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isclose_executor_nvfuser_cuda_int32 SKIPPED (_refs.isclose doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5505399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5505657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:55:06.5505909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_complex32 PASSED [ 42%] 2022-11-23T02:55:06.5506156Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:55:06.5506407Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5506648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5506890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5507137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:55:06.5507416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5507750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2022-11-23T02:55:06.5508033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5508433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:55:06.5508736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5509050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:55:06.5509363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isfinite_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5509608Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5509850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:55:06.5510100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:55:06.5510347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex32 PASSED [ 42%] 2022-11-23T02:55:06.5510591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:55:06.5510836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5511073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5511313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5511589Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5511879Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5512206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2022-11-23T02:55:06.5512460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5512869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:55:06.5513178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isinf_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5513426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:55:06.5513680Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:55:06.5513923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5514207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5514448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5514687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:55:06.5514960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5515241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5515597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5515892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5516198Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isnan_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5516445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:55:06.5516691Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5516934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5517214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5517530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_float32 SKIPPED (_refs.isneginf doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5517845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:55:06.5518160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int32 SKIPPED (_refs.isneginf doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5518436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5518747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isneginf_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5519200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5519498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:55:06.5519747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5519990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5520350Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5520596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5520815Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5521051Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:55:06.5521340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5521618Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5521898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5522208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:55:06.5522516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isposinf_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5522761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5523080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:55:06.5523351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex128 PASSED [ 42%] 2022-11-23T02:55:06.5523598Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_complex32 PASSED [ 42%] 2022-11-23T02:55:06.5523843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:55:06.5524084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5524324Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5524554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5524792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:55:06.5525073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5525451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 42%] 2022-11-23T02:55:06.5526258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5526787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5527351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float32 SKIPPED (_refs.isreal doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5527955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5528534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int32 SKIPPED (_refs.isreal doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5529157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:55:06.5529935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_isreal_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5530386Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5530833Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:55:06.5531427Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lcm_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 42%] 2022-11-23T02:55:06.5531875Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_bool PASSED [ 42%] 2022-11-23T02:55:06.5532299Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5532731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5533178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5533610Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5534044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5534471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_int8 PASSED [ 42%] 2022-11-23T02:55:06.5534908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:55:06.5535536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5536106Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5536555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5537084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5537661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 42%] 2022-11-23T02:55:06.5538145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_le_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5538590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:55:06.5539026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5539461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_aten_cuda_float64 PASSED [ 42%] 2022-11-23T02:55:06.5539956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5540558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5540922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5541431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lerp_executor_nvfuser_cuda_float32 SKIPPED (_refs.lerp doesn't support nvfuser) [ 42%] 2022-11-23T02:55:06.5541698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:55:06.5541945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5542185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int16 PASSED [ 42%] 2022-11-23T02:55:06.5542615Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_int64 PASSED [ 42%] 2022-11-23T02:55:06.5542865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_aten_cuda_uint8 PASSED [ 42%] 2022-11-23T02:55:06.5543264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5543524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5543775Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int32 PASSED [ 42%] 2022-11-23T02:55:06.5544223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lgamma_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 42%] 2022-11-23T02:55:06.5544563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5544838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_complex64 PASSED [ 42%] 2022-11-23T02:55:06.5545100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float16 PASSED [ 42%] 2022-11-23T02:55:06.5545356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cuda_float32 PASSED [ 42%] 2022-11-23T02:55:06.5545656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 42%] 2022-11-23T02:55:06.5546006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_bfloat16 PASSED [ 42%] 2022-11-23T02:55:06.5546287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5546537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5546786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5547069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5547318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5547609Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5547893Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5548154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:55:06.5548409Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5548656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5548917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:55:06.5549183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:55:06.5549451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5549707Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5549965Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5550369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5550661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5550908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5551147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int32 XFAIL [ 43%] 2022-11-23T02:55:06.5551390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_aten_cuda_int8 XFAIL [ 43%] 2022-11-23T02:55:06.5551659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5551943Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5552216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5552531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_linspace_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:55:06.5552774Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:55:06.5553651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:55:06.5553951Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:55:06.5554192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5554434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5554670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:55:06.5554905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:55:06.5555185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5555460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5555770Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:55:06.5556044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5556348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log10_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5556591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:55:06.5556827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5557063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:55:06.5557302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:55:06.5557539Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:55:06.5557810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5558208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5558456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5558732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5558976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5559284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5559577Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log1p_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:55:06.5559820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:55:06.5560069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:55:06.5560311Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5560549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5560788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:55:06.5561102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:55:06.5561397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5561673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5561920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5562193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5562432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5562736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5563044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log2_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:55:06.5563288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5563528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:55:06.5563762Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5564029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5564351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2022-11-23T02:55:06.5564633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5564904Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5565142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5565549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5565817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:55:06.5566079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:55:06.5566348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:55:06.5566620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5566884Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5567126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5567389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:55:06.5567651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:55:06.5567908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:55:06.5568289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5568659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 43%] 2022-11-23T02:55:06.5568960Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5569261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5569590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:55:06.5569915Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5570169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5570423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5570673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:55:06.5570919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:55:06.5571200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5571492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5571778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5572094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:55:06.5572346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5572722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5573037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_and_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5573289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:55:06.5573544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5573794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5574040Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5574284Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_int64 PASSED [ 43%] 2022-11-23T02:55:06.5574532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:55:06.5574812Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5575125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:55:06.5575377Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5575730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5576069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_not_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:55:06.5576330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex128 PASSED [ 43%] 2022-11-23T02:55:06.5576563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5576811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:55:06.5577059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5577307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int16 PASSED [ 43%] 2022-11-23T02:55:06.5577552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_int8 PASSED [ 43%] 2022-11-23T02:55:06.5577797Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_aten_cuda_uint8 PASSED [ 43%] 2022-11-23T02:55:06.5578081Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5578368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5578623Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5578900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_or_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5579150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5579398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5579644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_aten_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5580031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5580313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5580568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5580852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5581173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:55:06.5581425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int32 PASSED [ 43%] 2022-11-23T02:55:06.5581709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5582024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5582338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 43%] 2022-11-23T02:55:06.5582590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_bfloat16 PASSED [ 43%] 2022-11-23T02:55:06.5582917Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_complex64 PASSED [ 43%] 2022-11-23T02:55:06.5583187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float16 PASSED [ 43%] 2022-11-23T02:55:06.5583436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5583681Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5583923Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int32 XFAIL [ 43%] 2022-11-23T02:55:06.5584144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_aten_cuda_int64 XFAIL [ 43%] 2022-11-23T02:55:06.5584433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5584723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5585043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 43%] 2022-11-23T02:55:06.5585358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int32 SKIPPED (_refs.logspace doesn't support nvfuser) [ 43%] 2022-11-23T02:55:06.5585634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 43%] 2022-11-23T02:55:06.5585942Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logspace_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 43%] 2022-11-23T02:55:06.5586189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_bool PASSED [ 43%] 2022-11-23T02:55:06.5586444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float32 PASSED [ 43%] 2022-11-23T02:55:06.5586694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_float64 PASSED [ 43%] 2022-11-23T02:55:06.5586935Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:55:06.5587316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5587634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_float32 SKIPPED (_refs.logsumexp doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5587950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:55:06.5588264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int32 SKIPPED (_refs.logsumexp doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5588543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5588854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:55:06.5589099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5589335Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:55:06.5589570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:55:06.5589810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5590120Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:55:06.5590378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:55:06.5590658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5590932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5591207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5591450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5591721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5592026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:55:06.5592247Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5592512Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_lt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5592767Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5593023Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:55:06.5593273Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:55:06.5593522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5593769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5594016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:55:06.5594260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:55:06.5594601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:55:06.5594890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5595170Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5595459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5595749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5596228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int32 SKIPPED (_refs.masked_fill doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5596557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:55:06.5596902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:55:06.5597158Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5597624Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:55:06.5597977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5598237Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:55:06.5598520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5598802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5599111Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int32 SKIPPED (_refs.maximum doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5599418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_maximum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:55:06.5599659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5599902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:55:06.5600140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5600404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5600682Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5600953Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5601224Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5601498Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5601761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:55:06.5602026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:55:06.5602434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5602739Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5603076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_float32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5603411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5603708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5604039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:55:06.5604312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5604582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5604854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5605192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:55:06.5605479Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:55:06.5605742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:55:06.5606048Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5606358Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5606670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5606977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5607318Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_float32 SKIPPED (_refs.meshgrid doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5607657Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:55:06.5607958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5608206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5608450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5608733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5609006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5609285Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5609652Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5609924Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5610229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_minimum_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:55:06.5610481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5610721Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:55:06.5610955Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:55:06.5611207Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex32 PASSED [ 44%] 2022-11-23T02:55:06.5611522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:55:06.5611765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5612005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5612243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5612555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:55:06.5612814Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:55:06.5613056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_aten_cuda_uint8 PASSED [ 44%] 2022-11-23T02:55:06.5613336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5613644Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float32 SKIPPED (_refs.movedim doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5613922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5614277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:55:06.5614560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5614866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:55:06.5615181Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_movedim_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:55:06.5615419Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex32 XFAIL [ 44%] 2022-11-23T02:55:06.5615660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_complex64 PASSED [ 44%] 2022-11-23T02:55:06.5615901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:55:06.5616141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5616375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5616607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:55:06.5616987Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5617256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5617534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5617856Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2022-11-23T02:55:06.5618132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5618402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5618658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5618961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:55:06.5619200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5619506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_mul_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 44%] 2022-11-23T02:55:06.5619827Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:55:06.5620095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5620336Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int16 PASSED [ 44%] 2022-11-23T02:55:06.5620581Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_aten_cuda_int8 PASSED [ 44%] 2022-11-23T02:55:06.5620862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5621169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 44%] 2022-11-23T02:55:06.5621481Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int32 SKIPPED (_refs.nan_to_num doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5621758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5622066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 44%] 2022-11-23T02:55:06.5622321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5622567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_bool PASSED [ 44%] 2022-11-23T02:55:06.5622821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_complex32 PASSED [ 44%] 2022-11-23T02:55:06.5623070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float16 PASSED [ 44%] 2022-11-23T02:55:06.5623319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float32 PASSED [ 44%] 2022-11-23T02:55:06.5623563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_float64 PASSED [ 44%] 2022-11-23T02:55:06.5623808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int32 PASSED [ 44%] 2022-11-23T02:55:06.5624150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:55:06.5624435Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5624727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5625061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 44%] 2022-11-23T02:55:06.5625351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5625637Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5625889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_bfloat16 PASSED [ 44%] 2022-11-23T02:55:06.5626137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:55:06.5626384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_complex32 PASSED [ 44%] 2022-11-23T02:55:06.5626604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_aten_cuda_int64 PASSED [ 44%] 2022-11-23T02:55:06.5626981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5627290Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5627565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5627873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int32 SKIPPED (_refs.narrow doesn't support nvfuser) [ 44%] 2022-11-23T02:55:06.5628142Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_narrow_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 44%] 2022-11-23T02:55:06.5628400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5628694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5628934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_complex64 PASSED [ 45%] 2022-11-23T02:55:06.5629166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5629404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5629639Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5629870Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:55:06.5630095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int32 PASSED [ 45%] 2022-11-23T02:55:06.5630327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:55:06.5630602Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5630880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5631180Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:55:06.5632084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ne_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:55:06.5632325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:55:06.5632570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex128 PASSED [ 45%] 2022-11-23T02:55:06.5632811Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_complex32 PASSED [ 45%] 2022-11-23T02:55:06.5633050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:55:06.5633283Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_aten_cuda_uint8 PASSED [ 45%] 2022-11-23T02:55:06.5633562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5633888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2022-11-23T02:55:06.5634191Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 45%] 2022-11-23T02:55:06.5634491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_neg_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:55:06.5634873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_bfloat16 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5635175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex128 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5635474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex32 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5635755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_complex64 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5636045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float32 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5636326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_float64 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5636616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int16 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5636905Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_int8 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5637199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_aten_cuda_uint8 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5637494Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_bool SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5637798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex128 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5638099Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_complex32 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5638395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_float16 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5638686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int32 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5639066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_executor_nvfuser_cuda_int64 SKIPPED (Can't check result for new_empty) [ 45%] 2022-11-23T02:55:06.5639387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5639716Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5640042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5640356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5640678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5640986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float32 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5641292Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5641675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5642012Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5642330Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5642650Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_aten_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5642982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5643310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_float16 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5643631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5644008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5644325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cuda_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 45%] 2022-11-23T02:55:06.5644566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_bool PASSED [ 45%] 2022-11-23T02:55:06.5644818Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex128 PASSED [ 45%] 2022-11-23T02:55:06.5645068Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_complex32 PASSED [ 45%] 2022-11-23T02:55:06.5645315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5645555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int64 PASSED [ 45%] 2022-11-23T02:55:06.5645891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:55:06.5646175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5646504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2022-11-23T02:55:06.5646784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5647094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_float32 SKIPPED (_refs.new_full doesn't support nvfuser) [ 45%] 2022-11-23T02:55:06.5647398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int32 SKIPPED (_refs.new_full doesn't support nvfuser) [ 45%] 2022-11-23T02:55:06.5647676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5647980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_full_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:55:06.5648213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex32 PASSED [ 45%] 2022-11-23T02:55:06.5648460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_complex64 PASSED [ 45%] 2022-11-23T02:55:06.5648781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5649044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5649280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5649528Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_int32 PASSED [ 45%] 2022-11-23T02:55:06.5649769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_aten_cuda_uint8 PASSED [ 45%] 2022-11-23T02:55:06.5650046Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5650375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 45%] 2022-11-23T02:55:06.5650658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5650938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5651241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int32 SKIPPED (_refs.new_ones doesn't support nvfuser) [ 45%] 2022-11-23T02:55:06.5651518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5651824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_ones_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:55:06.5652066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_bool PASSED [ 45%] 2022-11-23T02:55:06.5652316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5652558Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:55:06.5652798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_aten_cuda_uint8 PASSED [ 45%] 2022-11-23T02:55:06.5653177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5653463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5653743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5654019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5654334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 45%] 2022-11-23T02:55:06.5654649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 45%] 2022-11-23T02:55:06.5654900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5655183Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5655465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nextafter_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5655794Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:55:06.5656196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:55:06.5656548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:55:06.5656887Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:55:06.5657216Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 45%] 2022-11-23T02:55:06.5657480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:55:06.5657726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5657992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5658255Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cuda_float32 XFAIL [ 45%] 2022-11-23T02:55:06.5658559Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5658817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5659108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5659368Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:55:06.5659631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5659891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5660254Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5660546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5660891Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.glu doesn't support nvfuser) [ 45%] 2022-11-23T02:55:06.5661161Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5661432Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5661733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5662044Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5662352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5662647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5662914Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5663252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5663537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cuda_int64 PASSED [ 45%] 2022-11-23T02:55:06.5663901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.hardtanh doesn't support nvfuser) [ 45%] 2022-11-23T02:55:06.5664203Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5664488Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:55:06.5664772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5665058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5665454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.hinge_embedding_loss doesn't support nvfuser) [ 45%] 2022-11-23T02:55:06.5665730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:55:06.5665996Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5666263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5666527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5666786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5667084Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5667450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5667718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5667999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5668274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:06.5668545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5668808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cuda_float64 PASSED [ 45%] 2022-11-23T02:55:06.5669113Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5669402Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 45%] 2022-11-23T02:55:06.5669687Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 45%] 2022-11-23T02:55:06.5669967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int16 PASSED [ 45%] 2022-11-23T02:55:06.5670813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 45%] 2022-11-23T02:55:06.5671151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 45%] 2022-11-23T02:55:06.5671434Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 45%] 2022-11-23T02:55:06.5671755Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 45%] 2022-11-23T02:55:06.5672080Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5672404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5672722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5673035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5673389Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:55:06.5673671Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5673952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5674223Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5674507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5674788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5675177Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:55:06.5675491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5675805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5676200Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.margin_ranking_loss doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5676514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5676777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5677041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5677338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5677601Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5677948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5678232Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_bfloat16 XFAIL [ 46%] 2022-11-23T02:55:06.5678491Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float32 XFAIL [ 46%] 2022-11-23T02:55:06.5678753Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cuda_float64 XFAIL [ 46%] 2022-11-23T02:55:06.5679036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5679317Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5679590Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5679842Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5680121Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5680388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:55:06.5680711Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5681037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5681321Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5681634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5681980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:55:06.5682363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5682714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.pdist doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5683016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5683294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5683566Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5683837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:55:06.5684151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5684457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5684793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:55:06.5685147Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5685431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5685692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5685995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5686256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5686515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5686772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5687030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5687281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:55:06.5687579Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5687837Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5688096Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5688351Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:55:06.5688604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:55:06.5688902Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5689196Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5689594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5689938Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.relu doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5690263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:55:06.5690509Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5690768Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5691028Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5691288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5691580Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5691852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 46%] 2022-11-23T02:55:06.5692137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 46%] 2022-11-23T02:55:06.5692492Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5692783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5693095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5693413Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5693731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5694018Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5694361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:55:06.5694667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5695009Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:55:06.5695289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5695561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:55:06.5695838Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:55:06.5696149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5696564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5696846Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5697190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:55:06.5697499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5697941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5698276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5698555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5699056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5699333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5699633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5700095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.softshrink doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5700423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5700697Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5700968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5701286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5701553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:55:06.5701821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int64 PASSED [ 46%] 2022-11-23T02:55:06.5702088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:55:06.5702334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:55:06.5702641Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5702950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5703258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5703537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5703839Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5704440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:55:06.5704723Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5704986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:55:06.5705429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5705872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_int8 PASSED [ 46%] 2022-11-23T02:55:06.5706149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:55:06.5706524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.threshold doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5706889Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.threshold doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5707229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:55:06.5707667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:55:06.5707976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5708263Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_complex64 PASSED [ 46%] 2022-11-23T02:55:06.5708552Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5708831Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int16 PASSED [ 46%] 2022-11-23T02:55:06.5709101Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5709370Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:55:06.5709758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float32 SKIPPED (_refs.nn.functional.triplet_margin_loss doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5710074Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5710420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 46%] 2022-11-23T02:55:06.5710804Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int32 SKIPPED (_refs.nn.functional.triplet_margin_loss doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5711312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 46%] 2022-11-23T02:55:06.5711670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:55:06.5712312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_complex128 PASSED [ 46%] 2022-11-23T02:55:06.5712571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float16 PASSED [ 46%] 2022-11-23T02:55:06.5712931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_aten_cuda_float32 PASSED [ 46%] 2022-11-23T02:55:06.5713213Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5713454Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5713699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_bool PASSED [ 46%] 2022-11-23T02:55:06.5713948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex128 PASSED [ 46%] 2022-11-23T02:55:06.5714227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_complex32 PASSED [ 46%] 2022-11-23T02:55:06.5714471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_float64 PASSED [ 46%] 2022-11-23T02:55:06.5714709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_int32 PASSED [ 46%] 2022-11-23T02:55:06.5714928Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_aten_cuda_uint8 PASSED [ 46%] 2022-11-23T02:55:06.5715205Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5715576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5715872Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5716169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int32 SKIPPED (_refs.ones doesn't support nvfuser) [ 46%] 2022-11-23T02:55:06.5716448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 46%] 2022-11-23T02:55:06.5716759Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ones_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 46%] 2022-11-23T02:55:06.5717008Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_bfloat16 PASSED [ 46%] 2022-11-23T02:55:06.5717261Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:55:06.5717511Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5717760Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5718105Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:55:06.5718388Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:55:06.5718633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5718972Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:55:06.5719362Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5719648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5719934Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5720354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:55:06.5720670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_permute_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:55:06.5720919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:55:06.5721173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:55:06.5721429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5721676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5721920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:55:06.5722167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5722408Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:55:06.5722678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5722967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5723333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5723634Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5723913Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5724228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_positive_executor_nvfuser_cuda_int32 SKIPPED (_refs.positive doesn't support nvfuser) [ 47%] 2022-11-23T02:55:06.5724607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:55:06.5724854Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_complex32 XFAIL [ 47%] 2022-11-23T02:55:06.5725093Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5725530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:55:06.5725771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5726010Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:55:06.5726287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5726565Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5726843Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5727149Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5727420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5727726Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_pow_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:55:06.5728077Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:55:06.5728315Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:55:06.5728564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:55:06.5728808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5729056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5729296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:55:06.5729533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5729778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:55:06.5730053Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5730307Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5730737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:55:06.5731123Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5731536Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5732030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5732398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_prod_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:55:06.5732705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:55:06.5733004Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_aten_cuda_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:55:06.5733319Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:55:06.5733629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:55:06.5733936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:55:06.5734243Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_randn_executor_nvfuser_cuda_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 47%] 2022-11-23T02:55:06.5734482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:55:06.5734731Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5734981Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5735221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5735461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:55:06.5735861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5736146Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5736472Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:55:06.5736758Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5737059Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_float32 SKIPPED (_refs.ravel doesn't support nvfuser) [ 47%] 2022-11-23T02:55:06.5737510Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5737798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_ravel_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5738045Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:55:06.5738383Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:55:06.5738769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5739107Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:55:06.5739366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:55:06.5739603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:55:06.5739841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:55:06.5740056Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:55:06.5740334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5740604Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5740888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5741166Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5741440Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5741752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5742050Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_int32 SKIPPED (_refs.real doesn't support nvfuser) [ 47%] 2022-11-23T02:55:06.5742355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_real_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:55:06.5742614Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:55:06.5742865Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:55:06.5743126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:55:06.5743480Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5743736Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5744126Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:55:06.5744384Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5744683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5745187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5745484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5745743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int32 PASSED [ 47%] 2022-11-23T02:55:06.5746027Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5746342Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:55:06.5746750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:55:06.5747024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float16 PASSED [ 47%] 2022-11-23T02:55:06.5747274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5747527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:55:06.5747772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5748060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5748313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5748632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5748897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5749208Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_remainder_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:55:06.5749460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:55:06.5749709Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex128 PASSED [ 47%] 2022-11-23T02:55:06.5749956Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5750197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:55:06.5750439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int32 PASSED [ 47%] 2022-11-23T02:55:06.5750806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:55:06.5751055Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_aten_cuda_uint8 PASSED [ 47%] 2022-11-23T02:55:06.5752250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5752524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5752836Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5753115Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5753433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_repeat_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 47%] 2022-11-23T02:55:06.5753683Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_bool PASSED [ 47%] 2022-11-23T02:55:06.5753941Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5754192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5754439Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5754686Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5754931Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_aten_cuda_int8 PASSED [ 47%] 2022-11-23T02:55:06.5755322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5755631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5755968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 47%] 2022-11-23T02:55:06.5756257Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5756541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5756861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float32 SKIPPED (_refs.reshape_as doesn't support nvfuser) [ 47%] 2022-11-23T02:55:06.5757141Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5757584Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 47%] 2022-11-23T02:55:06.5757876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5758302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 47%] 2022-11-23T02:55:06.5758655Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_bfloat16 PASSED [ 47%] 2022-11-23T02:55:06.5758897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex32 PASSED [ 47%] 2022-11-23T02:55:06.5759151Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_complex64 PASSED [ 47%] 2022-11-23T02:55:06.5759399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:06.5759646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_float64 PASSED [ 47%] 2022-11-23T02:55:06.5760001Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int16 PASSED [ 47%] 2022-11-23T02:55:06.5760244Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_aten_cuda_int64 PASSED [ 47%] 2022-11-23T02:55:06.5760529Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5760806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 47%] 2022-11-23T02:55:06.5761094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5761378Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5761664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5761976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float32 SKIPPED (_refs.reshape doesn't support nvfuser) [ 48%] 2022-11-23T02:55:06.5762256Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5762571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:55:06.5762961Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:55:06.5763294Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_reshape_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5763543Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5763779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:55:06.5764155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5764401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5764638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:55:06.5764992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5765404Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5765742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 48%] 2022-11-23T02:55:06.5766021Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5766322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float32 SKIPPED (_refs.roll doesn't support nvfuser) [ 48%] 2022-11-23T02:55:06.5766593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5766867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5767173Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:55:06.5767591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_roll_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5767821Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:55:06.5768067Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:55:06.5768305Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5768540Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5768778Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:55:06.5769017Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5769291Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5769564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5769845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5770118Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5770460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5770912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:55:06.5771192Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5771597Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rot90_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5771976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5772225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5772462Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5772704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5772982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5773251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5773563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:55:06.5773864Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_int32 SKIPPED (_refs.round doesn't support nvfuser) [ 48%] 2022-11-23T02:55:06.5774171Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_round_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5774418Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5774658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5774898Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5775248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5775522Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5775786Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5776033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5776314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5776557Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5776829Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5777234Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5777515Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5777756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5777990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5778527Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5778798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5779079Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5779363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5779636Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5779880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5780154Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5780399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5780705Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_rsub_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:55:06.5780952Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:55:06.5781189Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5781425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5781660Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5781892Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5782169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5782448Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5782720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5783054Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5783328Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5783631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:55:06.5784003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5784288Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sgn_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5784535Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5784901Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_complex32 PASSED [ 48%] 2022-11-23T02:55:06.5785266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5785514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5785754Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5785988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5786314Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:55:06.5786620Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5786900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5787155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5787471Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 48%] 2022-11-23T02:55:06.5787717Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5787997Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5788306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5788546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5788793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5789030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5789267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5789503Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_aten_cuda_int8 PASSED [ 48%] 2022-11-23T02:55:06.5789788Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5790061Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5790302Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5790781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5791091Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sign_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5791450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:55:06.5791813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5792071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float32 PASSED [ 48%] 2022-11-23T02:55:06.5792310Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5792549Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5792789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5793064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5793344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5793649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_signbit_executor_nvfuser_cuda_int32 SKIPPED (_refs.signbit doesn't support nvfuser) [ 48%] 2022-11-23T02:55:06.5794506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_bool PASSED [ 48%] 2022-11-23T02:55:06.5794809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:55:06.5795052Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_complex32 PASSED [ 48%] 2022-11-23T02:55:06.5795297Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5795531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5795764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5795998Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5796279Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5796556Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5796824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5797139Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sin_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 48%] 2022-11-23T02:55:06.5797514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5797773Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_complex128 PASSED [ 48%] 2022-11-23T02:55:06.5798013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5798355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5798673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_aten_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5798969Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5799333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinc_executor_nvfuser_cuda_int32 PASSED [ 48%] 2022-11-23T02:55:06.5799571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_bfloat16 PASSED [ 48%] 2022-11-23T02:55:06.5799813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex32 PASSED [ 48%] 2022-11-23T02:55:06.5800057Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_complex64 PASSED [ 48%] 2022-11-23T02:55:06.5800293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float16 PASSED [ 48%] 2022-11-23T02:55:06.5800532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_float64 PASSED [ 48%] 2022-11-23T02:55:06.5800771Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int16 PASSED [ 48%] 2022-11-23T02:55:06.5801011Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_int64 PASSED [ 48%] 2022-11-23T02:55:06.5801245Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_aten_cuda_uint8 PASSED [ 48%] 2022-11-23T02:55:06.5801516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5801795Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5802070Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5802421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5802719Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 48%] 2022-11-23T02:55:06.5803031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sinh_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 48%] 2022-11-23T02:55:06.5803298Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex128 PASSED [ 49%] 2022-11-23T02:55:06.5803562Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_complex64 PASSED [ 49%] 2022-11-23T02:55:06.5803823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:55:06.5804219Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5804487Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5804787Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5805199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5805647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:55:06.5805912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5806206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5806531Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5806769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5807131Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5807375Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5807664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5807964Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5808306Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.bessel_j0 doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5808594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5808922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5809178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:55:06.5809437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:55:06.5809689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5810019Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5810286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5810532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5810992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.bessel_j1 doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5811338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.bessel_j1 doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5811741Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5812361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5812720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5812980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:55:06.5813229Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:55:06.5813486Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:55:06.5813735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5813992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5814282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5814575Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5815003Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5815333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.entr doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5815619Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5815950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.entr doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5816267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5816587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_entr_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5816845Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5817095Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5817445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5817713Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5818144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.erfcx doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5818656Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5818995Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5819248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:55:06.5819495Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:55:06.5819742Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:55:06.5819991Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5820236Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5820482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5820729Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5821014Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5821301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5821587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5821911Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.i0e doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5822230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5822587Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5822832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5823072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5823354Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5823674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.i1 doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5824060Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5824397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:55:06.5824676Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5825110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5825533Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5825874Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:55:06.5826145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:55:06.5826399Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5826646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5826871Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5827195Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.i1e doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5827482Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5827763Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5828076Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5828395Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5828648Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:55:06.5828908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:55:06.5829167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5829459Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5829798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.log_ndtr doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5830199Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5830524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:55:06.5830977Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5831312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5831693Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 49%] 2022-11-23T02:55:06.5831985Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_complex32 PASSED [ 49%] 2022-11-23T02:55:06.5832374Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:55:06.5832649Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:55:06.5832920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5833278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5833576Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5833883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5834206Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5834564Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 49%] 2022-11-23T02:55:06.5834876Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5835218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 49%] 2022-11-23T02:55:06.5835500Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5835809Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5836143Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5836398Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:55:06.5836646Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5836900Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5837148Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5837401Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_aten_cuda_uint8 PASSED [ 49%] 2022-11-23T02:55:06.5837920Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5838209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5838685Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5839016Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_logit_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5839301Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:55:06.5839583Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:55:06.5839869Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:55:06.5840150Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5840426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5840790Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5841193Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.multigammaln doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5841541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5841890Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5842172Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:55:06.5842451Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_float64 PASSED [ 49%] 2022-11-23T02:55:06.5842733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int16 PASSED [ 49%] 2022-11-23T02:55:06.5843006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5843276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5843593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5843994Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float16 PASSED [ 49%] 2022-11-23T02:55:06.5844286Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:55:06.5844571Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5845201Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5845678Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5845932Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_bfloat16 PASSED [ 49%] 2022-11-23T02:55:06.5846188Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_float32 PASSED [ 49%] 2022-11-23T02:55:06.5846436Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int32 PASSED [ 49%] 2022-11-23T02:55:06.5846689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int64 PASSED [ 49%] 2022-11-23T02:55:06.5846937Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_aten_cuda_int8 PASSED [ 49%] 2022-11-23T02:55:06.5847227Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5847514Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5847840Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.ndtr doesn't support nvfuser) [ 49%] 2022-11-23T02:55:06.5848128Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 49%] 2022-11-23T02:55:06.5848521Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 49%] 2022-11-23T02:55:06.5848861Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 49%] 2022-11-23T02:55:06.5849110Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:55:06.5849363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5849613Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:55:06.5849847Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:55:06.5850135Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5850586Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:55:06.5850883Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5851300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5851674Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:55:06.5851948Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:55:06.5852218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:55:06.5852489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5852761Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5853140Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5853406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:55:06.5853672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:55:06.5853976Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5854287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5854591Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5854929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:55:06.5855230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5855568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5855974Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:55:06.5856276Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5856548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5856944Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5857327Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float32 SKIPPED (_refs.special.spherical_bessel_j0 doesn't support nvfuser) [ 50%] 2022-11-23T02:55:06.5857752Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5858340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5858698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:55:06.5858958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:55:06.5859211Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:55:06.5859457Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5859747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5860042Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5860334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5860651Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:55:06.5861085Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5861338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:55:06.5861672Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 50%] 2022-11-23T02:55:06.5861929Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:55:06.5862176Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5862406Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5862658Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:55:06.5862949Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5863405Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int32 SKIPPED (_refs.special.zeta doesn't support nvfuser) [ 50%] 2022-11-23T02:55:06.5863824Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5864197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:55:06.5864546Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:55:06.5864802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:55:06.5865040Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:55:06.5865277Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5874912Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5875258Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5875519Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:55:06.5875764Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:55:06.5876241Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5876532Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5877024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5877308Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5877555Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5877866Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sqrt_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5878117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:55:06.5878541Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:55:06.5878783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5879071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5879345Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_complex64 SKIPPED (Skipped!) [ 50%] 2022-11-23T02:55:06.5879633Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5879907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5880218Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_square_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5880464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_bool PASSED [ 50%] 2022-11-23T02:55:06.5880698Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:55:06.5880945Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:55:06.5881190Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5881520Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:55:06.5881784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5882020Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5882442Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5882740Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5883073Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 50%] 2022-11-23T02:55:06.5883654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5883959Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5884210Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5884461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5884777Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_squeeze_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5885024Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_complex32 PASSED [ 50%] 2022-11-23T02:55:06.5885265Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5885504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:55:06.5885743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5885979Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:55:06.5886259Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5887264Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5887547Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5887825Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5888137Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 50%] 2022-11-23T02:55:06.5888450Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_stack_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:55:06.5888699Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:55:06.5889102Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:55:06.5889331Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:55:06.5889567Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5890083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5890504Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5890810Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5891087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5891363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5891607Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5891880Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5892133Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:55:06.5892387Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:55:06.5892635Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:55:06.5892878Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5893162Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5893606Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5893909Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5894197Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5894456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5894735Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_std_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5895097Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:55:06.5895347Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_complex64 PASSED [ 50%] 2022-11-23T02:55:06.5895724Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5896006Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5896475Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5896751Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5896992Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sub_executor_nvfuser_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5897233Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_bfloat16 PASSED [ 50%] 2022-11-23T02:55:06.5897456Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:55:06.5897692Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5897925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int16 PASSED [ 50%] 2022-11-23T02:55:06.5898159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5898484Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_int8 PASSED [ 50%] 2022-11-23T02:55:06.5898746Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_aten_cuda_uint8 PASSED [ 50%] 2022-11-23T02:55:06.5899026Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5899275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5899582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:55:06.5899823Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_executor_nvfuser_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5900071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:55:06.5900322Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:06.5900568Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_float64 PASSED [ 50%] 2022-11-23T02:55:06.5900813Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int32 PASSED [ 50%] 2022-11-23T02:55:06.5901058Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_aten_cuda_int64 PASSED [ 50%] 2022-11-23T02:55:06.5901338Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5901628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5902033Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 50%] 2022-11-23T02:55:06.5902361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 50%] 2022-11-23T02:55:06.5902887Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 50%] 2022-11-23T02:55:06.5903252Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_complex128 PASSED [ 50%] 2022-11-23T02:55:06.5903489Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float16 PASSED [ 50%] 2022-11-23T02:55:06.5903722Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:55:06.5903958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:55:06.5904187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5904414Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5904625Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:55:06.5904899Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5905168Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5905445Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5905748Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:55:06.5906069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5906363Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5906664Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_t_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5906907Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:55:06.5907144Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:55:06.5907382Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:55:06.5907617Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5907852Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:55:06.5908221Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:55:06.5908502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5908785Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5909400Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:55:06.5909661Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5909970Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:55:06.5910215Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5910524Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5910826Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tan_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5911178Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:55:06.5911424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:55:06.5911668Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:55:06.5911903Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5912125Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5912361Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:55:06.5912596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:55:06.5912873Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5913155Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5913428Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5913734Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tanh_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5914065Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:55:06.5914391Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:55:06.5914772Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:55:06.5915036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:55:06.5915287Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5915732Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5915988Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:55:06.5916275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5916572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5916862Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5917145Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5917460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5917779Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5918022Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:55:06.5918266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:55:06.5918502Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:55:06.5918853Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:55:06.5919087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:55:06.5919369Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5919638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5919919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5920214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_float32 SKIPPED (_refs.to doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5920490Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int32 SKIPPED (_refs.to doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5920756Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5921187Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5921499Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_to_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5921950Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:55:06.5922346Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:55:06.5922603Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:55:06.5922849Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:55:06.5923090Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5923325Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:55:06.5923560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:55:06.5923802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5924087Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5924364Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5924667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_float32 SKIPPED (_refs.trace doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5924973Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:55:06.5925248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5925553Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trace_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5925806Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_bfloat16 PASSED [ 51%] 2022-11-23T02:55:06.5926063Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:55:06.5926423Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:55:06.5926675Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:55:06.5926926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5927169Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5927416Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5927798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_aten_cuda_int8 PASSED [ 51%] 2022-11-23T02:55:06.5928100Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5928631Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:55:06.5928908Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5929160Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5929444Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5930425Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_transpose_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5930733Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex128 PASSED [ 51%] 2022-11-23T02:55:06.5930980Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:55:06.5931228Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:55:06.5931465Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5931704Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:55:06.5931939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5932179Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5932460Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5932784Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:55:06.5933069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5933367Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_float32 SKIPPED (_refs.tril doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5933673Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:55:06.5934083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5934348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5934670Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int32 SKIPPED (_refs.tril_indices doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5935429Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5935689Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex32 PASSED [ 51%] 2022-11-23T02:55:06.5935936Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:55:06.5936175Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float16 PASSED [ 51%] 2022-11-23T02:55:06.5936421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_float64 PASSED [ 51%] 2022-11-23T02:55:06.5936659Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5936897Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:55:06.5937184Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5937507Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:55:06.5937769Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5938041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5938433Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_float32 SKIPPED (_refs.triu doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5938730Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5939039Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5939344Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5939593Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5939844Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5940167Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cuda_int32 SKIPPED (_refs.triu_indices doesn't support nvfuser) [ 51%] 2022-11-23T02:55:06.5940420Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_bool PASSED [ 51%] 2022-11-23T02:55:06.5940799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex32 XFAIL [ 51%] 2022-11-23T02:55:06.5941064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_complex64 PASSED [ 51%] 2022-11-23T02:55:06.5941424Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5941781Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:55:06.5942031Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5942281Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5942530Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_aten_cuda_uint8 PASSED [ 51%] 2022-11-23T02:55:06.5942968Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5943421Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 51%] 2022-11-23T02:55:06.5943714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5944005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5944267Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5944585Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 51%] 2022-11-23T02:55:06.5944835Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5945157Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 51%] 2022-11-23T02:55:06.5945467Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_true_divide_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 51%] 2022-11-23T02:55:06.5945708Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_float32 PASSED [ 51%] 2022-11-23T02:55:06.5946034Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int16 PASSED [ 51%] 2022-11-23T02:55:06.5946296Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int32 PASSED [ 51%] 2022-11-23T02:55:06.5946534Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_aten_cuda_int64 PASSED [ 51%] 2022-11-23T02:55:06.5946798Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 51%] 2022-11-23T02:55:06.5947230Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5947550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_trunc_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:55:06.5947793Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:55:06.5948251Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:55:06.5948506Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:55:06.5948745Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:55:06.5948990Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5949225Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:55:06.5949464Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5949749Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5950037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5950312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5950616Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int32 SKIPPED (_refs.unbind doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5951037Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unbind_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:55:06.5951289Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:55:06.5951545Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5951800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_complex32 PASSED [ 52%] 2022-11-23T02:55:06.5952052Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:55:06.5952300Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5952544Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5952792Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:55:06.5953035Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5953334Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5953820Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5954293Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5954747Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_float32 SKIPPED (_refs.unflatten doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5955072Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:55:06.5955352Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5955647Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:55:06.5955958Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unflatten_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:55:06.5956212Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:55:06.5956461Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:55:06.5956718Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5956971Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_complex32 PASSED [ 52%] 2022-11-23T02:55:06.5957220Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5957463Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:55:06.5957714Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5957957Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:55:06.5958240Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5958688Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5958982Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5959272Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5959596Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float32 SKIPPED (_refs.unfold_copy doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5960005Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5960326Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:55:06.5960743Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int32 SKIPPED (_refs.unfold_copy doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5961030Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5961431Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:55:06.5961765Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:55:06.5962032Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:55:06.5962274Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:55:06.5962518Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5962800Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5963083Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5963411Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5963694Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5963999Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float32 SKIPPED (_refs.unfold doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5964282Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5964554Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5964858Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unfold_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:55:06.5965108Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:55:06.5965348Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5965600Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex32 PASSED [ 52%] 2022-11-23T02:55:06.5965850Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:55:06.5966209Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5966578Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:55:06.5966832Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:55:06.5967069Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5967466Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5967925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5968222Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5968542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:55:06.5968782Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:55:06.5969029Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5969270Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:55:06.5969638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5969939Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5970185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_executor_nvfuser_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5970437Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5970727Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5971013Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5971266Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5971550Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_var_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5971789Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:55:06.5972036Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:55:06.5972280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5972517Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:55:06.5972737Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5973098Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:55:06.5973356Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5973632Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5974248Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5974663Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5974967Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int32 SKIPPED (_refs.view_as doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5975278Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:55:06.5975594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_as_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:55:06.5975841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5976088Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:55:06.5976333Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5976572Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:55:06.5976805Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:55:06.5977041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:55:06.5977355Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5977654Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5977925Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5978214Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5978537Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5978817Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5979094Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5979396Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float32 SKIPPED (_refs.view doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5979799Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5980109Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int32 SKIPPED (_refs.view doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5980594Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5980922Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_view_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:55:06.5981174Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5981426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:55:06.5981667Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:55:06.5981888Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5982239Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_aten_cuda_int8 PASSED [ 52%] 2022-11-23T02:55:06.5982516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5982802Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5983132Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5983441Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_float32 SKIPPED (_refs.vsplit doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5983750Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:55:06.5984066Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vsplit_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 52%] 2022-11-23T02:55:06.5984312Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:55:06.5984561Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex128 PASSED [ 52%] 2022-11-23T02:55:06.5984808Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_complex32 PASSED [ 52%] 2022-11-23T02:55:06.5985127Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_float64 PASSED [ 52%] 2022-11-23T02:55:06.5985390Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5985720Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 52%] 2022-11-23T02:55:06.5986185Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float32 SKIPPED (_refs.vstack doesn't support nvfuser) [ 52%] 2022-11-23T02:55:06.5986474Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5986986Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int16 SKIPPED (nvfuser doesn't support dtype torch.int16) [ 52%] 2022-11-23T02:55:06.5987275Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 52%] 2022-11-23T02:55:06.5987582Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_vstack_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 52%] 2022-11-23T02:55:06.5987830Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bfloat16 PASSED [ 52%] 2022-11-23T02:55:06.5988071Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_bool PASSED [ 52%] 2022-11-23T02:55:06.5988316Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex32 PASSED [ 52%] 2022-11-23T02:55:06.5988560Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_complex64 PASSED [ 52%] 2022-11-23T02:55:06.5988801Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float16 PASSED [ 52%] 2022-11-23T02:55:06.5989043Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:06.5989280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int16 PASSED [ 52%] 2022-11-23T02:55:06.5989516Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int32 PASSED [ 52%] 2022-11-23T02:55:06.5989867Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_int64 PASSED [ 52%] 2022-11-23T02:55:06.5990089Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_aten_cuda_uint8 PASSED [ 52%] 2022-11-23T02:55:06.5990366Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5990638Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_bool SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5990926Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex128 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5991260Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 53%] 2022-11-23T02:55:06.5991542Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_complex64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5991816Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5992250Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_float32 SKIPPED (_refs.where doesn't support nvfuser) [ 53%] 2022-11-23T02:55:06.5992570Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_where_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 53%] 2022-11-23T02:55:06.5993104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.5993548Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.5993796Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.5994041Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.5994280Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_aten_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.5994563Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_bfloat16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5994841Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5995117Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5995426Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_xlogy_executor_nvfuser_cuda_uint8 SKIPPED (nvfuser doesn't support dtype torch.uint8) [ 53%] 2022-11-23T02:55:06.5995669Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.5995919Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_complex32 PASSED [ 53%] 2022-11-23T02:55:06.5996159Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.5996397Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.5996628Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.5996868Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.5997104Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.5997340Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_aten_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.5997783Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 53%] 2022-11-23T02:55:06.5998064Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5998313Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5998629Z test_ops.py::TestCommonCUDA::test_python_ref_executor__refs_zeros_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 53%] 2022-11-23T02:55:06.5999027Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.5999331Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.5999835Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.6000107Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6000360Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6000606Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6000979Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float16 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.6001309Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6001606Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.6001869Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6002126Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_complex64 PASSED [ 53%] 2022-11-23T02:55:06.6002377Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6002624Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_aten_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6002960Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_complex32 SKIPPED (nvfuser doesn't support dtype torch.complex32) [ 53%] 2022-11-23T02:55:06.6003244Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_float64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.6003527Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int64 SKIPPED (skipped for speed) [ 53%] 2022-11-23T02:55:06.6003839Z test_ops.py::TestCommonCUDA::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cuda_int8 SKIPPED (nvfuser doesn't support dtype torch.int8) [ 53%] 2022-11-23T02:55:06.6004045Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6004266Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6004475Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6004680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.6004880Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_T_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.6005252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6005623Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_complex32 PASSED [ 53%] 2022-11-23T02:55:06.6006001Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6006470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6006727Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bfloat16_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6006955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6007199Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6007429Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6007655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6007886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6008110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6008339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_bool_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.6008572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6008896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6009161Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6009395Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6009625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6009848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_byte_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6010087Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6010329Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_complex32 PASSED [ 53%] 2022-11-23T02:55:06.6010568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cdouble_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6010810Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6011043Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6011273Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6011605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6011847Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_cfloat_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.6012085Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6012315Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6012765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6013015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6013248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6013474Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6014432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_chalf_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.6014667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6014907Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6015144Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex32 PASSED [ 53%] 2022-11-23T02:55:06.6015383Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_complex64 PASSED [ 53%] 2022-11-23T02:55:06.6015621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6015846Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6016073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6016298Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_char_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6016538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6016773Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_complex_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6017014Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_complex64 PASSED [ 53%] 2022-11-23T02:55:06.6017250Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6017581Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6018001Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6018234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_double_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6018470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6018880Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6019132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6019365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_float_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6019595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6019831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_complex64 PASSED [ 53%] 2022-11-23T02:55:06.6020065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6020291Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6020513Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6020738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.6020958Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6021178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6021412Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_half_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.6021645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6021881Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6022226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6022450Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6022671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6022900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_int_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6023127Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6023353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex128 PASSED [ 53%] 2022-11-23T02:55:06.6023591Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_complex32 PASSED [ 53%] 2022-11-23T02:55:06.6023823Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6024052Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float32 PASSED [ 53%] 2022-11-23T02:55:06.6024410Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6024649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.6024874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6025292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6025617Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_long_cuda_int8 PASSED [ 53%] 2022-11-23T02:55:06.6025879Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_complex64 PASSED [ 53%] 2022-11-23T02:55:06.6026114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6026349Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs__conversions_short_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6026559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6026776Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_complex32 PASSED [ 53%] 2022-11-23T02:55:06.6026986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6027194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6027406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.6027608Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_abs_cuda_uint8 PASSED [ 53%] 2022-11-23T02:55:06.6027820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bfloat16 PASSED [ 53%] 2022-11-23T02:55:06.6028029Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6028226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_complex64 PASSED [ 53%] 2022-11-23T02:55:06.6028436Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_float64 PASSED [ 53%] 2022-11-23T02:55:06.6028644Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int16 PASSED [ 53%] 2022-11-23T02:55:06.6028849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int32 PASSED [ 53%] 2022-11-23T02:55:06.6029052Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acos_cuda_int64 PASSED [ 53%] 2022-11-23T02:55:06.6029255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_bool PASSED [ 53%] 2022-11-23T02:55:06.6029469Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float16 PASSED [ 53%] 2022-11-23T02:55:06.6029680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6029991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6030201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_acosh_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6030413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6030787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_complex32 PASSED [ 54%] 2022-11-23T02:55:06.6031002Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6031210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6031619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6031833Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_add_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6032058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6032286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6032502Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6032698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcdiv_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6032920Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6033130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6033428Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6033667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addcmul_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6033881Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6034095Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6034302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6034503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6034707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_addr_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6034917Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6035132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6035346Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6035556Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6035758Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6035966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_all_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6036183Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6036408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6036626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_allclose_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6036969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6037170Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6037384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6037693Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6037992Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6038314Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amax_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6038520Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6038725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_amin_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6038932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6039149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6039364Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6039574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6039782Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6039987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_any_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6040204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6040413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6040616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_arange_cuda_int64 XFAIL [ 54%] 2022-11-23T02:55:06.6040903Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bfloat16 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6041267Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_bool SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6041576Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float16 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6041861Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float32 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6042130Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_float64 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6042410Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int16 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6042678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_int32 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6042941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_as_strided_cuda_uint8 SKIPPED (Errors when storage_offset is included) [ 54%] 2022-11-23T02:55:06.6043292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6043517Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6043727Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6044029Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6044361Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6044567Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6044767Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asin_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6044984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6045208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6045424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6045639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6045957Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_asinh_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6046168Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6046379Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6046587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6046793Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan2_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6047004Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6047208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6047422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6047629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6047839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6048042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atan_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6048254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6048463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6048681Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6048893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6049181Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6049531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6049777Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atanh_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6050007Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6050311Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6050670Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6050900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex32 PASSED [ 54%] 2022-11-23T02:55:06.6051125Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6051348Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6051566Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6051785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_1d_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6051991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6052217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6052440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6052659Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6052876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6053091Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_2d_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6053314Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_complex128 PASSED [ 54%] 2022-11-23T02:55:06.6053533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6053857Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6054073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6054285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_atleast_3d_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6054501Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6054723Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6054941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_and_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6055174Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6055405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6055628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_left_shift_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6056003Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6056228Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_not_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6056439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6056834Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6057058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6057886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_or_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6058180Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6058408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6058641Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6058865Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_right_shift_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6059082Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6059297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6059509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6059725Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bitwise_xor_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6059953Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_shapes_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6060179Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_bool PASSED [ 54%] 2022-11-23T02:55:06.6060420Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6060649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6060876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6061098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6061319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6061552Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_tensors_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6061779Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6061992Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_complex64 PASSED [ 54%] 2022-11-23T02:55:06.6062508Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_float32 PASSED [ 54%] 2022-11-23T02:55:06.6062736Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6063173Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_int8 PASSED [ 54%] 2022-11-23T02:55:06.6063401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_broadcast_to_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6063616Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_float16 PASSED [ 54%] 2022-11-23T02:55:06.6063838Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_int32 PASSED [ 54%] 2022-11-23T02:55:06.6064054Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_bucketize_cuda_uint8 PASSED [ 54%] 2022-11-23T02:55:06.6064264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_bfloat16 PASSED [ 54%] 2022-11-23T02:55:06.6064480Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_complex32 PASSED [ 54%] 2022-11-23T02:55:06.6064687Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_float64 PASSED [ 54%] 2022-11-23T02:55:06.6064894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int16 PASSED [ 54%] 2022-11-23T02:55:06.6065096Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int64 PASSED [ 54%] 2022-11-23T02:55:06.6065301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6065506Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cat_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6065805Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6066035Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6066243Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6066450Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6066635Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ceil_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6066851Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6067059Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6067274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6067492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6067703Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6067912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6068121Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6068331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6068537Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6068745Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_chunk_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6068964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6069175Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6069383Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6069603Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6069815Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6070139Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6070359Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6070577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_max_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6070795Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6070986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6071206Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6071423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6071631Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6071844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6072060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6072271Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clamp_min_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6072481Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6072688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6072894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6073184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6073417Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6073625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_clone_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6073983Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6074222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6074454Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6074863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6075109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6075331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6075544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6075739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_column_stack_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6075956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6076163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6076378Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_complex128 PASSED [ 55%] 2022-11-23T02:55:06.6076589Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6076800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6076999Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6077210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6077413Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6077645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex128 PASSED [ 55%] 2022-11-23T02:55:06.6077984Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6078210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6078438Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6078663Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6078886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6079111Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6079336Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_conj_physical_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6079566Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6079798Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6080003Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6080227Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6080456Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6080678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_constant_pad_nd_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6080981Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6081226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6081447Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6081669Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6081888Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6082107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6082324Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_contiguous_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6082544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6082753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6082970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6083187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6083399Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6083615Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_copysign_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6083825Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6084040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex128 PASSED [ 55%] 2022-11-23T02:55:06.6084253Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6084444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6084657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6084862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6085064Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6085365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6085571Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cos_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6085784Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6085993Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6086214Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex128 PASSED [ 55%] 2022-11-23T02:55:06.6086428Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6086646Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6086859Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6087068Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6087275Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6087472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6087671Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cosh_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6087885Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6088102Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6088312Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6088586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6088818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6089027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6089239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_cumsum_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6089445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6089661Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6089870Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6090079Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6090440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6090654Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6090857Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6091264Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int64 PASSED [ 55%] 2022-11-23T02:55:06.6091477Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6091692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6091921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex32 PASSED [ 55%] 2022-11-23T02:55:06.6092147Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6092365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6092590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diag_embed_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6092818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6093040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6093362Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_complex64 PASSED [ 55%] 2022-11-23T02:55:06.6093589Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6093808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6094032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_copy_cuda_uint8 PASSED [ 55%] 2022-11-23T02:55:06.6094252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6094470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6094695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_complex128 PASSED [ 55%] 2022-11-23T02:55:06.6094910Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6095129Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6095341Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6095574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bfloat16 PASSED [ 55%] 2022-11-23T02:55:06.6095801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6096031Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6096339Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6096588Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int32 PASSED [ 55%] 2022-11-23T02:55:06.6096813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_diagonal_scatter_cuda_int8 PASSED [ 55%] 2022-11-23T02:55:06.6097032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_bool PASSED [ 55%] 2022-11-23T02:55:06.6097248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float16 PASSED [ 55%] 2022-11-23T02:55:06.6097464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:06.6097674Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6097868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_digamma_cuda_int16 PASSED [ 55%] 2022-11-23T02:55:06.6098107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_float64 PASSED [ 55%] 2022-11-23T02:55:06.6098335Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6098559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6098787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_floor_rounding_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6099028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6099258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6099482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6099709Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_no_rounding_mode_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6099936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6100158Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6100386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6100715Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6100939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_div_trunc_rounding_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6101156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6101377Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6101595Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6101818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6102031Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6102245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6102459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6102651Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6102862Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dsplit_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6103074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6103282Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6103498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6103789Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6104023Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6104234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6104450Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_dstack_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6104669Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6104879Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6105088Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6105300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6105527Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6105757Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6105982Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6106199Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6106418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6106629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6106824Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6107039Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6107248Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_empty_like_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6107465Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6107678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6107887Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6108189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6108394Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6108598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eq_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6108807Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6109015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6109226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6109434Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6109639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6109844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erf_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6110044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6110252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6110459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6110658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6110841Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfc_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6111131Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6111368Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6111578Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6111789Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_erfinv_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6112001Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6112205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6112408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6112611Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp2_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6112817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6113032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6113240Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6113446Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_exp_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6113668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6113892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6114117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6114384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6114605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6114820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_as_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6115021Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6115234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6115453Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6115774Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expand_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6115987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6116195Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6116406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6116614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6116826Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6117034Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_expm1_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6117242Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6117453Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6117669Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6117883Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6118089Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6118289Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_eye_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6118509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6118797Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6119028Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6119217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft2_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6119440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6119657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6119871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6120083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6120291Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6120505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fft_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6120716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6120936Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6121151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6121364Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6121753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6121978Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftn_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6122205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_bfloat16 PASSED [ 56%] 2022-11-23T02:55:06.6122572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6122986Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6123232Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6123456Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6123789Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6124011Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_fftshift_cuda_uint8 PASSED [ 56%] 2022-11-23T02:55:06.6124207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float32 PASSED [ 56%] 2022-11-23T02:55:06.6124425Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6124637Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6124854Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6125062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft2_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6125281Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex128 PASSED [ 56%] 2022-11-23T02:55:06.6125505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6125720Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6125933Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6126141Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfft_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6126350Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6126649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6126893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6127112Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6127331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_float64 PASSED [ 56%] 2022-11-23T02:55:06.6127545Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6127759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_hfftn_cuda_int8 PASSED [ 56%] 2022-11-23T02:55:06.6127977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6128189Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6128400Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft2_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6128598Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6128810Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6129019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifft_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6129243Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex32 PASSED [ 56%] 2022-11-23T02:55:06.6129462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6129673Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftn_cuda_int64 PASSED [ 56%] 2022-11-23T02:55:06.6129893Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_bool PASSED [ 56%] 2022-11-23T02:55:06.6130123Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_complex64 PASSED [ 56%] 2022-11-23T02:55:06.6130351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_float16 PASSED [ 56%] 2022-11-23T02:55:06.6130569Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int16 PASSED [ 56%] 2022-11-23T02:55:06.6130787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int32 PASSED [ 56%] 2022-11-23T02:55:06.6131107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ifftshift_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6131326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6131543Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6131759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6131973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft2_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6132193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6132401Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfft_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6132614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6132831Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6133024Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6133232Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6133441Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_ihfftn_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6133663Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6133880Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6134172Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6134408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6134622Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6134841Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft2_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6135057Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6135277Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex32 PASSED [ 57%] 2022-11-23T02:55:06.6135497Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6135713Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6135930Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6136142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6136353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfft_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6136568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6136784Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6137001Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6137212Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6137408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_irfftn_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6137622Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6137838Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6138046Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6138256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6139110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6139324Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft2_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6139538Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6139756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6139967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6140187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6140400Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6140612Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfft_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6140825Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6141042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6141260Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6141470Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6141678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fft_rfftn_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6141977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6142215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6142408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6142614Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fill_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6142834Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6143044Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6143268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_complex32 PASSED [ 57%] 2022-11-23T02:55:06.6143482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6143695Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6143908Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6144118Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6144327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flatten_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6144542Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6144749Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6144970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex128 PASSED [ 57%] 2022-11-23T02:55:06.6145184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6145399Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6145606Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6145813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flip_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6146027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6146236Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6146547Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_complex128 PASSED [ 57%] 2022-11-23T02:55:06.6146762Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6146973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6147182Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6147392Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fliplr_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6147618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex128 PASSED [ 57%] 2022-11-23T02:55:06.6147836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6148043Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6148258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_flipud_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6148469Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6148696Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex128 PASSED [ 57%] 2022-11-23T02:55:06.6148922Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6149142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6149439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6149677Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6149892Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6150109Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6150327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_float_power_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6150540Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6150732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6150941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6151146Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6151371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6151593Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6151808Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6152027Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6152245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_floor_divide_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6152451Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6152657Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6152863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6153073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6153277Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmax_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6153484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6153691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6154000Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6154209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6154415Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6154620Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmin_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6154809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6155023Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6155229Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6155433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6155635Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6155837Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_fmod_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6156048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6156255Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_frac_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6156458Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6156663Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6156942Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gcd_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6157178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6157387Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6157602Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ge_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6157815Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6158019Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6158223Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6158424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_gt_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6158643Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6158848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6159061Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6159279Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_heaviside_cuda_uint8 PASSED [ 57%] 2022-11-23T02:55:06.6159492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_bool PASSED [ 57%] 2022-11-23T02:55:06.6159709Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex128 PASSED [ 57%] 2022-11-23T02:55:06.6159925Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_complex64 PASSED [ 57%] 2022-11-23T02:55:06.6160133Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6160342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6160555Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hsplit_cuda_int8 PASSED [ 57%] 2022-11-23T02:55:06.6160775Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex128 PASSED [ 57%] 2022-11-23T02:55:06.6160991Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_complex32 PASSED [ 57%] 2022-11-23T02:55:06.6161301Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6161515Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6161726Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hstack_cuda_int64 PASSED [ 57%] 2022-11-23T02:55:06.6161941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6162156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float16 PASSED [ 57%] 2022-11-23T02:55:06.6162371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_hypot_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6162583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_bfloat16 PASSED [ 57%] 2022-11-23T02:55:06.6162787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int16 PASSED [ 57%] 2022-11-23T02:55:06.6162969Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_i0_cuda_int32 PASSED [ 57%] 2022-11-23T02:55:06.6163183Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igamma_cuda_float64 PASSED [ 57%] 2022-11-23T02:55:06.6163396Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:06.6163609Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_igammac_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6163820Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_imag_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6164031Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6164335Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6164574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6164790Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6165001Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6165217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_add_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6165439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6165655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6165875Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6166092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_copy_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6166317Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6166535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6166752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6166970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_fill_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6167185Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6167394Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6167618Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6167839Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6168060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6168275Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6168486Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_index_select_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6168802Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6169022Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6169237Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6169454Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6169670Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6169884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isclose_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6170100Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6170325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6170544Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_complex32 PASSED [ 58%] 2022-11-23T02:55:06.6170761Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6170970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6171183Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isfinite_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6171397Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6171612Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_complex32 PASSED [ 58%] 2022-11-23T02:55:06.6171882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6172114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6172325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isinf_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6172539Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6172756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6172962Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6173171Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6173374Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isnan_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6173594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6173804Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6174020Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6174233Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6174445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6174655Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isneginf_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6174874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6175087Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6175299Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6175516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6175729Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6175925Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isposinf_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6176242Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6176453Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6176669Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6176884Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex32 PASSED [ 58%] 2022-11-23T02:55:06.6177101Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6177315Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6177525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_isreal_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6177728Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6177927Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6178143Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lcm_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6178531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6178743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6178948Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6179365Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6180186Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_le_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6180457Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6180668Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6180882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6181080Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lerp_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6181297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6181508Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6181715Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6181923Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lgamma_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6182163Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6182404Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6182639Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6182863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6183084Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6183302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_norm_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6183525Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6183741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svd_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6183970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_svdvals_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6184209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6184439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linalg_vector_norm_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6184954Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6185176Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6185472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6185905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6186136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6186338Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_linspace_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6186546Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6186754Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6186970Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6187176Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6187378Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log10_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6187589Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6187801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6188009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6188310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6188541Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log1p_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6188753Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6188966Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6189171Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log2_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6189387Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_complex32 PASSED [ 58%] 2022-11-23T02:55:06.6189594Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6189798Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6189998Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6190199Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6190432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6190682Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6190930Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_complex32 PASSED [ 58%] 2022-11-23T02:55:06.6191330Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6191577Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6191812Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_log_softmax_with_dtype_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6192156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6192385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6192706Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_and_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6193053Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6193274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6193498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6193718Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_float64 PASSED [ 58%] 2022-11-23T02:55:06.6193938Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6194157Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_not_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6194384Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bfloat16 PASSED [ 58%] 2022-11-23T02:55:06.6194599Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6194826Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6195053Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6195272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6195475Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_float32 PASSED [ 58%] 2022-11-23T02:55:06.6195688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int32 PASSED [ 58%] 2022-11-23T02:55:06.6195901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int64 PASSED [ 58%] 2022-11-23T02:55:06.6196193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6196427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_or_cuda_uint8 PASSED [ 58%] 2022-11-23T02:55:06.6196640Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_bool PASSED [ 58%] 2022-11-23T02:55:06.6196869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_complex64 PASSED [ 58%] 2022-11-23T02:55:06.6197087Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int16 PASSED [ 58%] 2022-11-23T02:55:06.6197302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logical_xor_cuda_int8 PASSED [ 58%] 2022-11-23T02:55:06.6197529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_complex128 PASSED [ 58%] 2022-11-23T02:55:06.6197743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float16 PASSED [ 58%] 2022-11-23T02:55:06.6198108Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6198331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6198547Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logspace_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6198866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6199194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6199418Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6199634Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6199849Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6200062Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_logsumexp_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6200257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6200467Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6200670Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6200989Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_lt_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6201218Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_complex64 PASSED [ 59%] 2022-11-23T02:55:06.6201440Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6201656Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6201871Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_masked_fill_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6202090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6202307Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6202518Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6202731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6202940Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_maximum_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6203152Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6203366Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6203575Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mean_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6203900Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 59%] 2022-11-23T02:55:06.6204170Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6204773Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_list_of_tensors_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6205349Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6205897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6206896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 59%] 2022-11-23T02:55:06.6207471Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6207910Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_meshgrid_variadic_tensors_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6208316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6208708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6209072Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6209459Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_minimum_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6209833Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6210210Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6210583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6210809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_movedim_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6211217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6211436Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6211645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6212016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6212601Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6212811Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6213017Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_mul_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6213234Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6213434Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6213654Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6213868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6214119Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nan_to_num_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6214349Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6214581Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6214806Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6215142Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6215539Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6215883Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_copy_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6216121Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6216335Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_complex32 PASSED [ 59%] 2022-11-23T02:55:06.6216549Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6216765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6216980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_narrow_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6217213Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_native_layer_norm_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6217422Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6217787Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6218014Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_complex64 PASSED [ 59%] 2022-11-23T02:55:06.6218222Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6218515Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6218853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ne_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6219069Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6219276Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6219484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6219687Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_neg_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6219910Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6220136Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_complex64 PASSED [ 59%] 2022-11-23T02:55:06.6220352Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6220567Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6220897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6221113Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6221342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6221583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6221821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_complex32 PASSED [ 59%] 2022-11-23T02:55:06.6222057Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6222285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6222509Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6222738Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_empty_strided_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6222931Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6223150Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex32 PASSED [ 59%] 2022-11-23T02:55:06.6223369Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_complex64 PASSED [ 59%] 2022-11-23T02:55:06.6223578Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6223872Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_full_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6224241Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6224464Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_complex32 PASSED [ 59%] 2022-11-23T02:55:06.6224686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6225006Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6225342Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int16 PASSED [ 59%] 2022-11-23T02:55:06.6225559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int32 PASSED [ 59%] 2022-11-23T02:55:06.6225770Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6225987Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_ones_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6226208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6226420Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6226628Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6226847Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_new_zeros_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6227066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6227285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nextafter_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6227535Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6227786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_alpha_dropout_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6228010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6228244Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_celu_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6228484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6228836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6229077Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_dropout_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6229316Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6229554Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6229786Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_elu_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6230023Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6230257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_gelu_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6230489Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_glu_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6230879Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6231132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6231373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_group_norm_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6231731Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardshrink_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6232202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6232473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6232716Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6232957Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6233196Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6233433Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_hardtanh_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6233680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6233906Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6234149Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6234385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 59%] 2022-11-23T02:55:06.6234626Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_l1_loss_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6234864Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6235103Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6235336Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float16 PASSED [ 59%] 2022-11-23T02:55:06.6235570Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 59%] 2022-11-23T02:55:06.6235835Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 59%] 2022-11-23T02:55:06.6236094Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_bool PASSED [ 59%] 2022-11-23T02:55:06.6236462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6236719Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int64 PASSED [ 59%] 2022-11-23T02:55:06.6236972Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_int8 PASSED [ 59%] 2022-11-23T02:55:06.6237311Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cuda_uint8 PASSED [ 59%] 2022-11-23T02:55:06.6237604Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 59%] 2022-11-23T02:55:06.6237861Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6238209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6238554Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6238798Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6239031Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6239266Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6239495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mish_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6239826Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6240090Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6240309Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_mse_loss_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6240549Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6240785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6241040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6241290Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6241549Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6241801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pairwise_distance_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6242036Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_pdist_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6242284Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6242529Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6242775Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6243022Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6243256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6243496Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_prelu_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6243866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6244110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6244649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6244902Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6245129Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6245351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu6_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6245588Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6245821Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6246048Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6246256Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6246481Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6246702Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_relu_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6246955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6247213Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6247549Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6247822Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6248075Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6248325Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6248574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6248817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6249058Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6249302Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softplus_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6249549Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6249800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_softshrink_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6250187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6250437Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6250752Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6251128Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6251372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_tanhshrink_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6251638Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6252015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6252243Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6252592Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_threshold_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6252853Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6253114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6253372Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6253634Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6253886Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6254132Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6254354Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_norm_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6254565Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6254776Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6254982Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6255184Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6255472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6255705Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ones_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6255926Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6256145Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6256507Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6256730Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6256940Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6257300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6257767Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6258267Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_permute_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6258691Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6258934Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6259156Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_positive_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6259369Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6259576Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6259785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6259994Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6260204Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6260407Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_pow_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6260619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6260835Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_complex32 PASSED [ 60%] 2022-11-23T02:55:06.6261178Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_prod_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6261391Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6261610Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6261826Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6262038Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_randn_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6262261Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6262462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_complex32 PASSED [ 60%] 2022-11-23T02:55:06.6262673Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6263129Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6263351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6263563Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_ravel_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6263773Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6264160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6264476Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_real_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6264813Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6265061Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6265285Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6265505Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6265723Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6265942Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6266159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6266373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reciprocal_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6266597Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_bfloat16 PASSED [ 60%] 2022-11-23T02:55:06.6266817Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6267032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_remainder_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6267245Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6267442Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6267658Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6267872Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6268224Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6268462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6268672Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6268882Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_repeat_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6269098Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6270207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex32 PASSED [ 60%] 2022-11-23T02:55:06.6270589Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6271139Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6271559Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6271863Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6272093Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6272310Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_as_cuda_uint8 PASSED [ 60%] 2022-11-23T02:55:06.6272522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6272741Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6272955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6273166Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int32 PASSED [ 60%] 2022-11-23T02:55:06.6273380Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_reshape_cuda_int8 PASSED [ 60%] 2022-11-23T02:55:06.6273570Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6273907Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6274151Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_complex32 PASSED [ 60%] 2022-11-23T02:55:06.6274360Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6274572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_float64 PASSED [ 60%] 2022-11-23T02:55:06.6274781Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int16 PASSED [ 60%] 2022-11-23T02:55:06.6274980Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_roll_cuda_int64 PASSED [ 60%] 2022-11-23T02:55:06.6275297Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_bool PASSED [ 60%] 2022-11-23T02:55:06.6275540Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex128 PASSED [ 60%] 2022-11-23T02:55:06.6275755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_complex64 PASSED [ 60%] 2022-11-23T02:55:06.6275974Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float16 PASSED [ 60%] 2022-11-23T02:55:06.6276318Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:06.6276533Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6276746Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6277061Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rot90_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6277373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6277583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6277868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6278331Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_round_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6278647Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex128 PASSED [ 61%] 2022-11-23T02:55:06.6278874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex32 PASSED [ 61%] 2022-11-23T02:55:06.6279089Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_complex64 PASSED [ 61%] 2022-11-23T02:55:06.6279434Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6279645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6279850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6280056Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6280265Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6280475Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsqrt_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6280688Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6280901Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_complex64 PASSED [ 61%] 2022-11-23T02:55:06.6281117Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float16 PASSED [ 61%] 2022-11-23T02:55:06.6281327Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6281530Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6281732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6281932Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6282131Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_rsub_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6282516Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6282777Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex128 PASSED [ 61%] 2022-11-23T02:55:06.6282977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex32 PASSED [ 61%] 2022-11-23T02:55:06.6283202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_complex64 PASSED [ 61%] 2022-11-23T02:55:06.6283609Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6283823Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6284029Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6284230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sgn_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6284439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6284664Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_complex32 PASSED [ 61%] 2022-11-23T02:55:06.6284876Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6285083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6285292Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6285503Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sigmoid_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6285748Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6286254Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float16 PASSED [ 61%] 2022-11-23T02:55:06.6286548Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6286765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6286967Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6287165Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6287362Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sign_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6287680Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6287894Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6288103Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6288313Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6288522Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_signbit_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6288868Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6289092Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6289306Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex128 PASSED [ 61%] 2022-11-23T02:55:06.6289619Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_complex32 PASSED [ 61%] 2022-11-23T02:55:06.6289945Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6290161Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6290367Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6290574Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sin_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6290783Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6291083Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_complex64 PASSED [ 61%] 2022-11-23T02:55:06.6291315Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float16 PASSED [ 61%] 2022-11-23T02:55:06.6291665Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6291890Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6292073Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6292277Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinc_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6292473Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6292692Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex128 PASSED [ 61%] 2022-11-23T02:55:06.6292912Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_complex32 PASSED [ 61%] 2022-11-23T02:55:06.6293120Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6293329Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6293528Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6293732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sinh_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6293971Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6294205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6294444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_complex128 PASSED [ 61%] 2022-11-23T02:55:06.6294677Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6294906Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6295286Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6295523Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_softmax_with_dtype_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6295977Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6296300Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6296527Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j0_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6296756Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_bessel_j1_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6296981Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6297187Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6297405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6297620Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6297840Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6298057Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_entr_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6298270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6298501Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6298726Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6299032Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6299277Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_erfcx_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6299501Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6299721Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6299941Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6300157Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6300373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6300583Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i0e_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6300803Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6301020Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6301232Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6301450Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6301653Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6302003Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6302226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_i1e_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6302455Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6302780Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6303119Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6303351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_ndtr_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6303714Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6303973Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 61%] 2022-11-23T02:55:06.6304226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_complex32 PASSED [ 61%] 2022-11-23T02:55:06.6304474Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_float16 PASSED [ 61%] 2022-11-23T02:55:06.6304721Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6304971Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_log_softmax_with_dtype_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6305194Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_bool PASSED [ 61%] 2022-11-23T02:55:06.6305420Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6305643Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6305860Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6306080Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_logit_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6306337Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6306669Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6306952Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6307205Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6307439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6307678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6307929Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6308180Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6308590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_float16 PASSED [ 61%] 2022-11-23T02:55:06.6308850Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6309091Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6309534Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6309762Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_float64 PASSED [ 61%] 2022-11-23T02:55:06.6309981Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int32 PASSED [ 61%] 2022-11-23T02:55:06.6310201Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtr_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6310427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6310649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6310869Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int64 PASSED [ 61%] 2022-11-23T02:55:06.6311088Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_ndtri_cuda_int8 PASSED [ 61%] 2022-11-23T02:55:06.6311445Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_bfloat16 PASSED [ 61%] 2022-11-23T02:55:06.6311693Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float16 PASSED [ 61%] 2022-11-23T02:55:06.6311937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 61%] 2022-11-23T02:55:06.6312180Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_int16 PASSED [ 61%] 2022-11-23T02:55:06.6312423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_softmax_with_dtype_cuda_uint8 PASSED [ 61%] 2022-11-23T02:55:06.6312665Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6312911Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6313154Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6313381Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6313621Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6313859Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6314140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6315147Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_spherical_bessel_j0_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6315444Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6315811Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6316177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_xlog1py_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6316406Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6316627Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6316844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_special_zeta_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6317053Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6317274Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6317488Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6317698Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6317905Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6318114Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6318319Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sqrt_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6318531Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6318809Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6319208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6319492Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6319708Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6319918Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_square_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6320270Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6320493Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6320707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6320921Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6321135Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6321491Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_squeeze_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6321733Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6321948Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_complex32 PASSED [ 62%] 2022-11-23T02:55:06.6322160Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6322586Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6322798Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6323005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6323215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_stack_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6323424Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6323715Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6323944Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6324144Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6324371Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6324587Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6324801Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_std_mean_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6325009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6325373Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6325590Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_complex32 PASSED [ 62%] 2022-11-23T02:55:06.6325803Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6326009Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6326209Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6326421Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6326625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sub_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6326827Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6327042Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6327252Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6327458Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6327667Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6327992Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6328208Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6328495Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6328830Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6329177Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6329405Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6329625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6329844Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6330060Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6330268Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6330484Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_sum_to_size_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6330694Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6330896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6331172Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6331605Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_t_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6331964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6332294Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6332532Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_complex32 PASSED [ 62%] 2022-11-23T02:55:06.6332743Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6332955Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6333157Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tan_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6333351Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6333568Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6333783Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6333996Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6334207Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6334408Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6334765Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tanh_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6334994Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_bool XFAIL [ 62%] 2022-11-23T02:55:06.6335214Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float32 XFAIL [ 62%] 2022-11-23T02:55:06.6335434Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_float64 XFAIL [ 62%] 2022-11-23T02:55:06.6335750Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int32 XFAIL [ 62%] 2022-11-23T02:55:06.6335990Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tensor_split_cuda_int64 XFAIL [ 62%] 2022-11-23T02:55:06.6336202Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6336416Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6336759Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6337081Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_to_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6337296Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6337512Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6337732Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6337926Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6338140Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6338353Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6338562Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trace_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6338785Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6339015Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6339239Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex32 PASSED [ 62%] 2022-11-23T02:55:06.6339462Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6339681Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6339897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6340193Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6340432Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_transpose_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6340648Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6340866Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6341074Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6341280Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6341487Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6341707Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_tril_indices_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6342046Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6342271Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6342463Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6342670Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6343010Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6343476Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6343874Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_triu_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6344185Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_bool PASSED [ 62%] 2022-11-23T02:55:06.6344423Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6344656Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex32 PASSED [ 62%] 2022-11-23T02:55:06.6344885Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:06.6345107Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float32 PASSED [ 62%] 2022-11-23T02:55:06.6345461Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6345678Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6345896Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6346110Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6346326Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_int8 PASSED [ 62%] 2022-11-23T02:55:06.6346540Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_true_divide_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6346755Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_bfloat16 PASSED [ 62%] 2022-11-23T02:55:06.6346964Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int16 PASSED [ 62%] 2022-11-23T02:55:06.6347173Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6347368Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_int64 PASSED [ 62%] 2022-11-23T02:55:06.6347576Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_trunc_cuda_uint8 PASSED [ 62%] 2022-11-23T02:55:06.6347799Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex128 PASSED [ 62%] 2022-11-23T02:55:06.6348017Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_complex32 PASSED [ 62%] 2022-11-23T02:55:06.6348230Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float16 PASSED [ 62%] 2022-11-23T02:55:06.6348670Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_float64 PASSED [ 62%] 2022-11-23T02:55:06.6349043Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int32 PASSED [ 62%] 2022-11-23T02:55:06.6349263Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unbind_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6349481Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6349814Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6350159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6350385Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6350600Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6350818Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unflatten_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6351040Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6351266Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6351498Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6351720Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6351939Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6352154Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6352354Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6352573Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_copy_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6352791Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6353005Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6353215Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6353536Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6353747Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6353956Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6354169Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unfold_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6354398Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6354629Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6354848Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6355065Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_unsqueeze_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6355278Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6355625Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6355843Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6356050Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6356386Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_var_mean_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6356717Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6357018Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6357258Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6357472Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6357686Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6357897Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6358104Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6358313Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_as_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6358521Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6358739Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6358951Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6359159Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6359363Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_view_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6359582Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6359800Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6360016Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6360226Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6360439Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6360649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6360855Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vsplit_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6361066Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6361369Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6361580Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6361791Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6362144Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6362360Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6362572Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6362895Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_vstack_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6363213Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6363427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6363649Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6363855Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6364059Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_where_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6364272Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6364482Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6364779Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6365008Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6365217Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6365427Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_xlogy_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6365645Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6365836Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6366050Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6366257Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6366460Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6366729Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6366937Z test_ops.py::TestCommonCUDA::test_python_ref_meta__refs_zeros_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6367181Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6367421Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_native_batch_norm_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6367651Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6367879Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_var_mean_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6368104Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6368330Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6368705Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6368940Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6369157Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6369765Z test_ops.py::TestCommonCUDA::test_python_ref_meta_ops_nvprims_view_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6369999Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_var_mean_cuda_bfloat16 XFAIL [ 63%] 2022-11-23T02:55:06.6370213Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_bfloat16 XFAIL [ 63%] 2022-11-23T02:55:06.6370430Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex128 XFAIL [ 63%] 2022-11-23T02:55:06.6370646Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_complex64 XFAIL [ 63%] 2022-11-23T02:55:06.6370846Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float16 XFAIL [ 63%] 2022-11-23T02:55:06.6371062Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_float64 XFAIL [ 63%] 2022-11-23T02:55:06.6371270Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int16 XFAIL [ 63%] 2022-11-23T02:55:06.6371475Z test_ops.py::TestCommonCUDA::test_python_ref_ops_nvprims_view_cuda_int32 XFAIL [ 63%] 2022-11-23T02:55:06.6371699Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6371915Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6372143Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6372370Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6372591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6372901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6373146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_T_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6373405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6373659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6373922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6374180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6374435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6374684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6375057Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bfloat16_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6375317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6375576Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6376036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6376294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6376524Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6376778Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6377022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_bool_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6377268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6377632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6377880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6378121Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6378365Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6378611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_byte_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6378870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6379126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6379378Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float32 PASSED [ 63%] 2022-11-23T02:55:06.6379626Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6379874Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6380116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cdouble_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6380442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_bool PASSED [ 63%] 2022-11-23T02:55:06.6380721Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex128 PASSED [ 63%] 2022-11-23T02:55:06.6380978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6381362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6381620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6381866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6382310Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_int8 PASSED [ 63%] 2022-11-23T02:55:06.6382564Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_cfloat_cuda_uint8 PASSED [ 63%] 2022-11-23T02:55:06.6382815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6383049Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_complex64 PASSED [ 63%] 2022-11-23T02:55:06.6383299Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float16 PASSED [ 63%] 2022-11-23T02:55:06.6383546Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6383788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int16 PASSED [ 63%] 2022-11-23T02:55:06.6384030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int32 PASSED [ 63%] 2022-11-23T02:55:06.6384274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_chalf_cuda_int64 PASSED [ 63%] 2022-11-23T02:55:06.6384523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_bfloat16 PASSED [ 63%] 2022-11-23T02:55:06.6384774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_complex32 PASSED [ 63%] 2022-11-23T02:55:06.6385018Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_float64 PASSED [ 63%] 2022-11-23T02:55:06.6385376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6385619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_char_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6385873Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6386124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_complex_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6386375Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6386631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6386883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex32 PASSED [ 64%] 2022-11-23T02:55:06.6387132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6387381Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6387754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6388009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6388455Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6388847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6389101Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_double_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6389358Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6389605Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6389833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6390075Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6390323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6390563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_float_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6390810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6391072Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6391319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6391559Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6391801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6392042Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6392285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_half_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6392534Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6392775Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6393124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6393361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6393598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_int_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6393833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6394209Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6394462Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6394702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_long_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6395149Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6395413Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6395662Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6395961Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6396274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6396542Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs__conversions_short_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6396769Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6396999Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6397226Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6397446Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6397660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6397880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_abs_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6398118Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex32 PASSED [ 64%] 2022-11-23T02:55:06.6398506Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6398746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6398975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6399198Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6399422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6399642Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acos_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6399872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6400096Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6400439Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_complex32 PASSED [ 64%] 2022-11-23T02:55:06.6400679Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6401809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6402037Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6402243Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_acosh_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6402469Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6402704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6402939Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_complex32 PASSED [ 64%] 2022-11-23T02:55:06.6403164Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6403388Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6403612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6403832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_add_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6404065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6404291Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcdiv_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6404524Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6404856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6405109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6405335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addcmul_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6405564Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6405791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6406020Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6406242Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6406466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_addr_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6406825Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6407068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6407278Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6407708Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6407950Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6408176Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6408397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_all_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6408633Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6408875Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6409111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6409339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_allclose_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6409671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6409897Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6410123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6410347Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6410567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amax_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6410791Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6411014Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6411236Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6411465Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6411686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6411907Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6412129Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6412331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6412629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_amin_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6412877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6413192Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6413457Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6413684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6413904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6414249Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_any_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6414590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6414826Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6415052Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6415278Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_arange_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6415518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6415754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6415998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6416237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6416471Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6416710Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6416943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6417171Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_int32 PASSED [ 64%] 2022-11-23T02:55:06.6417505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_as_strided_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6417709Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6417938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_complex32 PASSED [ 64%] 2022-11-23T02:55:06.6418161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6418382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6418605Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asin_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6418837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6419059Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_bool PASSED [ 64%] 2022-11-23T02:55:06.6419294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6419521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_complex64 PASSED [ 64%] 2022-11-23T02:55:06.6419900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6420129Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6420351Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6420874Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_asinh_cuda_uint8 PASSED [ 64%] 2022-11-23T02:55:06.6421136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6421361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6421589Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int16 PASSED [ 64%] 2022-11-23T02:55:06.6421809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan2_cuda_int8 PASSED [ 64%] 2022-11-23T02:55:06.6422034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_bfloat16 PASSED [ 64%] 2022-11-23T02:55:06.6422264Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_complex128 PASSED [ 64%] 2022-11-23T02:55:06.6422487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float16 PASSED [ 64%] 2022-11-23T02:55:06.6422714Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float32 PASSED [ 64%] 2022-11-23T02:55:06.6422923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_float64 PASSED [ 64%] 2022-11-23T02:55:06.6423140Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int64 PASSED [ 64%] 2022-11-23T02:55:06.6423361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atan_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6423590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6423810Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atanh_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6424041Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6424275Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6424510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6424735Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6424955Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6425284Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6425508Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_1d_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6425745Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6426106Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6426354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6426592Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6427010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6427254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6427488Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_2d_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6427723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6427962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6428195Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6428491Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6428739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_atleast_3d_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6428965Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6429202Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6429437Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_and_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6429681Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6429927Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6430165Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_left_shift_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6430395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6430626Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_not_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6430857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6431089Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6431315Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6431538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_or_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6431788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_right_shift_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6432016Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6432339Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6432619Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bitwise_xor_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6432880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6433566Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:06.6433864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6434114Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6434361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_tensors_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6434583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6434830Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6435066Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6435305Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6435540Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6435774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_broadcast_to_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6436009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6436238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_bucketize_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6436555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6436801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6437031Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6437264Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:06.6437487Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6437707Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6437927Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6438148Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cat_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6438377Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6438601Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6438935Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6439175Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6439399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6439689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ceil_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6440036Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6440322Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6440614Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6440846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6441074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6441404Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6441628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6441855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_chunk_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6442083Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6442306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6442536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6442763Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6443003Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6443235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6443468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6443702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6443932Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6444758Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6445033Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_max_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6445422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6445656Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6445888Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6446236Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6446573Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6446804Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clamp_min_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6447030Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6447255Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:06.6447482Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6447706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6447932Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_clone_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6448177Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6448418Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:06.6448656Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6448896Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6449126Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6449360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_column_stack_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6449712Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6449945Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6450174Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6450398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:06.6450623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float16 PASSED [ 65%] 2022-11-23T02:55:06.6450852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6451057Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6451279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6451526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6451897Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6452147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6452382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6452904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_conj_physical_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6453180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6453421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6453677Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6453920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6454158Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6454393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_constant_pad_nd_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6454628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6454867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6455102Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6455328Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6455562Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6455790Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_contiguous_cuda_uint8 PASSED [ 65%] 2022-11-23T02:55:06.6456017Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6456245Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6456468Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_copysign_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6456677Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6456897Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_bool PASSED [ 65%] 2022-11-23T02:55:06.6457125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6457456Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_float32 PASSED [ 65%] 2022-11-23T02:55:06.6457675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cos_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6457901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_bfloat16 PASSED [ 65%] 2022-11-23T02:55:06.6458130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_complex32 PASSED [ 65%] 2022-11-23T02:55:06.6458353Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_float64 PASSED [ 65%] 2022-11-23T02:55:06.6458730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6458961Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6459186Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int64 PASSED [ 65%] 2022-11-23T02:55:06.6459510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cosh_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6459754Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex128 PASSED [ 65%] 2022-11-23T02:55:06.6460097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:06.6460329Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int16 PASSED [ 65%] 2022-11-23T02:55:06.6460554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int32 PASSED [ 65%] 2022-11-23T02:55:06.6460867Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_cumsum_cuda_int8 PASSED [ 65%] 2022-11-23T02:55:06.6461112Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6461346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6461580Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_complex32 PASSED [ 66%] 2022-11-23T02:55:06.6461801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6462006Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6462226Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6462445Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6462686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6462917Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6463159Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6463394Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6463627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6463858Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6464084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6464313Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6464541Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diag_embed_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6464786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6465140Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex32 PASSED [ 66%] 2022-11-23T02:55:06.6465517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_complex64 PASSED [ 66%] 2022-11-23T02:55:06.6465768Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6466008Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6466436Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_copy_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6466682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6466922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6467157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6467389Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6467600Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6467827Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6468071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6468316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6468650Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6468918Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6469161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6469408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_diagonal_scatter_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6469636Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6469869Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6470098Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6470330Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_digamma_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6470582Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6470830Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6471081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6471323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6471568Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_floor_rounding_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6471948Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6472213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 66%] 2022-11-23T02:55:06.6472467Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6472815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6473357Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6473603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6473849Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6474074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6474316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6474563Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_div_trunc_rounding_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6474797Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6475023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6475255Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6475481Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6475708Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dsplit_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6475938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6476170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_dstack_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6476538Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_bool SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6476851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6477145Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6477427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6477717Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_bool SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6478012Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_complex32 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6478423Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float16 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6478724Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6479011Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int16 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6479404Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6479806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6480095Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_empty_like_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 66%] 2022-11-23T02:55:06.6480323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6480552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_complex32 PASSED [ 66%] 2022-11-23T02:55:06.6480774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eq_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6481111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6481319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6481543Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6481762Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6481983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erf_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6482215Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6482444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6482673Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6482900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6483123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfc_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6483350Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6483583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6483809Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6484111Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6484361Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6484584Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_erfinv_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6484811Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6485154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6485382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp2_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6485602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6485937Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6486284Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_complex32 PASSED [ 66%] 2022-11-23T02:55:06.6486499Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6486725Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6486950Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6487170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6487390Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_exp_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6487624Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6487856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6488092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6488319Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6488544Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_as_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6488877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6489110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6489345Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_complex64 PASSED [ 66%] 2022-11-23T02:55:06.6489571Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6489796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6490023Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expand_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6490250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6490477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6490704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6490927Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_expm1_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6491149Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_bfloat16 PASSED [ 66%] 2022-11-23T02:55:06.6491359Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6491730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6492045Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6492288Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6492628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6492962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6493182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_eye_cuda_uint8 PASSED [ 66%] 2022-11-23T02:55:06.6493409Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6493645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_complex128 PASSED [ 66%] 2022-11-23T02:55:06.6493879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6494108Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6494335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6494554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6494775Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6495000Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft2_cuda_int8 PASSED [ 66%] 2022-11-23T02:55:06.6495224Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_bool PASSED [ 66%] 2022-11-23T02:55:06.6495451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float16 PASSED [ 66%] 2022-11-23T02:55:06.6495681Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6495912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fft_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6496150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_complex64 PASSED [ 66%] 2022-11-23T02:55:06.6496379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_float32 PASSED [ 66%] 2022-11-23T02:55:06.6496690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int16 PASSED [ 66%] 2022-11-23T02:55:06.6496908Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6497123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftn_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6497366Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_complex32 PASSED [ 66%] 2022-11-23T02:55:06.6497608Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_float64 PASSED [ 66%] 2022-11-23T02:55:06.6497848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int32 PASSED [ 66%] 2022-11-23T02:55:06.6498198Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_fftshift_cuda_int64 PASSED [ 66%] 2022-11-23T02:55:06.6498447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6498692Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6498920Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft2_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6499244Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6499587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6499910Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6500157Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6500382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6500611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfft_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6500836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6501075Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6501308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6501537Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6501766Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6501991Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_hfftn_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6502211Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6502453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6502691Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_complex64 PASSED [ 67%] 2022-11-23T02:55:06.6502924Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6503150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft2_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6503385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_complex64 PASSED [ 67%] 2022-11-23T02:55:06.6503621Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6503850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6504070Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6504401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6504746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifft_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6504999Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6505241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6505475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6505813Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6506158Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6506387Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6506613Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6506837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6507059Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftn_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6507301Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:55:06.6507640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6507892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6508132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6508376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6508612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6508850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6509085Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ifftshift_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6509320Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6509561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6509789Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6510010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6510232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft2_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6510459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6510689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6510918Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6511143Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6511505Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6511737Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfft_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6511973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6512447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6512803Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_ihfftn_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6513048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6513286Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_complex64 PASSED [ 67%] 2022-11-23T02:55:06.6513504Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6513733Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6513956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft2_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6514238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6514467Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfft_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6514693Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6514936Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6515173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6515497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6515752Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6515983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6516213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6516434Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_irfftn_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6516662Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6516898Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6517125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6517355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6517581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft2_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6517807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6518182Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6518416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6518637Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6518946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6519296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfft_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6519536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6519770Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6520110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6520337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fft_rfftn_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6520565Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:55:06.6520788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6521019Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6521250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6521473Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6521697Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6521922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6522144Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6522363Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6522587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fill_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6522831Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex32 PASSED [ 67%] 2022-11-23T02:55:06.6523143Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_complex64 PASSED [ 67%] 2022-11-23T02:55:06.6523397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6523622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6523847Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6524074Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6524284Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flatten_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6524593Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:55:06.6524848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6525082Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_complex64 PASSED [ 67%] 2022-11-23T02:55:06.6525307Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float16 PASSED [ 67%] 2022-11-23T02:55:06.6525638Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6525980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6526208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6526428Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6526651Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flip_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6526887Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:06.6527125Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_complex64 PASSED [ 67%] 2022-11-23T02:55:06.6527354Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6527739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6529050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fliplr_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6529466Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6529922Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6530384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6530802Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6531369Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_flipud_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6531835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_bool PASSED [ 67%] 2022-11-23T02:55:06.6532356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6532798Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_float_power_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6533220Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:55:06.6533625Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6534025Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6539221Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6539891Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6540371Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6540805Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6541233Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6541660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_floor_divide_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6542077Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6542485Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int16 PASSED [ 67%] 2022-11-23T02:55:06.6542892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6544400Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmax_cuda_int8 PASSED [ 67%] 2022-11-23T02:55:06.6544755Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:55:06.6545000Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float32 PASSED [ 67%] 2022-11-23T02:55:06.6545334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_float64 PASSED [ 67%] 2022-11-23T02:55:06.6545640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int32 PASSED [ 67%] 2022-11-23T02:55:06.6545870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_int64 PASSED [ 67%] 2022-11-23T02:55:06.6546098Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmin_cuda_uint8 PASSED [ 67%] 2022-11-23T02:55:06.6546309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_bfloat16 PASSED [ 67%] 2022-11-23T02:55:06.6546536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6546764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6546986Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6547656Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6547879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6548103Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_fmod_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6548324Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6550635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6550889Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gcd_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6551112Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6551335Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6551556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6551774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6551986Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ge_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6552208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6552426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6552765Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6553007Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_gt_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6553421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6553660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6553895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6554120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_heaviside_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6554344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6554578Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6554821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex32 PASSED [ 68%] 2022-11-23T02:55:06.6555053Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6557170Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hsplit_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6557426Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6557659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6557890Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_complex32 PASSED [ 68%] 2022-11-23T02:55:06.6558120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6558344Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6558574Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6558801Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6559027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6559393Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hstack_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6559820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6560051Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_hypot_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6560269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6560492Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6560722Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_i0_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6560934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6561158Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_igammac_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6561385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6561613Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex32 PASSED [ 68%] 2022-11-23T02:55:06.6561837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_imag_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6562055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6562295Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6562622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6562876Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_add_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6563104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6563349Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6563586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6564408Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_copy_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6564666Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6564903Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6565137Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_fill_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6565379Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6565614Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6565855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_index_select_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6566088Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6566324Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6566552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6568142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6568928Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isclose_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6569175Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex32 PASSED [ 68%] 2022-11-23T02:55:06.6569562Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6569792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6570016Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6570241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6570465Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isfinite_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6570689Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6570923Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex32 PASSED [ 68%] 2022-11-23T02:55:06.6571151Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6571376Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6571598Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6571823Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6572046Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6572270Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isinf_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6572576Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6572820Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6573055Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6573287Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6573509Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6573711Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6573931Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isnan_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6574164Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6574398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6574620Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isneginf_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6574855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6575091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6575316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6575543Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6575766Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6575991Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isposinf_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6576222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_complex32 PASSED [ 68%] 2022-11-23T02:55:06.6576448Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6576666Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6577002Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6577228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_isreal_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6577450Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6577834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6578068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6578401Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lcm_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6578740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6579056Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6579396Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6579626Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6579843Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_le_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6580076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6580306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6580622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lerp_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6580870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6581097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6581325Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int64 PASSED [ 68%] 2022-11-23T02:55:06.6581552Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6581775Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lgamma_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6582029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6582288Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6582545Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6582794Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6583032Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6583274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_norm_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6585394Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_complex128 PASSED [ 68%] 2022-11-23T02:55:06.6585664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svd_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6585909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_svdvals_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6586165Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6586398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float16 PASSED [ 68%] 2022-11-23T02:55:06.6586647Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linalg_vector_norm_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6587011Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6587250Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_complex64 PASSED [ 68%] 2022-11-23T02:55:06.6587476Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_int64 XFAIL [ 68%] 2022-11-23T02:55:06.6587697Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_linspace_cuda_uint8 XFAIL [ 68%] 2022-11-23T02:55:06.6587925Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6588150Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6588374Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6588597Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6588824Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6589047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int32 PASSED [ 68%] 2022-11-23T02:55:06.6589266Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_int8 PASSED [ 68%] 2022-11-23T02:55:06.6589489Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log10_cuda_uint8 PASSED [ 68%] 2022-11-23T02:55:06.6589718Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bfloat16 PASSED [ 68%] 2022-11-23T02:55:06.6590667Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_bool PASSED [ 68%] 2022-11-23T02:55:06.6590952Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float32 PASSED [ 68%] 2022-11-23T02:55:06.6591178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_float64 PASSED [ 68%] 2022-11-23T02:55:06.6591407Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int16 PASSED [ 68%] 2022-11-23T02:55:06.6591632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6591855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log1p_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6592059Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6592285Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6592511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log2_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6592741Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6592962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6593188Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6593411Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6593635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6593855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6594107Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6594374Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6594627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6594880Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6595255Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6595511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6595745Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6595990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6596232Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6596469Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_and_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6596702Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6596946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6597184Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6597418Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6597637Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6597870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_not_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6598183Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6598448Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6598682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6598912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6599136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_or_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6599383Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6599624Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6599862Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6600097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6600328Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6600561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6600790Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6601024Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logical_xor_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6601251Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6601492Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6601734Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6601966Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6602194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6602523Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int16 XFAIL [ 69%] 2022-11-23T02:55:06.6602744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int32 XFAIL [ 69%] 2022-11-23T02:55:06.6602945Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logspace_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6603183Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6603421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6603658Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6603883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6604104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_logsumexp_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6604330Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6604550Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6604772Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6604992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6605212Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6605502Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6605742Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6605957Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_lt_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6606206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6606451Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_complex32 PASSED [ 69%] 2022-11-23T02:55:06.6606686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6607173Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6607419Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_masked_fill_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6607655Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6607886Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6608095Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6608324Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_maximum_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6608550Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6608778Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6609005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mean_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6609268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6609522Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6609779Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6610139Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6610383Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6610635Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6610882Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6611154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6611416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6611671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6611925Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6612171Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6612403Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6612634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6612864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6613384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6613633Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6613851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6614130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_minimum_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6614342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6614579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6614806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6616964Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6617238Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6617462Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_movedim_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6617686Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6617909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6618132Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6618356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6618774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6619010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6619233Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6619454Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6619671Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_mul_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6620043Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6620277Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6620511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6620741Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6620969Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nan_to_num_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6621215Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex128 PASSED [ 69%] 2022-11-23T02:55:06.6621439Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_complex32 PASSED [ 69%] 2022-11-23T02:55:06.6621675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6621905Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6622135Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6622367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_copy_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6622599Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bfloat16 PASSED [ 69%] 2022-11-23T02:55:06.6622901Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_bool PASSED [ 69%] 2022-11-23T02:55:06.6623155Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6623380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int16 PASSED [ 69%] 2022-11-23T02:55:06.6623610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6623836Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6624061Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_narrow_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6624308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6624555Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_native_layer_norm_cuda_float64 PASSED [ 69%] 2022-11-23T02:55:06.6624786Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6625011Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float16 PASSED [ 69%] 2022-11-23T02:55:06.6625237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6625461Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int32 PASSED [ 69%] 2022-11-23T02:55:06.6625678Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ne_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6625908Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex32 PASSED [ 69%] 2022-11-23T02:55:06.6626136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_complex64 PASSED [ 69%] 2022-11-23T02:55:06.6626362Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_float32 PASSED [ 69%] 2022-11-23T02:55:06.6626569Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int64 PASSED [ 69%] 2022-11-23T02:55:06.6626789Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_int8 PASSED [ 69%] 2022-11-23T02:55:06.6627010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_neg_cuda_uint8 PASSED [ 69%] 2022-11-23T02:55:06.6627410Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_bfloat16 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:55:06.6627704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float32 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:55:06.6627992Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:55:06.6628276Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int64 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:55:06.6628564Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_int8 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:55:06.6628849Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_cuda_uint8 SKIPPED (Expected: empty is not comparable) [ 69%] 2022-11-23T02:55:06.6629168Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:55:06.6629474Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_bool SKIPPED (Expected: empty_strided is not comparable) [ 69%] 2022-11-23T02:55:06.6629793Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 70%] 2022-11-23T02:55:06.6630180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 70%] 2022-11-23T02:55:06.6630509Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int16 SKIPPED (Expected: empty_strided is not comparable) [ 70%] 2022-11-23T02:55:06.6631006Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int32 SKIPPED (Expected: empty_strided is not comparable) [ 70%] 2022-11-23T02:55:06.6631317Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int64 SKIPPED (Expected: empty_strided is not comparable) [ 70%] 2022-11-23T02:55:06.6631625Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_empty_strided_cuda_int8 SKIPPED (Expected: empty_strided is not comparable) [ 70%] 2022-11-23T02:55:06.6631862Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6632106Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6632622Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6632873Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6633108Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_full_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6633343Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6633570Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_bool PASSED [ 70%] 2022-11-23T02:55:06.6633808Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6634039Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6634271Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6634494Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6634696Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_ones_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6635044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_bool PASSED [ 70%] 2022-11-23T02:55:06.6635281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6635515Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6635746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6635974Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6636207Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_new_zeros_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6636447Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nextafter_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6636771Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 70%] 2022-11-23T02:55:06.6637120Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 70%] 2022-11-23T02:55:06.6637444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cuda_float32 SKIPPED (Expected: dropout is not comparable) [ 70%] 2022-11-23T02:55:06.6637695Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6638028Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_celu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6638364Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float16 SKIPPED (Expected: dropout is not comparable) [ 70%] 2022-11-23T02:55:06.6638676Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 70%] 2022-11-23T02:55:06.6638930Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_gelu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6639175Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6639423Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6639670Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6639921Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_glu_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6640180Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6640433Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6640687Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6640943Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6641197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6641444Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6641696Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int32 PASSED [ 70%] 2022-11-23T02:55:06.6641932Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6642208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6642566Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6642815Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6643065Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6643316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6643567Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6643821Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6644078Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6644337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6644593Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6644866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6645142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6645482Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6645777Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6646049Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6646314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6646581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6646827Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6647077Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mish_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6647331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6647582Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6647833Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6648079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6648323Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6648561Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6648834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6649084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6649346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6649704Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int32 PASSED [ 70%] 2022-11-23T02:55:06.6649962Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6650222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6650475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6650728Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_pdist_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6650995Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6651256Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6651519Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6651773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6652032Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6652286Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6652611Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_prelu_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6652883Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6653130Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6653382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu6_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6653629Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6653878Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6654123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6654371Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6654612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6654855Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_relu_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6655102Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6655346Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6655591Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_selu_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6655848Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6656117Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6656385Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6656655Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6657027Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6657289Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6657548Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6657811Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6658069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_softplus_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6658327Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6658596Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6658854Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6659104Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6659357Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6659608Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6659929Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6660206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6660458Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6660703Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6660951Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_threshold_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6661222Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6661501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6661773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6662040Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6662306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int32 PASSED [ 70%] 2022-11-23T02:55:06.6662570Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6662832Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6663050Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_norm_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6663274Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_bool PASSED [ 70%] 2022-11-23T02:55:06.6663506Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_complex32 PASSED [ 70%] 2022-11-23T02:55:06.6663731Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6664059Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6664286Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int32 PASSED [ 70%] 2022-11-23T02:55:06.6664506Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ones_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6664744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:06.6664980Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6665214Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6665441Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int32 PASSED [ 70%] 2022-11-23T02:55:06.6665667Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int64 PASSED [ 70%] 2022-11-23T02:55:06.6665895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_int8 PASSED [ 70%] 2022-11-23T02:55:06.6666123Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_permute_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6666356Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6666583Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float32 PASSED [ 70%] 2022-11-23T02:55:06.6666807Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_float64 PASSED [ 70%] 2022-11-23T02:55:06.6667110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_int16 PASSED [ 70%] 2022-11-23T02:55:06.6667360Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_positive_cuda_uint8 PASSED [ 70%] 2022-11-23T02:55:06.6667586Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_bfloat16 PASSED [ 70%] 2022-11-23T02:55:06.6667823Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_complex64 PASSED [ 70%] 2022-11-23T02:55:06.6668049Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float16 PASSED [ 70%] 2022-11-23T02:55:06.6668257Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6668475Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6681788Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_pow_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6682087Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6682308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6682547Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6682780Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6683012Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6683236Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_prod_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6683470Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6683706Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6683946Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6684172Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6684391Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_randn_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6685435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6685660Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6685895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6686127Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex32 PASSED [ 71%] 2022-11-23T02:55:06.6686351Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6686584Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6686806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6687005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6687235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6687460Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6687682Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_ravel_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6687909Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6688131Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6688469Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6688716Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6688938Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6689162Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6689382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_real_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6689627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6689872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6690112Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6690352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reciprocal_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6690587Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_remainder_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6690814Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6691046Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6691269Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6691496Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6691723Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6691950Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_repeat_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6692178Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6692418Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_complex32 PASSED [ 71%] 2022-11-23T02:55:06.6692652Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6692995Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6693225Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_as_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6693449Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6693688Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6693931Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_complex32 PASSED [ 71%] 2022-11-23T02:55:06.6694162Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6694390Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6694615Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6694842Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6695069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6695299Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_reshape_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6695520Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6695829Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6696081Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6696304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6696529Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6696750Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6696966Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_roll_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6697169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6697399Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6697627Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6697851Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6698071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6698295Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6698518Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rot90_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6698748Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6698969Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6699190Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_round_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6699427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6699659Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex32 PASSED [ 71%] 2022-11-23T02:55:06.6699884Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6700213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6700437Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6700661Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsqrt_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6700888Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6701122Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6701355Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6701581Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6701804Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6702016Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6702235Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6702455Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_rsub_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6702675Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6702904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6703211Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex32 PASSED [ 71%] 2022-11-23T02:55:06.6703457Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6703684Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6703913Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6704133Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6704353Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6704574Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sgn_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6704806Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6705046Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6705281Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex32 PASSED [ 71%] 2022-11-23T02:55:06.6705517Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6705752Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6705977Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6706197Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6706423Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6706644Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sigmoid_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6706850Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6707069Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6707294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6707623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6707844Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sign_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6708071Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6708296Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6708520Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6708749Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6708975Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6709204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_signbit_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6709435Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6709655Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6709885Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6710109Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6710331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6710628Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6710870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sin_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6711097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6711322Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6711551Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_complex64 PASSED [ 71%] 2022-11-23T02:55:06.6711757Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6711984Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6712204Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinc_cuda_int8 PASSED [ 71%] 2022-11-23T02:55:06.6712432Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6712668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_complex128 PASSED [ 71%] 2022-11-23T02:55:06.6712892Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6713116Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6713337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sinh_cuda_uint8 PASSED [ 71%] 2022-11-23T02:55:06.6713590Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_bfloat16 PASSED [ 71%] 2022-11-23T02:55:06.6713840Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float16 PASSED [ 71%] 2022-11-23T02:55:06.6714161Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6714419Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6714664Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6714904Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6715254Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_softmax_with_dtype_cuda_int64 PASSED [ 71%] 2022-11-23T02:55:06.6715497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_bool PASSED [ 71%] 2022-11-23T02:55:06.6715743Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j0_cuda_int32 PASSED [ 71%] 2022-11-23T02:55:06.6715990Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float32 PASSED [ 71%] 2022-11-23T02:55:06.6716237Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_float64 PASSED [ 71%] 2022-11-23T02:55:06.6716477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int16 PASSED [ 71%] 2022-11-23T02:55:06.6716715Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_bessel_j1_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6716958Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6717193Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6717411Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6717645Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6717879Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6718194Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_entr_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6718453Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6718690Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6718929Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6719160Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_erfcx_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6719398Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6719634Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6719870Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6720105Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6720337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6720573Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i0e_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6720804Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6721034Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6721263Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6721497Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6721731Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6721963Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_i1e_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6722210Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6722556Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6722782Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6723022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6723259Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_ndtr_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6723534Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6723812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 72%] 2022-11-23T02:55:06.6724082Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex32 PASSED [ 72%] 2022-11-23T02:55:06.6724352Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_complex64 PASSED [ 72%] 2022-11-23T02:55:06.6724617Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6724877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6725139Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6725998Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6726292Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6726535Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6726774Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6727010Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6727248Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_logit_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6727521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6727795Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6728068Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6728334Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6728603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6728871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6729140Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6729406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6729673Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6729934Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6730206Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6730554Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6730792Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6731029Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtr_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6731268Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6731511Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6731746Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6731982Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6732219Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6732458Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_ndtri_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6732716Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6732983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 72%] 2022-11-23T02:55:06.6733321Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6733603Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6733866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6734124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6734374Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6734623Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6734871Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6735124Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6735384Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6735640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6735900Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6736147Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6736386Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6736631Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6736857Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6737097Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6737331Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_xlog1py_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6737674Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6737912Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6738146Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6738380Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_special_zeta_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6738612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6738852Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_complex128 PASSED [ 72%] 2022-11-23T02:55:06.6739080Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6739306Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6739532Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6739753Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6739978Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sqrt_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6740203Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6740429Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6740730Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6740979Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_square_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6741218Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6741459Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex32 PASSED [ 72%] 2022-11-23T02:55:06.6741694Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_complex64 PASSED [ 72%] 2022-11-23T02:55:06.6741905Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6742127Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6742347Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6742575Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_squeeze_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6742802Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6743035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex32 PASSED [ 72%] 2022-11-23T02:55:06.6743266Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_complex64 PASSED [ 72%] 2022-11-23T02:55:06.6743493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6743713Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6743933Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6744156Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6744382Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6744610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_stack_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6744834Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_complex64 PASSED [ 72%] 2022-11-23T02:55:06.6745154Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6745387Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6745624Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_complex64 PASSED [ 72%] 2022-11-23T02:55:06.6745856Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_std_mean_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6746079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6746304Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6746526Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6746728Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6746952Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6747169Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sub_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6747395Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_complex32 PASSED [ 72%] 2022-11-23T02:55:06.6747617Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float16 PASSED [ 72%] 2022-11-23T02:55:06.6747837Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6748136Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6748390Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6748632Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex128 PASSED [ 72%] 2022-11-23T02:55:06.6748877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_complex64 PASSED [ 72%] 2022-11-23T02:55:06.6749105Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6749337Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_sum_to_size_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6749553Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6749773Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_float32 PASSED [ 72%] 2022-11-23T02:55:06.6749993Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6750210Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int32 PASSED [ 72%] 2022-11-23T02:55:06.6750421Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int64 PASSED [ 72%] 2022-11-23T02:55:06.6750640Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_t_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6750858Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_bool PASSED [ 72%] 2022-11-23T02:55:06.6751086Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex128 PASSED [ 72%] 2022-11-23T02:55:06.6751312Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_complex32 PASSED [ 72%] 2022-11-23T02:55:06.6751521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:06.6751739Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int16 PASSED [ 72%] 2022-11-23T02:55:06.6751953Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_int8 PASSED [ 72%] 2022-11-23T02:55:06.6752171Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tan_cuda_uint8 PASSED [ 72%] 2022-11-23T02:55:06.6752501Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_bfloat16 PASSED [ 72%] 2022-11-23T02:55:06.6752732Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex32 PASSED [ 72%] 2022-11-23T02:55:06.6752956Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6753179Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tanh_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6753425Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6753669Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6753907Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6754142Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6754381Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6754612Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tensor_split_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6754835Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6755062Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6755282Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6755577Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6755819Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6756035Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6756255Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_to_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6756489Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6756698Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6756919Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6757141Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6757367Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trace_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6757610Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6757846Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6758079Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6758309Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_transpose_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6758529Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6758760Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex32 PASSED [ 73%] 2022-11-23T02:55:06.6758983Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6759208Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6759430Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6759650Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6759970Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6760191Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_tril_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6760422Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6760648Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6760872Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6761092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6761314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6761531Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_triu_indices_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6761764Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6762005Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6762241Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_complex32 XFAIL [ 73%] 2022-11-23T02:55:06.6762477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6762790Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6763047Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6763279Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_true_divide_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6763510Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6763734Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6763959Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6764181Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_trunc_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6764405Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6764646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6764877Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_complex32 PASSED [ 73%] 2022-11-23T02:55:06.6765100Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unbind_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6765342Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6765579Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6765812Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6766048Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6766280Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6766493Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unflatten_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6766735Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6766973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6767308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_copy_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6767536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6767759Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6767991Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6768213Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6768442Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6768668Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6768895Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unfold_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6769135Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6769368Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6769600Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_unsqueeze_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6769831Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6770054Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6770349Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6770602Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6770839Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_var_mean_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6771076Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6771300Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6771529Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6771744Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6771973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6772196Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6772416Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6772646Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6772868Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6773091Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6773314Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_as_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6775740Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6776009Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6776244Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex128 PASSED [ 73%] 2022-11-23T02:55:06.6776473Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_complex32 PASSED [ 73%] 2022-11-23T02:55:06.6776838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6777062Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_view_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6777294Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6777521Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6777747Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6777973Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vsplit_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6778205Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6778427Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6778656Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6778866Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_vstack_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6779092Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6779316Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6779536Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6779838Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6780084Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6780308Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_where_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6782406Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6782661Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6782888Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6783110Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_xlogy_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6783338Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6783565Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6783796Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex32 PASSED [ 73%] 2022-11-23T02:55:06.6784022Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6784253Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float16 PASSED [ 73%] 2022-11-23T02:55:06.6784477Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6784698Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6784919Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int64 PASSED [ 73%] 2022-11-23T02:55:06.6785138Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback__refs_zeros_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6785397Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6785625Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_var_mean_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6785864Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bfloat16 PASSED [ 73%] 2022-11-23T02:55:06.6786228Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_bool PASSED [ 73%] 2022-11-23T02:55:06.6786470Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex32 PASSED [ 73%] 2022-11-23T02:55:06.6786710Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6788251Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_float64 PASSED [ 73%] 2022-11-23T02:55:06.6789044Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int16 PASSED [ 73%] 2022-11-23T02:55:06.6789291Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int32 PASSED [ 73%] 2022-11-23T02:55:06.6789524Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_int8 PASSED [ 73%] 2022-11-23T02:55:06.6789753Z test_ops.py::TestCommonCUDA::test_python_ref_torch_fallback_ops_nvprims_view_cuda_uint8 PASSED [ 73%] 2022-11-23T02:55:06.6789980Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6790198Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_H_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6790415Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_T_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6790646Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___getitem___cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6790874Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___radd___cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6791211Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rdiv___cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6791470Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmatmul___cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6791693Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmod___cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6791926Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rmul___cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6792155Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_complex64 PASSED [ 73%] 2022-11-23T02:55:06.6792378Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rpow___cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6792579Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager___rsub___cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6792834Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager__softmax_backward_data_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6793057Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_acosh_cuda_float32 PASSED [ 73%] 2022-11-23T02:55:06.6793280Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6794926Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_add_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6795806Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcdiv_cuda_complex64 XFAIL [ 74%] 2022-11-23T02:55:06.6796391Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addcmul_cuda_float32 XFAIL [ 74%] 2022-11-23T02:55:06.6796763Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6796993Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6797238Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmm_decomposed_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6797475Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_addmv_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6797695Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_all_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6798065Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amax_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6798649Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_amin_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6799054Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_aminmax_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6799472Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmax_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6799908Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argmin_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6800356Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argsort_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6800889Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6801346Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_argwhere_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6801978Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_cuda_float32 SKIPPED (Errors when storage_offset is included) [ 74%] 2022-11-23T02:55:06.6802701Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_complex64 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 74%] 2022-11-23T02:55:06.6803301Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_as_strided_scatter_cuda_float32 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 74%] 2022-11-23T02:55:06.6803685Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_asin_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6803922Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atan_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6804330Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6804806Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_1d_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6805257Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6805516Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_2d_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6805756Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6805987Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_atleast_3d_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6806219Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_baddbmm_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6806446Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bfloat16_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6806682Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6806912Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_block_diag_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6807133Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bool_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6807419Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_shapes_cuda_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:55:06.6807875Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6808391Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_tensors_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6808868Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_broadcast_to_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6809324Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_bucketize_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6809863Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cartesian_prod_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6810366Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdist_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6810787Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cdouble_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6811373Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cfloat_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6811655Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_chalf_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6811883Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_char_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6812133Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6812377Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_inverse_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6812626Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6812870Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cholesky_solve_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6813092Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6813325Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_clamp_max_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6813563Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_column_stack_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6813810Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_combinations_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6814086Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_conj_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6814334Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6814678Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_constant_pad_nd_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6814935Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_corrcoef_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6815205Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6815683Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cos_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6816124Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cosh_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6816598Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_count_nonzero_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6817051Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cov_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6817550Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cross_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6817853Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummax_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6818085Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cummin_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6818318Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6818655Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumprod_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6818960Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6819212Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_cumulative_trapezoid_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6819440Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_deg2rad_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6819660Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diag_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6819900Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagflat_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6820143Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6820382Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diagonal_copy_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6821536Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_diff_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6821755Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dist_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6822006Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_no_rounding_mode_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6822278Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_div_trunc_rounding_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6822749Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6823191Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dot_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6823645Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_dstack_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6824058Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6824419Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_einsum_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6824963Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_cuda_complex64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:55:06.6825322Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_empty_like_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6825550Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eq_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6825770Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erf_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6826101Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_erfc_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6826345Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp2_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6826567Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6826787Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_exp_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6827020Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expand_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6827247Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_expm1_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6827493Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_eye_cuda_complex64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:55:06.6827718Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftn_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6827960Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_fftshift_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6828192Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfft2_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6828422Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_hfftn_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6828658Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft2_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6828890Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6829117Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifft_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6829349Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftn_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6829590Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ifftshift_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6829910Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_ihfftn_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6830438Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft2_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6830900Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfft_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6831621Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_irfftn_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6832085Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fft_rfft2_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6832343Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6832565Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fill_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6832792Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flatten_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6833023Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flip_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6833258Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fliplr_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6833489Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6833713Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_flipud_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6833939Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6834162Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6834394Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_float_power_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6834627Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_floor_divide_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6834940Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmax_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6835186Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_fmod_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6835403Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_frac_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6835642Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_full_like_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6835871Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6836094Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gather_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6836292Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ge_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6836512Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_geqrf_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6836852Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gradient_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6837361Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_gt_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6837801Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_half_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6838284Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_heaviside_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6838867Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_histc_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6839187Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_hstack_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6839420Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_add_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6839654Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6839883Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_copy_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6840123Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_fill_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6840357Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6840587Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_put_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6840951Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_index_select_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6841181Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_inner_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6841404Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_int_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6841630Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isclose_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6841856Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isfinite_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6842083Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isin_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6842293Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_complex64 PASSED [ 74%] 2022-11-23T02:55:06.6842512Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isinf_cuda_float32 PASSED [ 74%] 2022-11-23T02:55:06.6842743Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isposinf_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6842971Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_isreal_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6843196Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_istft_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6843455Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_2inputs_2outputs_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6843971Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6844639Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6845188Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6845711Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_binary_return_by_ref_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6846118Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6846365Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_jiterator_unary_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6846587Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kron_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6846814Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_kthvalue_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6847057Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6847292Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cond_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6847533Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cross_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6847770Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6848001Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6848250Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_det_singular_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6848483Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6848710Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eig_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6848930Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigh_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6849173Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6849415Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_eigvalsh_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6849801Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_householder_product_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6850035Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6850263Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6850503Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_inv_ex_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6851004Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6851513Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_factor_ex_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6852026Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_ldl_solve_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6852585Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6852968Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_factor_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6853212Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_lu_solve_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6853455Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6853702Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_power_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6854041Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6854327Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6854585Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6854826Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6855091Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6855348Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_hermitian_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6855686Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-11-23T02:55:06.6856022Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-11-23T02:55:06.6856259Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_qr_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6856505Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_slogdet_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6856728Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6856961Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6857218Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_solve_triangular_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6857591Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_svd_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6858026Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6858577Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorinv_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6859064Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_tensorsolve_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6859718Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vander_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6860209Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_vector_norm_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6860481Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_complex64 XFAIL [ 75%] 2022-11-23T02:55:06.6860711Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linspace_cuda_float32 XFAIL [ 75%] 2022-11-23T02:55:06.6860937Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6861165Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log10_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6861414Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log2_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6861764Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6862034Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6862284Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_log_softmax_with_dtype_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6862543Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_not_cuda_complex64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:55:06.6862780Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logical_xor_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6863011Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logspace_cuda_complex64 XFAIL [ 75%] 2022-11-23T02:55:06.6863349Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_logsumexp_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6863582Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6863805Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_long_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6864040Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_solve_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6864274Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6864502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_lu_unpack_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6864718Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mT_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6865155Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amax_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6865624Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_amin_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6866091Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmax_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6866568Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_argmin_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6867130Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumprod_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6867404Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_cumsum_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6867647Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_logaddexp_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6867884Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_mean_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6868230Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_norm_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6868505Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_normalize_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6868753Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6868992Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_scatter_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6869353Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_select_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6869587Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_softmax_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6869816Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_std_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6870054Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6870270Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_sum_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6870502Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_masked_var_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6870733Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6870964Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matmul_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6871196Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_matrix_exp_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6871422Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_binary_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6871808Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_max_reduction_with_dim_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6872048Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6873462Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mean_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6874123Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_list_of_tensors_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6874611Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6874855Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_binary_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6875104Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_no_dim_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6875479Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_min_reduction_with_dim_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6875715Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_minimum_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6875934Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mm_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6876162Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_msort_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6876382Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mul_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6876605Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6876825Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mv_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6877074Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6877289Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nanmedian_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6877656Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_narrow_copy_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6877925Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_native_dropout_backward_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6878149Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ne_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6878368Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_neg_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6878625Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:55:06.6879005Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_full_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6879475Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_ones_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6879945Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_new_zeros_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6880407Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nextafter_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6881047Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6881518Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6881795Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6882057Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_alpha_dropout_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6882314Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_avg_pool1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6882586Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6882836Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_bilinear_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6883078Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_celu_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6883437Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6883713Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv1d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6883959Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6884209Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6884482Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose1d_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6884727Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6885123Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6885403Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cosine_similarity_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6885660Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_cross_entropy_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6885904Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_elu_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6886445Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_embedding_bag_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6887042Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 PASSED [ 75%] 2022-11-23T02:55:06.6887694Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6888216Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6888475Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_glu_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6888735Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_grid_sample_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6888990Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardshrink_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6889371Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_hardsigmoid_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6889623Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_huber_loss_cuda_float32 PASSED [ 75%] 2022-11-23T02:55:06.6889884Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_area_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6890154Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6890426Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_linear_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6890700Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6890972Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6891223Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_kl_div_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6891474Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_l1_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6891724Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_leaky_relu_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6891976Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_linear_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6892323Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_local_response_norm_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6892601Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_logsigmoid_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6892981Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool1d_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6893518Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_pool3d_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6894024Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool1d_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6894606Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6895141Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6895411Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_normalize_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6895672Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6895930Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_circular_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6896194Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_constant_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6896450Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_reflect_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6896712Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pad_replicate_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6896958Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pdist_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6897223Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_shuffle_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6897482Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6897741Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6898110Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu6_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6898354Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_relu_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6898598Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_silu_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6898855Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6899119Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6899390Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6899691Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6900233Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softshrink_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6900734Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_softsign_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6901267Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_tanhshrink_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6901838Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_threshold_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6902293Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6902574Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nn_functional_unfold_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6902808Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_nonzero_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6903040Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6903275Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_fro_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6903507Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6903734Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_norm_inf_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6903978Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_normal_number_mean_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6904203Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_complex64 XFAIL [ 76%] 2022-11-23T02:55:06.6904425Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ones_cuda_float32 XFAIL [ 76%] 2022-11-23T02:55:06.6904651Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_outer_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6904888Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pca_lowrank_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6905121Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6905351Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_pinverse_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6905574Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polar_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6905825Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_0_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6906097Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6906368Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6906673Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6907341Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_positive_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6907777Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_prod_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6908241Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_put_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6908740Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_qr_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6909051Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_quantile_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6909291Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rand_like_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6909524Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randint_like_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6909752Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_randn_like_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6909983Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_ravel_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6910211Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_real_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6910443Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reciprocal_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6910669Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6910894Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_renorm_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6911231Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6911486Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_reshape_as_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6911714Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resize_as__cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6911951Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_conj_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6912184Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_resolve_neg_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6912404Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_roll_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6912626Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6912885Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6913150Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6913372Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsqrt_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6913815Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_rsub_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6914349Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scalar_tensor_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6914850Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6915251Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amax_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6915501Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_amin_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6915740Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_scatter_reduce_mean_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6915979Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_searchsorted_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6916207Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6916432Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6916798Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_select_scatter_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6917027Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_short_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6917250Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sigmoid_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6917520Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_signal_windows_kaiser_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6917743Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sin_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6917968Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6918188Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinc_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6918412Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sinh_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6918639Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6918858Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_slice_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6919084Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sort_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6919357Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6919740Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:55:06.6920289Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_airy_ai_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6920754Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_bessel_y0_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6921301Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6922060Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:55:06.6922414Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:55:06.6922674Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_hermite_polynomial_h_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6922910Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_i1_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6923175Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_laguerre_polynomial_l_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6923413Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_log_ndtr_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6923676Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_modified_bessel_k0_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6923909Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtr_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6924144Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_ndtri_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6924503Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:55:06.6924862Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:55:06.6925217Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:55:06.6925687Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-11-23T02:55:06.6925946Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_special_spherical_bessel_j0_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6926175Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6926421Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_list_args_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6926795Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6927330Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_split_with_sizes_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6927788Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6928213Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_square_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6928723Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_squeeze_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6929082Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_std_mean_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6929313Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_stft_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6929639Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6929881Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6930096Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_sum_to_size_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6930319Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6930552Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_svd_lowrank_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6930782Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_symeig_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6931002Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_t_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6931239Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_along_dim_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6931458Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_take_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6931682Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tan_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6931908Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tanh_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6932142Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tensor_split_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6932363Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tile_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6932588Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trace_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6932822Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_transpose_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6933053Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6933283Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapezoid_cuda_float32 PASSED [ 76%] 2022-11-23T02:55:06.6933549Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_trapz_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6934077Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_triangular_solve_cuda_complex64 PASSED [ 76%] 2022-11-23T02:55:06.6934514Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_tril_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6935127Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6935599Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unbind_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6935992Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unflatten_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6936218Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_copy_cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6936445Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6936670Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unfold_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6936899Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_uniform_cuda_complex64 XFAIL [ 77%] 2022-11-23T02:55:06.6937143Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_consecutive_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6937367Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_unique_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6937605Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_as_complex_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6937835Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_view_copy_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6938064Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vsplit_cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6938292Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_vstack_cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6938611Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_where_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6938861Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zero__cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6939085Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_cuda_complex64 XFAIL [ 77%] 2022-11-23T02:55:06.6939324Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_zeros_like_cuda_complex64 PASSED [ 77%] 2022-11-23T02:55:06.6939561Z test_ops.py::TestCompositeComplianceCUDA::test_backward___getitem___cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6939794Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rdiv___cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6940028Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rmod___cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6940253Z test_ops.py::TestCompositeComplianceCUDA::test_backward___rpow___cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6940556Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addbmm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6941065Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addcmul_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6941506Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addmm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6942014Z test_ops.py::TestCompositeComplianceCUDA::test_backward_addr_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6942497Z test_ops.py::TestCompositeComplianceCUDA::test_backward_amax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6942902Z test_ops.py::TestCompositeComplianceCUDA::test_backward_amin_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6943137Z test_ops.py::TestCompositeComplianceCUDA::test_backward_asinh_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6943367Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atan2_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6943604Z test_ops.py::TestCompositeComplianceCUDA::test_backward_atleast_2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6943841Z test_ops.py::TestCompositeComplianceCUDA::test_backward_bfloat16_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6944074Z test_ops.py::TestCompositeComplianceCUDA::test_backward_block_diag_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6944308Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cdouble_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6944664Z test_ops.py::TestCompositeComplianceCUDA::test_backward_chalf_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6944912Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_inverse_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6945158Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cholesky_solve_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6945387Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6945623Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clamp_max_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6945855Z test_ops.py::TestCompositeComplianceCUDA::test_backward_clone_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6946091Z test_ops.py::TestCompositeComplianceCUDA::test_backward_complex_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6946337Z test_ops.py::TestCompositeComplianceCUDA::test_backward_constant_pad_nd_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6946573Z test_ops.py::TestCompositeComplianceCUDA::test_backward_copysign_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6946806Z test_ops.py::TestCompositeComplianceCUDA::test_backward_corrcoef_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6947017Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cos_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6947244Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cov_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6947595Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cross_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6948249Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cummax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6948741Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cumprod_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6949254Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cumsum_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6949760Z test_ops.py::TestCompositeComplianceCUDA::test_backward_cumulative_trapezoid_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6950013Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diag_embed_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6950259Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diagonal_copy_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6950489Z test_ops.py::TestCompositeComplianceCUDA::test_backward_diff_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6950718Z test_ops.py::TestCompositeComplianceCUDA::test_backward_digamma_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6950968Z test_ops.py::TestCompositeComplianceCUDA::test_backward_div_floor_rounding_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6951213Z test_ops.py::TestCompositeComplianceCUDA::test_backward_div_trunc_rounding_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6951446Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dsplit_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6951676Z test_ops.py::TestCompositeComplianceCUDA::test_backward_dstack_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6951907Z test_ops.py::TestCompositeComplianceCUDA::test_backward_einsum_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6952134Z test_ops.py::TestCompositeComplianceCUDA::test_backward_erf_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6952361Z test_ops.py::TestCompositeComplianceCUDA::test_backward_exp_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6952590Z test_ops.py::TestCompositeComplianceCUDA::test_backward_expand_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6952821Z test_ops.py::TestCompositeComplianceCUDA::test_backward_expm1_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6953049Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_fftshift_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6953283Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfft2_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6953516Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_hfftn_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6953870Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ifftn_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6954109Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_ihfftn_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6954413Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfft2_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6954932Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_irfftn_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6955403Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fft_rfft_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6955902Z test_ops.py::TestCompositeComplianceCUDA::test_backward_flatten_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6956418Z test_ops.py::TestCompositeComplianceCUDA::test_backward_flip_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6956773Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fliplr_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6957015Z test_ops.py::TestCompositeComplianceCUDA::test_backward_float_power_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6957249Z test_ops.py::TestCompositeComplianceCUDA::test_backward_floor_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6957476Z test_ops.py::TestCompositeComplianceCUDA::test_backward_fmax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6957705Z test_ops.py::TestCompositeComplianceCUDA::test_backward_frac_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6957934Z test_ops.py::TestCompositeComplianceCUDA::test_backward_frexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6958168Z test_ops.py::TestCompositeComplianceCUDA::test_backward_gradient_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6958508Z test_ops.py::TestCompositeComplianceCUDA::test_backward_grid_sampler_2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6958762Z test_ops.py::TestCompositeComplianceCUDA::test_backward_hsplit_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6958967Z test_ops.py::TestCompositeComplianceCUDA::test_backward_i0_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6959205Z test_ops.py::TestCompositeComplianceCUDA::test_backward_index_put_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6959441Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ldexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6959670Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lgamma_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6959915Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvals_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6960165Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_eigvalsh_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6960405Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6960645Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_inv_ex_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6960883Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6961150Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6961646Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6962139Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_lu_solve_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6962686Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6963216Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_matrix_power_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6963642Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_multi_dot_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6963890Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6964169Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6964545Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_hermitian_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6964889Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 77%] 2022-11-23T02:55:06.6965135Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_slogdet_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6965381Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_svdvals_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6965638Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_tensorsolve_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6965866Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_vander_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6966107Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6966372Z test_ops.py::TestCompositeComplianceCUDA::test_backward_log_softmax_with_dtype_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6966615Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logaddexp2_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6966845Z test_ops.py::TestCompositeComplianceCUDA::test_backward_logdet_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6967073Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6967309Z test_ops.py::TestCompositeComplianceCUDA::test_backward_lu_unpack_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6967690Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6968048Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_amin_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6968602Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_cumprod_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6969081Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_fill_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6969630Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_log_softmax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6970170Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_logaddexp_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6970545Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6970786Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_prod_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6971031Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_softmax_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6971276Z test_ops.py::TestCompositeComplianceCUDA::test_backward_masked_std_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6971513Z test_ops.py::TestCompositeComplianceCUDA::test_backward_matrix_exp_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6971769Z test_ops.py::TestCompositeComplianceCUDA::test_backward_max_reduction_no_dim_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6972008Z test_ops.py::TestCompositeComplianceCUDA::test_backward_maximum_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6972235Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mean_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6972480Z test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_list_of_tensors_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6972882Z test_ops.py::TestCompositeComplianceCUDA::test_backward_meshgrid_variadic_tensors_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6973140Z test_ops.py::TestCompositeComplianceCUDA::test_backward_min_binary_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6973403Z test_ops.py::TestCompositeComplianceCUDA::test_backward_min_reduction_with_dim_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6973638Z test_ops.py::TestCompositeComplianceCUDA::test_backward_minimum_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6973863Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6974870Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mul_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6975238Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mv_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6975818Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6976329Z test_ops.py::TestCompositeComplianceCUDA::test_backward_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6976884Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nan_to_num_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6977371Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nanmedian_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6977635Z test_ops.py::TestCompositeComplianceCUDA::test_backward_narrow_cuda_float32 XFAIL [ 77%] 2022-11-23T02:55:06.6977954Z test_ops.py::TestCompositeComplianceCUDA::test_backward_native_layer_norm_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6978324Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6978608Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6978875Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6979139Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6979513Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6979800Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool1d_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:06.6980063Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_avg_pool3d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6980326Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_bilinear_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6980584Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6980853Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6981125Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6981394Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_cross_entropy_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6981661Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_bag_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6981933Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_embedding_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6982497Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 78%] 2022-11-23T02:55:06.6983006Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_gelu_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6983568Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_grid_sample_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6984153Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardshrink_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6984567Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardsigmoid_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6984841Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hardswish_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6985118Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6985394Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6985795Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_interpolate_linear_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6986054Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_layer_norm_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6986314Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_leaky_relu_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6986586Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_local_response_norm_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6986858Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_logsigmoid_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6987249Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool1d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6987517Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_pool2d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6987786Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6988055Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6988321Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6988562Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_nll_loss_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6988932Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6989544Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6990085Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6990627Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_rrelu_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6991209Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6991593Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6991861Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6992134Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6992396Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softplus_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6992657Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_softsign_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6992914Z test_ops.py::TestCompositeComplianceCUDA::test_backward_nn_functional_unfold_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6993148Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_fro_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6993383Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_inf_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6993610Z test_ops.py::TestCompositeComplianceCUDA::test_backward_norm_nuc_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6993839Z test_ops.py::TestCompositeComplianceCUDA::test_backward_normal_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6994073Z test_ops.py::TestCompositeComplianceCUDA::test_backward_permute_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6994310Z test_ops.py::TestCompositeComplianceCUDA::test_backward_pinverse_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6994574Z test_ops.py::TestCompositeComplianceCUDA::test_backward_polygamma_polygamma_n_1_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6994805Z test_ops.py::TestCompositeComplianceCUDA::test_backward_positive_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6995159Z test_ops.py::TestCompositeComplianceCUDA::test_backward_pow_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6995389Z test_ops.py::TestCompositeComplianceCUDA::test_backward_prod_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6995693Z test_ops.py::TestCompositeComplianceCUDA::test_backward_qr_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6995969Z test_ops.py::TestCompositeComplianceCUDA::test_backward_ravel_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6996432Z test_ops.py::TestCompositeComplianceCUDA::test_backward_reciprocal_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6996918Z test_ops.py::TestCompositeComplianceCUDA::test_backward_remainder_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6997384Z test_ops.py::TestCompositeComplianceCUDA::test_backward_renorm_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6997801Z test_ops.py::TestCompositeComplianceCUDA::test_backward_repeat_interleave_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6998056Z test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_conj_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6998295Z test_ops.py::TestCompositeComplianceCUDA::test_backward_resolve_neg_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6998696Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rot90_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6999171Z test_ops.py::TestCompositeComplianceCUDA::test_backward_round_decimals_3_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6999410Z test_ops.py::TestCompositeComplianceCUDA::test_backward_rsqrt_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.6999755Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_add_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7000012Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7000318Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_amax_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7000693Z test_ops.py::TestCompositeComplianceCUDA::test_backward_scatter_reduce_mean_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7000935Z test_ops.py::TestCompositeComplianceCUDA::test_backward_select_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7001181Z test_ops.py::TestCompositeComplianceCUDA::test_backward_select_scatter_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7001413Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sigmoid_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7001644Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sign_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7001871Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sinh_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7002101Z test_ops.py::TestCompositeComplianceCUDA::test_backward_slice_scatter_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7002353Z test_ops.py::TestCompositeComplianceCUDA::test_backward_softmax_with_dtype_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7002628Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 78%] 2022-11-23T02:55:06.7002870Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_entr_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7003115Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_ndtri_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7003402Z test_ops.py::TestCompositeComplianceCUDA::test_backward_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7003655Z test_ops.py::TestCompositeComplianceCUDA::test_backward_split_list_args_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7004176Z test_ops.py::TestCompositeComplianceCUDA::test_backward_split_with_sizes_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7004630Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sqrt_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7005085Z test_ops.py::TestCompositeComplianceCUDA::test_backward_square_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7005733Z test_ops.py::TestCompositeComplianceCUDA::test_backward_std_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7006185Z test_ops.py::TestCompositeComplianceCUDA::test_backward_std_mean_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7006421Z test_ops.py::TestCompositeComplianceCUDA::test_backward_stft_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7006659Z test_ops.py::TestCompositeComplianceCUDA::test_backward_sum_to_size_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7006887Z test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7007220Z test_ops.py::TestCompositeComplianceCUDA::test_backward_svd_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2022-11-23T02:55:06.7007452Z test_ops.py::TestCompositeComplianceCUDA::test_backward_symeig_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7007695Z test_ops.py::TestCompositeComplianceCUDA::test_backward_take_along_dim_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7007925Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tanh_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7008196Z test_ops.py::TestCompositeComplianceCUDA::test_backward_to_sparse_cuda_float32 SKIPPED (Allowed exception) [ 78%] 2022-11-23T02:55:06.7008430Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trace_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7008651Z test_ops.py::TestCompositeComplianceCUDA::test_backward_transpose_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7008884Z test_ops.py::TestCompositeComplianceCUDA::test_backward_trapz_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7009237Z test_ops.py::TestCompositeComplianceCUDA::test_backward_triangular_solve_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7009489Z test_ops.py::TestCompositeComplianceCUDA::test_backward_tril_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7009716Z test_ops.py::TestCompositeComplianceCUDA::test_backward_triu_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7009947Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unbind_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7010191Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_copy_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7010421Z test_ops.py::TestCompositeComplianceCUDA::test_backward_unfold_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7010659Z test_ops.py::TestCompositeComplianceCUDA::test_backward_var_mean_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7011138Z test_ops.py::TestCompositeComplianceCUDA::test_backward_vdot_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7011633Z test_ops.py::TestCompositeComplianceCUDA::test_backward_view_as_complex_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7012092Z test_ops.py::TestCompositeComplianceCUDA::test_backward_vsplit_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7012612Z test_ops.py::TestCompositeComplianceCUDA::test_backward_vstack_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7013067Z test_ops.py::TestCompositeComplianceCUDA::test_backward_where_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7013311Z test_ops.py::TestCompositeComplianceCUDA::test_backward_xlogy_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7013537Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_H_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7013763Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_T_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7014038Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___radd___cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7014284Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rmatmul___cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7014521Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad___rsub___cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7014736Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_acosh_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7014970Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addcmul_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7015346Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmm_decomposed_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7015576Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_addmv_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7015852Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_all_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7016081Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_amax_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7016365Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_aminmax_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7016600Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_angle_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7016879Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_argmin_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7017114Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_asinh_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7017346Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atan_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7017617Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_atleast_1d_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7018115Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_baddbmm_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7018688Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bfloat16_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:55:06.7019190Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_block_diag_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7019911Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bool_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7020281Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_shapes_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7020539Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_tensors_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7020789Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_broadcast_to_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7021079Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_bucketize_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7021354Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_byte_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7021590Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cdouble_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7021805Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ceil_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7022082Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chalf_cuda_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T02:55:06.7022359Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_char_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7022616Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cholesky_inverse_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7022848Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_chunk_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7023079Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7023314Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_clamp_max_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7023559Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_column_stack_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7023811Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_combinations_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7024049Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_complex_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7024290Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_contiguous_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7024774Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_copysign_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7025317Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_corrcoef_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7025774Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cosh_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7026412Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_count_nonzero_cuda_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T02:55:06.7026872Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cov_cuda_float32 PASSED [ 78%] 2022-11-23T02:55:06.7027122Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummax_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7027354Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cummin_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7027588Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumprod_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7027851Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_cumulative_trapezoid_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7028077Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diag_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7028297Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagflat_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7028545Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_copy_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7028796Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_diagonal_scatter_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7029912Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_div_trunc_rounding_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7030208Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dot_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7030444Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dsplit_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7030683Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_dstack_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7030910Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_einsum_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7031186Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eq_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7031548Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_equal_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7032059Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erf_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7032532Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_erfinv_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7033032Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp2_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7033539Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_exp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7033933Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_expand_as_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7034217Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_eye_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7034451Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fft_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7034686Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftn_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7034929Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_fftshift_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7035166Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_hfft_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7035406Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft2_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7035622Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifft_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7036007Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ifftshift_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7036249Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfft_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7036488Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_ihfftn_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7036726Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft2_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7036965Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_irfft_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7037204Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fft_rfftn_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7037433Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fill_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7037670Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flatten_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7037906Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fliplr_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7038138Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_flipud_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7038412Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_floor_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7038914Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_fmin_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7039464Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ge_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7040196Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_half_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:55:06.7040773Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_heaviside_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7041019Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hstack_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7041256Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_hypot_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7041485Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_i0_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7041761Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igamma_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7042042Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_igammac_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7042264Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_add_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7042507Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_fill_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7042798Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_index_reduce_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:55:06.7043029Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_inner_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7043314Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isneginf_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7043594Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_isreal_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7043899Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7044129Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_kron_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7044364Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ldexp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7044637Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_le_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7044870Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lerp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7045237Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cross_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7045736Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_det_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7046215Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eig_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7046747Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigh_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7047090Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_eigvals_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7047624Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_inv_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7047967Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lstsq_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:55:06.7048220Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7048477Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_lu_factor_ex_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7048770Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7049079Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7049321Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7049764Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 79%] 2022-11-23T02:55:06.7050010Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_qr_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7050260Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_slogdet_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7050516Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_solve_ex_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7050757Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svd_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7051004Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_svdvals_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7051253Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorinv_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7051506Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_tensorsolve_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7051756Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vecdot_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7052007Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_vector_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7052251Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log1p_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7052768Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log2_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7053257Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_log_softmax_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7053770Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logaddexp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7054324Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logical_or_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7054731Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logit_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7055023Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logspace_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7055265Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_logsumexp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7055671Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_long_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7055945Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lt_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7056175Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_lu_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7056403Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mH_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7056634Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mT_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7056861Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_amax_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7057106Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_cumsum_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7057347Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_fill_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7057603Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_log_softmax_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7057856Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_logaddexp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7058090Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7058330Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_prod_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7058578Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_scatter_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7058908Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_select_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7059209Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmax_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7059714Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_softmin_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7060203Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_std_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7060718Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_masked_sum_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7061205Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_matrix_exp_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7061661Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7061896Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mean_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7062134Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_median_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7062401Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_list_of_tensors_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7062669Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_meshgrid_variadic_tensors_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7062931Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_min_reduction_with_dim_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7063165Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_minimum_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7063375Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7063605Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_mode_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7063837Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_movedim_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7064128Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_multinomial_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7064374Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nanquantile_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7064608Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nansum_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7064962Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_narrow_cuda_float32 XFAIL [ 79%] 2022-11-23T02:55:06.7065213Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_native_batch_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7065447Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_neg_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7065732Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_empty_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7066013Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_full_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7066569Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_new_zeros_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7067140Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nextafter_cuda_float32 SKIPPED (Does not support autograd) [ 79%] 2022-11-23T02:55:06.7067692Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7068233Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_alpha_dropout_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7068634Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7068901Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_avg_pool3d_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7069156Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_batch_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7069546Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7069827Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7070092Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv2d_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7070370Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7070655Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7070909Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_elu_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7071192Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7071502Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_grid_sample_cuda_float32 SKIPPED (Does not support forward_ad) [ 79%] 2022-11-23T02:55:06.7071763Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_group_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7072028Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardshrink_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7072293Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hardsigmoid_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7072572Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7072827Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_huber_loss_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7073185Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_instance_norm_cuda_float32 PASSED [ 79%] 2022-11-23T02:55:06.7073822Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7074386Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7075171Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7075564Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_l1_loss_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7075831Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_layer_norm_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7076090Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_linear_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7076365Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_local_response_norm_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7076628Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool2d_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7076890Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_pool3d_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7077161Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7077432Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7077692Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_cuda_float32 XFAIL [ 80%] 2022-11-23T02:55:06.7077960Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7078220Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_mse_loss_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7078639Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_margin_loss_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7078955Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7079224Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_normalize_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7079494Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pad_replicate_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7079749Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pairwise_distance_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7080107Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7080712Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7081226Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_prelu_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7081774Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_relu_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7082300Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7082583Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7082860Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7083118Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softplus_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7083380Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softshrink_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7083639Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_softsign_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7083900Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_tanhshrink_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7084178Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7084581Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_nonzero_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7084814Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_norm_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7085111Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_normal_number_mean_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7085393Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ones_like_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7085630Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_outer_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7085962Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pca_lowrank_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T02:55:06.7086201Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pinverse_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7086436Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polar_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7086696Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_0_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7087181Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_2_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7087705Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_polygamma_polygamma_n_4_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7088315Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_pow_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7088841Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_prod_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7089253Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_put_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7089506Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_quantile_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7089747Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rad2deg_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7090028Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rand_like_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7090260Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_ravel_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7090494Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_real_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7090736Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_remainder_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7091022Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_renorm_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7091276Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_repeat_interleave_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7091520Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_reshape_as_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7091761Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_conj_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7092008Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_resolve_neg_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7092240Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rot90_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7092472Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7092723Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_round_decimals_0_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7092951Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_rsub_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7093242Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scalar_tensor_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7093600Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7094079Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_amax_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7094571Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_mean_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7095216Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_scatter_reduce_prod_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7095829Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_searchsorted_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7096295Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_lengths_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7096610Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_segment_reduce_offsets_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7096863Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_select_scatter_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7097096Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sgn_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7097396Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_cosine_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7097700Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_gaussian_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7098099Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_signal_windows_kaiser_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7098354Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sinh_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7098586Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_slice_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7098828Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_softmax_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7099057Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sort_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7099361Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sparse_sampled_addmm_cuda_float32 SKIPPED (Does not support forward_ad) [ 80%] 2022-11-23T02:55:06.7099656Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j0_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7099948Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_j1_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7100233Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_bessel_y0_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7100549Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_t_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7101287Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:55:06.7102000Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:55:06.7102516Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_entr_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7103057Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_laguerre_polynomial_l_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7103422Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:55:06.7103728Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i0_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7104157Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_i1_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7104459Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_modified_bessel_k1_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7104708Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_ndtri_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7105029Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_scaled_modified_bessel_k1_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7105397Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:55:06.7105762Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T02:55:06.7106052Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_special_zeta_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7106286Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_split_list_args_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7106521Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_square_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7106756Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_squeeze_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7107078Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_std_mean_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7107332Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sub_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7107664Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7108210Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_sum_to_size_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7108657Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_svd_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7109116Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tanh_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7109645Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tensordot_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7109987Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tile_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7110227Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_to_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7110458Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_topk_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7110692Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trapz_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7110924Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_tril_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7111155Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_trunc_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7111394Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unflatten_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7111676Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_uniform_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7111977Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_consecutive_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7112258Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unique_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7112504Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_unsqueeze_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7112724Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_var_mean_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7113075Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vdot_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7113311Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_as_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7113549Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_view_copy_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7113785Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vsplit_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7114056Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_vstack_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7114296Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_where_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7114735Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_xlogy_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7115294Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7115907Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_zeros_like_cuda_float32 SKIPPED (Does not support autograd) [ 80%] 2022-11-23T02:55:06.7116415Z test_ops.py::TestCompositeComplianceCUDA::test_operator___getitem___cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7116926Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rmatmul___cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7117437Z test_ops.py::TestCompositeComplianceCUDA::test_operator___rmod___cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7117897Z test_ops.py::TestCompositeComplianceCUDA::test_operator_acosh_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7118519Z test_ops.py::TestCompositeComplianceCUDA::test_operator_add_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7119049Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addbmm_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7119564Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addcdiv_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7120026Z test_ops.py::TestCompositeComplianceCUDA::test_operator_addr_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7120521Z test_ops.py::TestCompositeComplianceCUDA::test_operator_all_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7121008Z test_ops.py::TestCompositeComplianceCUDA::test_operator_amax_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7121490Z test_ops.py::TestCompositeComplianceCUDA::test_operator_amin_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7121956Z test_ops.py::TestCompositeComplianceCUDA::test_operator_aminmax_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7122454Z test_ops.py::TestCompositeComplianceCUDA::test_operator_any_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7122959Z test_ops.py::TestCompositeComplianceCUDA::test_operator_arange_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7123462Z test_ops.py::TestCompositeComplianceCUDA::test_operator_argmin_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7123918Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atan2_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7124425Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atanh_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7124934Z test_ops.py::TestCompositeComplianceCUDA::test_operator_atleast_2d_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7125474Z test_ops.py::TestCompositeComplianceCUDA::test_operator_bernoulli_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7125954Z test_ops.py::TestCompositeComplianceCUDA::test_operator_broadcast_to_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:06.7126209Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cdist_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7126440Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ceil_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7126674Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cfloat_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7126903Z test_ops.py::TestCompositeComplianceCUDA::test_operator_chalf_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7127272Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_inverse_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7127516Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cholesky_solve_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7127725Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7127960Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clamp_min_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7128192Z test_ops.py::TestCompositeComplianceCUDA::test_operator_clone_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7128438Z test_ops.py::TestCompositeComplianceCUDA::test_operator_column_stack_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7128682Z test_ops.py::TestCompositeComplianceCUDA::test_operator_conj_physical_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7128921Z test_ops.py::TestCompositeComplianceCUDA::test_operator_contiguous_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7129155Z test_ops.py::TestCompositeComplianceCUDA::test_operator_corrcoef_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7129384Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cos_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7129612Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cosh_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7129838Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cummax_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7130068Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cummin_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7130297Z test_ops.py::TestCompositeComplianceCUDA::test_operator_cumsum_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7130698Z test_ops.py::TestCompositeComplianceCUDA::test_operator_diag_embed_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7131296Z test_ops.py::TestCompositeComplianceCUDA::test_operator_div_floor_rounding_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7131757Z test_ops.py::TestCompositeComplianceCUDA::test_operator_double_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7132297Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dsplit_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7132755Z test_ops.py::TestCompositeComplianceCUDA::test_operator_dstack_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7133242Z test_ops.py::TestCompositeComplianceCUDA::test_operator_eq_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7133567Z test_ops.py::TestCompositeComplianceCUDA::test_operator_erfc_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7133784Z test_ops.py::TestCompositeComplianceCUDA::test_operator_erfinv_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7134018Z test_ops.py::TestCompositeComplianceCUDA::test_operator_exp2_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7134254Z test_ops.py::TestCompositeComplianceCUDA::test_operator_expand_as_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7134482Z test_ops.py::TestCompositeComplianceCUDA::test_operator_eye_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7134713Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fft_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7134960Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_fftshift_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7135194Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_hfft2_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7135428Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifft_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7135673Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ifftshift_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7135906Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfft_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7136150Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_ihfftn_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7136383Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fft_rfft_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7136610Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fill_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7137998Z test_ops.py::TestCompositeComplianceCUDA::test_operator_flipud_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7138485Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fmax_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7138937Z test_ops.py::TestCompositeComplianceCUDA::test_operator_fmin_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7139390Z test_ops.py::TestCompositeComplianceCUDA::test_operator_frexp_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7139913Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ge_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7140429Z test_ops.py::TestCompositeComplianceCUDA::test_operator_gradient_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7140921Z test_ops.py::TestCompositeComplianceCUDA::test_operator_grid_sampler_2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7141150Z test_ops.py::TestCompositeComplianceCUDA::test_operator_heaviside_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7141386Z test_ops.py::TestCompositeComplianceCUDA::test_operator_hsplit_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7141619Z test_ops.py::TestCompositeComplianceCUDA::test_operator_hstack_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7141849Z test_ops.py::TestCompositeComplianceCUDA::test_operator_hypot_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7142079Z test_ops.py::TestCompositeComplianceCUDA::test_operator_igamma_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7142313Z test_ops.py::TestCompositeComplianceCUDA::test_operator_igammac_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7142549Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_add_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7142907Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_fill_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7143174Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_reduce_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7143415Z test_ops.py::TestCompositeComplianceCUDA::test_operator_index_select_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7143653Z test_ops.py::TestCompositeComplianceCUDA::test_operator_inner_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7143881Z test_ops.py::TestCompositeComplianceCUDA::test_operator_int_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7144115Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isclose_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7144349Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isfinite_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7144578Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isin_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7144812Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isinf_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7145048Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isposinf_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7145279Z test_ops.py::TestCompositeComplianceCUDA::test_operator_isreal_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7145736Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_cuda_float32 SKIPPED (skip) [ 81%] 2022-11-23T02:55:06.7146308Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (skip) [ 81%] 2022-11-23T02:55:06.7146803Z test_ops.py::TestCompositeComplianceCUDA::test_operator_jiterator_unary_cuda_float32 SKIPPED (skip) [ 81%] 2022-11-23T02:55:06.7147335Z test_ops.py::TestCompositeComplianceCUDA::test_operator_kron_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7147847Z test_ops.py::TestCompositeComplianceCUDA::test_operator_kthvalue_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7148309Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lerp_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7148572Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lgamma_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7148814Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cond_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7149172Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cross_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7149411Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7149666Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_det_singular_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7149903Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eig_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7150151Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvals_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7150404Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_eigvalsh_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7150655Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_ldl_factor_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7150919Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7151159Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7151411Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_lu_factor_ex_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7151692Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7151934Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7152198Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_solve_triangular_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7152519Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_svd_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7152791Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorinv_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7153266Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_tensorsolve_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7153769Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vecdot_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7154269Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_vector_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7154820Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linspace_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7155320Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log10_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7155765Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log2_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7156017Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7156258Z test_ops.py::TestCompositeComplianceCUDA::test_operator_log_softmax_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7156500Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logaddexp2_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7156736Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logdet_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7156976Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_not_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7157215Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logical_xor_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7157444Z test_ops.py::TestCompositeComplianceCUDA::test_operator_logit_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7157672Z test_ops.py::TestCompositeComplianceCUDA::test_operator_lt_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7157894Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mH_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7158134Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_amax_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7158378Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_cumsum_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7158619Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_fill_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7158988Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_log_softmax_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7159242Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_logaddexp_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7159461Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_mean_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7159695Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7159940Z test_ops.py::TestCompositeComplianceCUDA::test_operator_masked_softmax_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7160203Z test_ops.py::TestCompositeComplianceCUDA::test_operator_max_reduction_with_dim_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7160642Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mean_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7161109Z test_ops.py::TestCompositeComplianceCUDA::test_operator_median_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7161630Z test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_list_of_tensors_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7162255Z test_ops.py::TestCompositeComplianceCUDA::test_operator_meshgrid_variadic_tensors_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7162794Z test_ops.py::TestCompositeComplianceCUDA::test_operator_min_binary_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7163243Z test_ops.py::TestCompositeComplianceCUDA::test_operator_minimum_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7163477Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mode_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7163816Z test_ops.py::TestCompositeComplianceCUDA::test_operator_multinomial_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7164095Z test_ops.py::TestCompositeComplianceCUDA::test_operator_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7164334Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nan_to_num_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7164574Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nanmean_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7164837Z test_ops.py::TestCompositeComplianceCUDA::test_operator_native_dropout_backward_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7165140Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_cuda_float32 SKIPPED (Expected: new_empty is not comparable) [ 81%] 2022-11-23T02:55:06.7165466Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 81%] 2022-11-23T02:55:06.7165710Z test_ops.py::TestCompositeComplianceCUDA::test_operator_new_full_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7165988Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7166258Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7166526Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7166789Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7167038Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_alpha_dropout_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7167297Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7167563Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7167817Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_avg_pool3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7168072Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7168455Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7168716Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_bilinear_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7169010Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7169265Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv1d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7169540Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7169818Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7170091Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_cosine_similarity_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7170357Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_dropout2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7170633Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7170905Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7171172Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gaussian_nll_loss_cuda_float32 XFAIL [ 81%] 2022-11-23T02:55:06.7171424Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_gelu_cuda_float32 PASSED [ 81%] 2022-11-23T02:55:06.7171759Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_grid_sample_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7172039Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_group_norm_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7172304Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardshrink_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7172565Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardsigmoid_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7172940Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_hardswish_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7173551Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7174099Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_linear_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7174742Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7175341Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7175758Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_l1_loss_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7176030Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_leaky_relu_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7176285Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_linear_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7176545Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_logsigmoid_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7176821Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7177085Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_pool2d_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7177357Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7177620Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7178015Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7178279Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7178543Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7178828Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7179249Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_normalize_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7179691Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_constant_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7179973Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pad_replicate_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7180250Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pairwise_distance_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7180518Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7180781Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7181033Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_relu_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7181285Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_rrelu_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7181642Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7181935Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7182184Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_tanhshrink_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7182444Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_threshold_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7182700Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nn_functional_unfold_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7182934Z test_ops.py::TestCompositeComplianceCUDA::test_operator_nonzero_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7183164Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7183400Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_fro_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7183632Z test_ops.py::TestCompositeComplianceCUDA::test_operator_norm_nuc_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7183864Z test_ops.py::TestCompositeComplianceCUDA::test_operator_normal_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7184094Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7184332Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ones_like_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7184574Z test_ops.py::TestCompositeComplianceCUDA::test_operator_pca_lowrank_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7184804Z test_ops.py::TestCompositeComplianceCUDA::test_operator_permute_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7185040Z test_ops.py::TestCompositeComplianceCUDA::test_operator_pinverse_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7185296Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_1_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7185559Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_2_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7185811Z test_ops.py::TestCompositeComplianceCUDA::test_operator_polygamma_polygamma_n_4_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7186043Z test_ops.py::TestCompositeComplianceCUDA::test_operator_positive_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7186371Z test_ops.py::TestCompositeComplianceCUDA::test_operator_qr_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7186607Z test_ops.py::TestCompositeComplianceCUDA::test_operator_quantile_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7186838Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rad2deg_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7187078Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randint_like_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7187292Z test_ops.py::TestCompositeComplianceCUDA::test_operator_randn_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7187529Z test_ops.py::TestCompositeComplianceCUDA::test_operator_ravel_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7187760Z test_ops.py::TestCompositeComplianceCUDA::test_operator_real_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7188001Z test_ops.py::TestCompositeComplianceCUDA::test_operator_reciprocal_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7188235Z test_ops.py::TestCompositeComplianceCUDA::test_operator_renorm_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7188489Z test_ops.py::TestCompositeComplianceCUDA::test_operator_repeat_interleave_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7188727Z test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_as_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7188958Z test_ops.py::TestCompositeComplianceCUDA::test_operator_reshape_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7189198Z test_ops.py::TestCompositeComplianceCUDA::test_operator_resolve_conj_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7190079Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7190634Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_0_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7191146Z test_ops.py::TestCompositeComplianceCUDA::test_operator_round_decimals_neg_3_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7191609Z test_ops.py::TestCompositeComplianceCUDA::test_operator_rsub_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7192177Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_add_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7192692Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7193184Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amax_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7193449Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_amin_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7193703Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_mean_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7193958Z test_ops.py::TestCompositeComplianceCUDA::test_operator_scatter_reduce_prod_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7194207Z test_ops.py::TestCompositeComplianceCUDA::test_operator_searchsorted_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7194452Z test_ops.py::TestCompositeComplianceCUDA::test_operator_segment_reduce_offsets_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7194685Z test_ops.py::TestCompositeComplianceCUDA::test_operator_select_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7194933Z test_ops.py::TestCompositeComplianceCUDA::test_operator_select_scatter_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7195201Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_exponential_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7195460Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signal_windows_gaussian_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7195697Z test_ops.py::TestCompositeComplianceCUDA::test_operator_signbit_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7195923Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sin_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7196153Z test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7196528Z test_ops.py::TestCompositeComplianceCUDA::test_operator_slice_scatter_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7196763Z test_ops.py::TestCompositeComplianceCUDA::test_operator_softmax_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7196992Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sort_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7197270Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 82%] 2022-11-23T02:55:06.7197522Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_j1_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7197769Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y0_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7198008Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_bessel_y1_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7198281Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7198646Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:55:06.7198886Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_entr_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7199156Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_hermite_polynomial_h_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7199404Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_log_ndtr_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7199745Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i0_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7200030Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_modified_bessel_i1_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7200274Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_ndtr_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7200547Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7201006Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7201515Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7202220Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:55:06.7202973Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 82%] 2022-11-23T02:55:06.7203445Z test_ops.py::TestCompositeComplianceCUDA::test_operator_special_zeta_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7203890Z test_ops.py::TestCompositeComplianceCUDA::test_operator_split_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7204372Z test_ops.py::TestCompositeComplianceCUDA::test_operator_split_list_args_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7204838Z test_ops.py::TestCompositeComplianceCUDA::test_operator_split_with_sizes_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7205274Z test_ops.py::TestCompositeComplianceCUDA::test_operator_square_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7205736Z test_ops.py::TestCompositeComplianceCUDA::test_operator_squeeze_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7206162Z test_ops.py::TestCompositeComplianceCUDA::test_operator_std_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7206616Z test_ops.py::TestCompositeComplianceCUDA::test_operator_sum_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7207067Z test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7207533Z test_ops.py::TestCompositeComplianceCUDA::test_operator_svd_lowrank_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7208207Z test_ops.py::TestCompositeComplianceCUDA::test_operator_take_along_dim_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7208660Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tanh_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7209090Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tile_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7209532Z test_ops.py::TestCompositeComplianceCUDA::test_operator_to_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7210052Z test_ops.py::TestCompositeComplianceCUDA::test_operator_to_sparse_cuda_float32 SKIPPED (Allowed exception) [ 82%] 2022-11-23T02:55:06.7210504Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trace_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7210963Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trapezoid_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7211390Z test_ops.py::TestCompositeComplianceCUDA::test_operator_trapz_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7211843Z test_ops.py::TestCompositeComplianceCUDA::test_operator_tril_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7212301Z test_ops.py::TestCompositeComplianceCUDA::test_operator_uniform_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7212731Z test_ops.py::TestCompositeComplianceCUDA::test_operator_var_mean_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7213155Z test_ops.py::TestCompositeComplianceCUDA::test_operator_view_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7213605Z test_ops.py::TestCompositeComplianceCUDA::test_operator_vsplit_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7214292Z test_ops.py::TestCompositeComplianceCUDA::test_operator_vstack_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7214762Z test_ops.py::TestCompositeComplianceCUDA::test_operator_xlogy_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7215194Z test_ops.py::TestCompositeComplianceCUDA::test_operator_zero__cuda_float32 PASSED [ 82%] 2022-11-23T02:55:06.7215578Z test_ops.py::TestMathBitsCUDA::test_conj_view_T_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7215993Z test_ops.py::TestMathBitsCUDA::test_conj_view___getitem___cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7216277Z test_ops.py::TestMathBitsCUDA::test_conj_view___radd___cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7216489Z test_ops.py::TestMathBitsCUDA::test_conj_view___rdiv___cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7216699Z test_ops.py::TestMathBitsCUDA::test_conj_view___rmatmul___cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7216908Z test_ops.py::TestMathBitsCUDA::test_conj_view___rmul___cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7217273Z test_ops.py::TestMathBitsCUDA::test_conj_view___rpow___cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7217712Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_bool_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7218582Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_byte_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7219120Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_cfloat_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7219609Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs__conversions_int_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7220084Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_acos_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7220478Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_add_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7220885Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcdiv_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7221296Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addcmul_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7221703Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_addr_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7222127Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_all_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7222522Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_any_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7223833Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asin_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7224849Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_asinh_cuda_complex64 PASSED [ 82%] 2022-11-23T02:55:06.7225308Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atan_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7225733Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_atleast_1d_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7226188Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_broadcast_tensors_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7226618Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_cat_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7227059Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_contiguous_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7227490Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_diag_embed_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7227967Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_div_no_rounding_mode_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7228774Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-11-23T02:55:06.7229369Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_empty_like_cuda_complex64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-11-23T02:55:06.7229776Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eq_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7230170Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_exp_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7230682Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_expand_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7230952Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_eye_cuda_complex64 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:55:06.7231343Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_fftshift_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7231690Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_hfftn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7232100Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifft2_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7232540Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_ifftshift_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7232955Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfft_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7233202Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fft_irfftn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7233414Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fill_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7233637Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flatten_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7233850Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flip_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7234064Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_fliplr_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7234284Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_flipud_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7234497Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_hstack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7234717Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_copy_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7234931Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_fill_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7235153Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_index_select_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7235372Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isclose_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7235605Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isfinite_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7236334Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isinf_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7236978Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_isnan_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7237306Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linalg_svd_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7237684Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_linspace_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:55:06.7237927Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_log_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7238150Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_not_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7238371Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logical_xor_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7238594Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_logspace_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:55:06.7238808Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mean_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7239054Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7239267Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_mul_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7239486Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_copy_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7239874Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_narrow_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7240189Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_ne_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7240594Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_full_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7241173Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_new_ones_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7241606Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_norm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7242034Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_permute_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7242375Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_pow_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7242585Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_prod_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7242846Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_randn_cuda_complex64 SKIPPED (Test expects tensor input) [ 83%] 2022-11-23T02:55:06.7243053Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_rsub_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7243268Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sigmoid_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7243505Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_softmax_with_dtype_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7243757Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_special_softmax_with_dtype_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7243968Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sqrt_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7244183Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_square_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7244396Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_squeeze_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7244612Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_stack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7244821Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7245035Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_std_mean_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7245246Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7245466Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_sum_to_size_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7245678Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tanh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7245906Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tensor_split_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7246261Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_to_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7246475Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_tril_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7246680Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_triu_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7246883Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unflatten_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7247102Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_unsqueeze_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7247310Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_var_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7247526Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_view_as_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7247742Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_vstack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7247955Z test_ops.py::TestMathBitsCUDA::test_conj_view__refs_where_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7248165Z test_ops.py::TestMathBitsCUDA::test_conj_view_acosh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7248374Z test_ops.py::TestMathBitsCUDA::test_conj_view_addcmul_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7248578Z test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7248804Z test_ops.py::TestMathBitsCUDA::test_conj_view_addmm_decomposed_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7249010Z test_ops.py::TestMathBitsCUDA::test_conj_view_addr_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7249213Z test_ops.py::TestMathBitsCUDA::test_conj_view_all_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7249503Z test_ops.py::TestMathBitsCUDA::test_conj_view_angle_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7249740Z test_ops.py::TestMathBitsCUDA::test_conj_view_argwhere_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7250021Z test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_cuda_complex64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-11-23T02:55:06.7250251Z test_ops.py::TestMathBitsCUDA::test_conj_view_as_strided_scatter_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7250454Z test_ops.py::TestMathBitsCUDA::test_conj_view_asinh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7250665Z test_ops.py::TestMathBitsCUDA::test_conj_view_baddbmm_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7250873Z test_ops.py::TestMathBitsCUDA::test_conj_view_block_diag_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7251074Z test_ops.py::TestMathBitsCUDA::test_conj_view_broadcast_to_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7251294Z test_ops.py::TestMathBitsCUDA::test_conj_view_cartesian_prod_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:55:06.7251498Z test_ops.py::TestMathBitsCUDA::test_conj_view_cat_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7251705Z test_ops.py::TestMathBitsCUDA::test_conj_view_cdouble_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7251912Z test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7252132Z test_ops.py::TestMathBitsCUDA::test_conj_view_cholesky_inverse_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7252336Z test_ops.py::TestMathBitsCUDA::test_conj_view_clone_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7252547Z test_ops.py::TestMathBitsCUDA::test_conj_view_column_stack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7252765Z test_ops.py::TestMathBitsCUDA::test_conj_view_combinations_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7252967Z test_ops.py::TestMathBitsCUDA::test_conj_view_conj_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7253185Z test_ops.py::TestMathBitsCUDA::test_conj_view_contiguous_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7253394Z test_ops.py::TestMathBitsCUDA::test_conj_view_corrcoef_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7253595Z test_ops.py::TestMathBitsCUDA::test_conj_view_cos_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7253799Z test_ops.py::TestMathBitsCUDA::test_conj_view_cross_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7254112Z test_ops.py::TestMathBitsCUDA::test_conj_view_cumprod_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7254325Z test_ops.py::TestMathBitsCUDA::test_conj_view_diag_embed_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7254535Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagflat_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7254750Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_copy_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7254943Z test_ops.py::TestMathBitsCUDA::test_conj_view_diagonal_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7255148Z test_ops.py::TestMathBitsCUDA::test_conj_view_dist_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7255351Z test_ops.py::TestMathBitsCUDA::test_conj_view_dot_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7255552Z test_ops.py::TestMathBitsCUDA::test_conj_view_eq_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7255753Z test_ops.py::TestMathBitsCUDA::test_conj_view_exp_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7255970Z test_ops.py::TestMathBitsCUDA::test_conj_view_expand_as_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7256176Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fft_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7256380Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_fftn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7256588Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft2_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7256787Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_hfft_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7257065Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft2_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7257290Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifft_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7257508Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_ifftshift_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7257718Z test_ops.py::TestMathBitsCUDA::test_conj_view_fft_irfft_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7257925Z test_ops.py::TestMathBitsCUDA::test_conj_view_fill_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7258127Z test_ops.py::TestMathBitsCUDA::test_conj_view_flip_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7258334Z test_ops.py::TestMathBitsCUDA::test_conj_view_flipud_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7258541Z test_ops.py::TestMathBitsCUDA::test_conj_view_float_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7258730Z test_ops.py::TestMathBitsCUDA::test_conj_view_full_like_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7258943Z test_ops.py::TestMathBitsCUDA::test_conj_view_gather_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7259149Z test_ops.py::TestMathBitsCUDA::test_conj_view_geqrf_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7259358Z test_ops.py::TestMathBitsCUDA::test_conj_view_gradient_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7259564Z test_ops.py::TestMathBitsCUDA::test_conj_view_hstack_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7259777Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_add_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7259988Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_copy_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7260201Z test_ops.py::TestMathBitsCUDA::test_conj_view_index_select_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7260407Z test_ops.py::TestMathBitsCUDA::test_conj_view_inner_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7260609Z test_ops.py::TestMathBitsCUDA::test_conj_view_int_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7260821Z test_ops.py::TestMathBitsCUDA::test_conj_view_isclose_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7261030Z test_ops.py::TestMathBitsCUDA::test_conj_view_isfinite_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7261275Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_4inputs_with_extra_args_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:55:06.7261495Z test_ops.py::TestMathBitsCUDA::test_conj_view_jiterator_binary_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:55:06.7261795Z test_ops.py::TestMathBitsCUDA::test_conj_view_ldexp_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:55:06.7262011Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cross_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7262224Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7262449Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_det_singular_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7262669Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_eigvalsh_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7262899Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_householder_product_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7263117Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_inv_ex_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7263342Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_ldl_factor_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7263555Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_cuda_complex64 PASSED [ 83%] 2022-11-23T02:55:06.7263770Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7263995Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_lu_factor_ex_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7264216Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_matrix_rank_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7264428Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7264729Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_hermitian_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7265066Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_pinv_singular_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 84%] 2022-11-23T02:55:06.7265278Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_qr_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7265499Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_slogdet_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7265717Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_svdvals_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7265943Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_vector_norm_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7266151Z test_ops.py::TestMathBitsCUDA::test_conj_view_linspace_cuda_complex64 XFAIL [ 84%] 2022-11-23T02:55:06.7266354Z test_ops.py::TestMathBitsCUDA::test_conj_view_log10_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7266588Z test_ops.py::TestMathBitsCUDA::test_conj_view_log_softmax_with_dtype_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7266789Z test_ops.py::TestMathBitsCUDA::test_conj_view_lu_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7266990Z test_ops.py::TestMathBitsCUDA::test_conj_view_mT_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7267207Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumprod_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7267409Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_cumsum_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7267624Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_mean_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7267836Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_prod_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7268055Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_scatter_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7268266Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_std_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7268474Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_sum_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7268677Z test_ops.py::TestMathBitsCUDA::test_conj_view_masked_var_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7268880Z test_ops.py::TestMathBitsCUDA::test_conj_view_matrix_exp_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7269181Z test_ops.py::TestMathBitsCUDA::test_conj_view_mean_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7269424Z test_ops.py::TestMathBitsCUDA::test_conj_view_meshgrid_variadic_tensors_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7269635Z test_ops.py::TestMathBitsCUDA::test_conj_view_movedim_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7269848Z test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_copy_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7270052Z test_ops.py::TestMathBitsCUDA::test_conj_view_narrow_cuda_complex64 XFAIL [ 84%] 2022-11-23T02:55:06.7270465Z test_ops.py::TestMathBitsCUDA::test_conj_view_neg_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7270710Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:55:06.7270920Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_full_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7271251Z test_ops.py::TestMathBitsCUDA::test_conj_view_new_zeros_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7271633Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv1d_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7272090Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv2d_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7272387Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose2d_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7272909Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_conv_transpose3d_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7273409Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7274138Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_l1_loss_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7274569Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_linear_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7274980Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_normalize_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7275496Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_constant_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7275873Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pad_replicate_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7276291Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_shuffle_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7276715Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_pixel_unshuffle_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7277106Z test_ops.py::TestMathBitsCUDA::test_conj_view_nn_functional_softsign_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7277448Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7277787Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_fro_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7278124Z test_ops.py::TestMathBitsCUDA::test_conj_view_norm_nuc_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7278479Z test_ops.py::TestMathBitsCUDA::test_conj_view_ones_like_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7278846Z test_ops.py::TestMathBitsCUDA::test_conj_view_ops_nvprims_view_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7279186Z test_ops.py::TestMathBitsCUDA::test_conj_view_outer_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7279535Z test_ops.py::TestMathBitsCUDA::test_conj_view_permute_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7279880Z test_ops.py::TestMathBitsCUDA::test_conj_view_positive_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7280214Z test_ops.py::TestMathBitsCUDA::test_conj_view_pow_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7280536Z test_ops.py::TestMathBitsCUDA::test_conj_view_qr_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7280872Z test_ops.py::TestMathBitsCUDA::test_conj_view_real_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7281217Z test_ops.py::TestMathBitsCUDA::test_conj_view_reciprocal_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7281728Z test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7282103Z test_ops.py::TestMathBitsCUDA::test_conj_view_repeat_interleave_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7282558Z test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_as_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7282956Z test_ops.py::TestMathBitsCUDA::test_conj_view_reshape_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7283338Z test_ops.py::TestMathBitsCUDA::test_conj_view_resize__cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7283736Z test_ops.py::TestMathBitsCUDA::test_conj_view_resolve_neg_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7284142Z test_ops.py::TestMathBitsCUDA::test_conj_view_rot90_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7284527Z test_ops.py::TestMathBitsCUDA::test_conj_view_rsqrt_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7284969Z test_ops.py::TestMathBitsCUDA::test_conj_view_scalar_tensor_cuda_complex64 SKIPPED (Skipped!) [ 84%] 2022-11-23T02:55:06.7285340Z test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_add_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7285699Z test_ops.py::TestMathBitsCUDA::test_conj_view_scatter_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7286048Z test_ops.py::TestMathBitsCUDA::test_conj_view_select_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7286404Z test_ops.py::TestMathBitsCUDA::test_conj_view_sgn_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7286746Z test_ops.py::TestMathBitsCUDA::test_conj_view_short_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7287087Z test_ops.py::TestMathBitsCUDA::test_conj_view_sinc_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7287577Z test_ops.py::TestMathBitsCUDA::test_conj_view_slice_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7287966Z test_ops.py::TestMathBitsCUDA::test_conj_view_softmax_with_dtype_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7288316Z test_ops.py::TestMathBitsCUDA::test_conj_view_split_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7288700Z test_ops.py::TestMathBitsCUDA::test_conj_view_split_list_args_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7289101Z test_ops.py::TestMathBitsCUDA::test_conj_view_split_with_sizes_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7289469Z test_ops.py::TestMathBitsCUDA::test_conj_view_square_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7289830Z test_ops.py::TestMathBitsCUDA::test_conj_view_stft_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7290167Z test_ops.py::TestMathBitsCUDA::test_conj_view_svd_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7290622Z test_ops.py::TestMathBitsCUDA::test_conj_view_symeig_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7291018Z test_ops.py::TestMathBitsCUDA::test_conj_view_t_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7291405Z test_ops.py::TestMathBitsCUDA::test_conj_view_tanh_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7291812Z test_ops.py::TestMathBitsCUDA::test_conj_view_tensordot_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7292220Z test_ops.py::TestMathBitsCUDA::test_conj_view_to_sparse_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7292617Z test_ops.py::TestMathBitsCUDA::test_conj_view_transpose_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7293012Z test_ops.py::TestMathBitsCUDA::test_conj_view_trapezoid_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7293389Z test_ops.py::TestMathBitsCUDA::test_conj_view_unbind_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7293781Z test_ops.py::TestMathBitsCUDA::test_conj_view_unflatten_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7294158Z test_ops.py::TestMathBitsCUDA::test_conj_view_uniform_cuda_complex64 XFAIL [ 84%] 2022-11-23T02:55:06.7294556Z test_ops.py::TestMathBitsCUDA::test_conj_view_unsqueeze_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7294903Z test_ops.py::TestMathBitsCUDA::test_conj_view_var_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7295282Z test_ops.py::TestMathBitsCUDA::test_conj_view_vdot_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7295965Z test_ops.py::TestMathBitsCUDA::test_conj_view_view_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7296361Z test_ops.py::TestMathBitsCUDA::test_conj_view_vsplit_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7296762Z test_ops.py::TestMathBitsCUDA::test_conj_view_vstack_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7297165Z test_ops.py::TestMathBitsCUDA::test_conj_view_where_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7297564Z test_ops.py::TestMathBitsCUDA::test_conj_view_zero__cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7297973Z test_ops.py::TestMathBitsCUDA::test_conj_view_zeros_like_cuda_complex64 PASSED [ 84%] 2022-11-23T02:55:06.7298387Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rdiv___cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7298802Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmatmul___cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7299200Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rmul___cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7299609Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view___rpow___cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7300073Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_cfloat_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7300497Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_char_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7300959Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_double_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7301438Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_half_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7302055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs__conversions_int_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7302499Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_acosh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7302918Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_addcmul_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7303342Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_allclose_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7303755Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_any_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7304165Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_asin_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7304594Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_atanh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7305069Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_tensors_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7305533Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_broadcast_to_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7305965Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cat_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7306421Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_conj_physical_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7306857Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cosh_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7307294Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_cumsum_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7307749Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_diagonal_copy_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7308222Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_div_no_rounding_mode_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7308776Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_empty_like_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 84%] 2022-11-23T02:55:06.7309219Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftn_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7309678Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_fftshift_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7310119Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_hfft_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7311805Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_ifftshift_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7312264Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfft_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7312711Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_fft_irfftn_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7313151Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_hsplit_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7313584Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_add_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7314065Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_index_copy_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7314518Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isfinite_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7314959Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_isreal_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7315398Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_lerp_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7315808Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_matrix_norm_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7316217Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svd_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7316648Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_linalg_svdvals_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7317101Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_log_softmax_with_dtype_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7317704Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_and_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7318197Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_not_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7318644Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logical_xor_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7319074Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_logspace_cuda_complex128 XFAIL [ 84%] 2022-11-23T02:55:06.7319499Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_masked_fill_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7319857Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mean_cuda_complex128 PASSED [ 84%] 2022-11-23T02:55:06.7320277Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7320705Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7321086Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_movedim_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7321441Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_mul_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7321812Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_narrow_copy_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7322166Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_neg_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7322629Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_empty_cuda_complex128 SKIPPED (Expected: empty is not comparable) [ 85%] 2022-11-23T02:55:06.7322996Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_new_ones_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7323436Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_l1_loss_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7323904Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7324412Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7324900Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_nn_functional_tanhshrink_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7325488Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_norm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7325860Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_ones_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:55:06.7326223Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_permute_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7326587Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_positive_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7326937Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_prod_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7327401Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_randn_cuda_complex128 SKIPPED (Test expects tensor input) [ 85%] 2022-11-23T02:55:06.7327782Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_repeat_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7328167Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rot90_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7328537Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_rsqrt_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7328900Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sinh_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7329392Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_log_softmax_with_dtype_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7329870Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_special_softmax_with_dtype_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7330291Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_square_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7330811Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_stack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7331227Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_std_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7331608Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sub_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7332018Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_sum_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7332381Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_t_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7332799Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tensor_split_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7333193Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_to_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7333598Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_tril_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7333999Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_triu_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7334425Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_true_divide_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7334824Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vsplit_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7335204Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_vstack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7335610Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_where_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7335999Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view__refs_zeros_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:55:06.7336364Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_add_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7336749Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addbmm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7337154Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7337545Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_addmv_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7337907Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_all_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7338292Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_allclose_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7338840Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_any_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7339242Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asin_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7339699Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_asinh_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7340080Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atan_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7340482Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_2d_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7340892Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_atleast_3d_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7341316Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bfloat16_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7341697Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_block_diag_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7342065Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_bool_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7342475Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_broadcast_to_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7342881Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cartesian_prod_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7343272Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cdouble_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7343664Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_chalf_cuda_complex128 XFAIL [ 85%] 2022-11-23T02:55:06.7344033Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_char_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7344585Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7345055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_inverse_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7345487Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cholesky_solve_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7345918Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_clone_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7346359Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_column_stack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7346786Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_combinations_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7347246Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_constant_pad_nd_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7347662Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cos_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7348060Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cosh_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7348477Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cov_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7348907Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_cumprod_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7349325Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7349761Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diag_embed_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7350174Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagflat_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7350605Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diagonal_copy_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7351011Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_diff_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7351411Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_dot_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7351808Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_double_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7352259Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_cuda_complex128 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:55:06.7352724Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_empty_like_cuda_complex128 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:55:06.7353124Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eq_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7353684Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_exp_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7354097Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_expand_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7354537Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_eye_cuda_complex128 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:55:06.7354947Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft2_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7355353Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fft_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7355769Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftn_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7356155Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_fftshift_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7356548Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfft_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7356967Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_hfftn_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7357389Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_ifftn_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7357816Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfft2_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7358254Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fft_irfftn_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7358659Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fill_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7359054Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_fliplr_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7359538Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_gather_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7359965Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_geqrf_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7360380Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hsplit_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7360793Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_hstack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7361220Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_index_copy_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7361647Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isfinite_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7362049Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_isnan_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7362444Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_istft_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7362854Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lerp_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7363270Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cross_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7363719Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_det_singular_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7364146Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eig_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7364552Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigh_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7364946Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_eigvals_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7365318Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7365705Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_inv_ex_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7366112Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_ldl_factor_ex_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7366533Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7366976Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7367354Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7367899Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_lu_factor_ex_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7368315Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_matrix_power_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7368738Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_multi_dot_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7369222Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_norm_subgradients_at_zero_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7369625Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_qr_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7370077Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_solve_triangular_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7370465Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svd_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7370872Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_svdvals_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7371276Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vecdot_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7371710Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_vector_norm_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7372081Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log10_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7372433Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_log2_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7373055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logdet_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7373589Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_not_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7374103Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_or_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7374576Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_logical_xor_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7374967Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7375360Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_solve_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7375751Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_lu_unpack_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7376153Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_cumsum_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7376556Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_fill_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7376975Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_scatter_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7377385Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_masked_select_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7377765Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_matmul_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7378144Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mean_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7378595Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7378982Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_movedim_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7379380Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mul_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7379772Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_mv_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7380135Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_narrow_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7380513Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ne_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7380885Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_neg_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7381248Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_full_cuda_complex128 PASSED [ 85%] 2022-11-23T02:55:06.7381757Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_new_ones_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7382182Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv1d_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7382622Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7383073Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7383481Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_l1_loss_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7383914Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_circular_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7384351Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_constant_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7384779Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_pad_reflect_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7385213Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7385666Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_softsign_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7386187Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7386577Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_nonzero_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7386950Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_norm_fro_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7388492Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ops_nvprims_view_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7388945Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_ormqr_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7389299Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_outer_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7389696Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_positive_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7390076Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_pow_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7390449Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_qr_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7390829Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_renorm_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7391262Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_repeat_interleave_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7391667Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_as_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7392055Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_reshape_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7392452Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_resize_as__cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7392825Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_roll_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7393205Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_rsqrt_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7393605Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_select_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7393959Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sgn_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7394344Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_short_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7394757Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sigmoid_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7395160Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_split_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7395554Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_sqrt_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7395949Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_square_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7396489Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_squeeze_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7396855Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_std_mean_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7397240Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_svd_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7397662Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_along_dim_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7398056Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_take_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7398417Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tanh_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7398837Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensor_split_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7399236Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tensordot_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7399607Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tile_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7400018Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapezoid_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7400407Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_trapz_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7400826Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triangular_solve_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7401187Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_tril_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7401554Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_triu_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7402064Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_true_divide_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7402490Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_uniform_cuda_complex128 XFAIL [ 86%] 2022-11-23T02:55:06.7402894Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_unsqueeze_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7403287Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7403674Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_var_mean_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7404039Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vdot_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7404602Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_view_as_real_cuda_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 86%] 2022-11-23T02:55:06.7404981Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vsplit_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7405351Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_vstack_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7405748Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_where_cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7406126Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_zero__cuda_complex128 PASSED [ 86%] 2022-11-23T02:55:06.7406458Z test_ops.py::TestMathBitsCUDA::test_neg_view_H_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7406841Z test_ops.py::TestMathBitsCUDA::test_neg_view_T_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7407210Z test_ops.py::TestMathBitsCUDA::test_neg_view___radd___cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7407578Z test_ops.py::TestMathBitsCUDA::test_neg_view___rdiv___cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7407979Z test_ops.py::TestMathBitsCUDA::test_neg_view___rmatmul___cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7408355Z test_ops.py::TestMathBitsCUDA::test_neg_view___rmul___cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7408724Z test_ops.py::TestMathBitsCUDA::test_neg_view___rpow___cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7409106Z test_ops.py::TestMathBitsCUDA::test_neg_view___rsub___cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7409478Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_T_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7409910Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_byte_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7410454Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_cfloat_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7410868Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_char_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7411279Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_half_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7411697Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_int_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7412098Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs__conversions_short_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7412488Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_addr_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7412884Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_all_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7413292Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_allclose_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7413668Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_amax_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7414087Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asin_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7414446Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_asinh_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7414793Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan2_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7415135Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atan_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7415496Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_atleast_3d_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7416016Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_broadcast_to_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7416404Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cat_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7416738Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ceil_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7417086Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7417491Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_clamp_max_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7417908Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_column_stack_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7418253Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7418644Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_conj_physical_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7418972Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_cumsum_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7419304Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diag_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7419668Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_copy_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7420029Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_diagonal_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7420411Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_digamma_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7420805Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_div_floor_rounding_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7421241Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dsplit_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7421644Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_dstack_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7422172Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_empty_cuda_float64 SKIPPED (Expected: empty is not comparable) [ 86%] 2022-11-23T02:55:06.7422576Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erf_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7422956Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfc_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7423305Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_erfinv_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7423670Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_expand_as_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7424250Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft2_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7424622Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fft_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7424964Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_fftn_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7425320Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfft2_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7425669Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_hfftn_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7426016Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft2_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7426362Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifft_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7426702Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ifftn_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7427085Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft2_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7427472Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_ihfft_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7427841Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fft_irfft2_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7428175Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fill_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7428579Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_flatten_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7428978Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fliplr_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7429515Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_float_power_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7429934Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7430351Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_floor_divide_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7430744Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmax_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7431095Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmin_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7431459Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_fmod_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7431807Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_frac_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7432191Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ge_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7432594Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hsplit_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7433001Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_hstack_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7433375Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_index_copy_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7433734Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isinf_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7434084Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isnan_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7434449Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_isneginf_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7434834Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lerp_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7435247Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svd_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7435641Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_svdvals_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7436075Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linalg_vector_norm_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7436475Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_linspace_cuda_float64 XFAIL [ 86%] 2022-11-23T02:55:06.7436872Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_log1p_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7437279Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_and_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7437781Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_not_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7438149Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logical_xor_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7438503Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logspace_cuda_float64 XFAIL [ 86%] 2022-11-23T02:55:06.7438903Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_logsumexp_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7439259Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_lt_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7439646Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_maximum_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7440043Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nan_to_num_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7440425Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_narrow_cuda_float64 PASSED [ 86%] 2022-11-23T02:55:06.7440807Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_ne_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7441374Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_empty_strided_cuda_float64 SKIPPED (Expected: empty_strided is not comparable) [ 87%] 2022-11-23T02:55:06.7441776Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_ones_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7442143Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_new_zeros_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7442525Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nextafter_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7443205Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Expected: dropout is not comparable) [ 87%] 2022-11-23T02:55:06.7443649Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_celu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7444040Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_elu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7444437Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_glu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7444886Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardshrink_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7445305Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hardtanh_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7445744Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7446177Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_layer_norm_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7446689Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_leaky_relu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7447214Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7447685Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_nll_loss_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7448201Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_pdist_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7448683Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7449127Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_prelu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7449497Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu6_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7449874Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_relu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7450252Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_selu_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7450661Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_softmax_with_dtype_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7451072Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_nn_functional_threshold_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7451638Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_norm_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7452031Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_prod_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7452378Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_real_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7452713Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_roll_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7453021Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rot90_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7453349Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsqrt_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7453683Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_rsub_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7454025Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sign_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7454368Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sinh_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7454767Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_softmax_with_dtype_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7455176Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_bessel_j1_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7455556Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_entr_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7455923Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_erfcx_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7456214Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7456576Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_ndtr_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7456848Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_spherical_bessel_j0_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7457068Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_special_zeta_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7457280Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sqrt_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7457492Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_square_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7457700Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_stack_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7457906Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7458116Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_std_mean_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7458329Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sub_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7458527Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_sum_to_size_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7458726Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_t_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7458928Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_tan_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7459145Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_transpose_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7459353Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_trunc_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7459555Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_var_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7459757Z test_ops.py::TestMathBitsCUDA::test_neg_view__refs_zeros_cuda_float64 XFAIL [ 87%] 2022-11-23T02:55:06.7459984Z test_ops.py::TestMathBitsCUDA::test_neg_view__softmax_backward_data_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7460188Z test_ops.py::TestMathBitsCUDA::test_neg_view_abs_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7460389Z test_ops.py::TestMathBitsCUDA::test_neg_view_addbmm_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7460588Z test_ops.py::TestMathBitsCUDA::test_neg_view_addcdiv_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7460788Z test_ops.py::TestMathBitsCUDA::test_neg_view_addmm_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7461100Z test_ops.py::TestMathBitsCUDA::test_neg_view_addr_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7461296Z test_ops.py::TestMathBitsCUDA::test_neg_view_amax_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7461498Z test_ops.py::TestMathBitsCUDA::test_neg_view_aminmax_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7461694Z test_ops.py::TestMathBitsCUDA::test_neg_view_any_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7461900Z test_ops.py::TestMathBitsCUDA::test_neg_view_argwhere_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7462176Z test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_cuda_float64 SKIPPED (Errors when storage_offset is included) [ 87%] 2022-11-23T02:55:06.7462378Z test_ops.py::TestMathBitsCUDA::test_neg_view_as_strided_scatter_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7462576Z test_ops.py::TestMathBitsCUDA::test_neg_view_asinh_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7462776Z test_ops.py::TestMathBitsCUDA::test_neg_view_atan2_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7462983Z test_ops.py::TestMathBitsCUDA::test_neg_view_atleast_1d_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7463183Z test_ops.py::TestMathBitsCUDA::test_neg_view_baddbmm_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7463390Z test_ops.py::TestMathBitsCUDA::test_neg_view_bernoulli_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7463598Z test_ops.py::TestMathBitsCUDA::test_neg_view_block_diag_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7463793Z test_ops.py::TestMathBitsCUDA::test_neg_view_bmm_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7464069Z test_ops.py::TestMathBitsCUDA::test_neg_view_bool_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7464306Z test_ops.py::TestMathBitsCUDA::test_neg_view_broadcast_to_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7464514Z test_ops.py::TestMathBitsCUDA::test_neg_view_bucketize_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7464712Z test_ops.py::TestMathBitsCUDA::test_neg_view_byte_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7464912Z test_ops.py::TestMathBitsCUDA::test_neg_view_cat_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7465108Z test_ops.py::TestMathBitsCUDA::test_neg_view_cdist_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7465310Z test_ops.py::TestMathBitsCUDA::test_neg_view_cdouble_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7465509Z test_ops.py::TestMathBitsCUDA::test_neg_view_cfloat_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7465704Z test_ops.py::TestMathBitsCUDA::test_neg_view_chalf_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7465927Z test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_inverse_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7466124Z test_ops.py::TestMathBitsCUDA::test_neg_view_cholesky_solve_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7466321Z test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7466523Z test_ops.py::TestMathBitsCUDA::test_neg_view_clamp_min_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7466723Z test_ops.py::TestMathBitsCUDA::test_neg_view_conj_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7466938Z test_ops.py::TestMathBitsCUDA::test_neg_view_conj_physical_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7467152Z test_ops.py::TestMathBitsCUDA::test_neg_view_constant_pad_nd_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7467362Z test_ops.py::TestMathBitsCUDA::test_neg_view_contiguous_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7467559Z test_ops.py::TestMathBitsCUDA::test_neg_view_cosh_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7467764Z test_ops.py::TestMathBitsCUDA::test_neg_view_cummax_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7467972Z test_ops.py::TestMathBitsCUDA::test_neg_view_diag_embed_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7468180Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagflat_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7468386Z test_ops.py::TestMathBitsCUDA::test_neg_view_diagonal_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7468684Z test_ops.py::TestMathBitsCUDA::test_neg_view_diff_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7468878Z test_ops.py::TestMathBitsCUDA::test_neg_view_dist_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7469098Z test_ops.py::TestMathBitsCUDA::test_neg_view_div_trunc_rounding_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7469292Z test_ops.py::TestMathBitsCUDA::test_neg_view_dot_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7469488Z test_ops.py::TestMathBitsCUDA::test_neg_view_double_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7469688Z test_ops.py::TestMathBitsCUDA::test_neg_view_dsplit_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7469892Z test_ops.py::TestMathBitsCUDA::test_neg_view_empty_cuda_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:55:06.7470120Z test_ops.py::TestMathBitsCUDA::test_neg_view_empty_like_cuda_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:55:06.7470316Z test_ops.py::TestMathBitsCUDA::test_neg_view_eq_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7470515Z test_ops.py::TestMathBitsCUDA::test_neg_view_equal_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7470708Z test_ops.py::TestMathBitsCUDA::test_neg_view_erf_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7470902Z test_ops.py::TestMathBitsCUDA::test_neg_view_erfc_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7471096Z test_ops.py::TestMathBitsCUDA::test_neg_view_erfinv_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7471298Z test_ops.py::TestMathBitsCUDA::test_neg_view_expand_as_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7471495Z test_ops.py::TestMathBitsCUDA::test_neg_view_expm1_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7471777Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_fftn_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7472006Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_hfftn_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7472209Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifft2_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7472419Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ifftn_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7472624Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_ihfftn_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7472825Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_irfftn_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7473027Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft2_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7473231Z test_ops.py::TestMathBitsCUDA::test_neg_view_fft_rfft_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7473434Z test_ops.py::TestMathBitsCUDA::test_neg_view_fill_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7473629Z test_ops.py::TestMathBitsCUDA::test_neg_view_float_power_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7473828Z test_ops.py::TestMathBitsCUDA::test_neg_view_floor_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7474038Z test_ops.py::TestMathBitsCUDA::test_neg_view_floor_divide_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7474240Z test_ops.py::TestMathBitsCUDA::test_neg_view_fmax_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7474438Z test_ops.py::TestMathBitsCUDA::test_neg_view_fmin_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7474632Z test_ops.py::TestMathBitsCUDA::test_neg_view_fmod_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7475063Z test_ops.py::TestMathBitsCUDA::test_neg_view_full_like_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7475274Z test_ops.py::TestMathBitsCUDA::test_neg_view_gather_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7475471Z test_ops.py::TestMathBitsCUDA::test_neg_view_geqrf_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7475809Z test_ops.py::TestMathBitsCUDA::test_neg_view_gradient_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7476014Z test_ops.py::TestMathBitsCUDA::test_neg_view_gt_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7476336Z test_ops.py::TestMathBitsCUDA::test_neg_view_histc_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7476657Z test_ops.py::TestMathBitsCUDA::test_neg_view_igammac_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7476925Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_add_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7477139Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_reduce_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7477346Z test_ops.py::TestMathBitsCUDA::test_neg_view_index_select_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7477542Z test_ops.py::TestMathBitsCUDA::test_neg_view_inner_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7477735Z test_ops.py::TestMathBitsCUDA::test_neg_view_int_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7477918Z test_ops.py::TestMathBitsCUDA::test_neg_view_isclose_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7478116Z test_ops.py::TestMathBitsCUDA::test_neg_view_isin_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7478311Z test_ops.py::TestMathBitsCUDA::test_neg_view_isinf_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7478504Z test_ops.py::TestMathBitsCUDA::test_neg_view_isnan_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7478714Z test_ops.py::TestMathBitsCUDA::test_neg_view_isneginf_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7478919Z test_ops.py::TestMathBitsCUDA::test_neg_view_isposinf_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7479116Z test_ops.py::TestMathBitsCUDA::test_neg_view_isreal_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7479307Z test_ops.py::TestMathBitsCUDA::test_neg_view_kron_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7479519Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cond_cuda_float64 PASSED [ 87%] 2022-11-23T02:55:06.7479810Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cross_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7480039Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7480260Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_det_singular_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7480477Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_eigh_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7480721Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_householder_product_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7480929Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_inv_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7481140Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7481368Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7481739Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_lu_factor_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7481971Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7482172Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_matrix_power_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7482497Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_multi_dot_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7482840Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7483161Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T02:55:06.7483368Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_qr_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7483576Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7483788Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_ex_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7484018Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_solve_triangular_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7484224Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svd_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7484435Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_svdvals_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7484766Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_tensorsolve_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7484986Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_vector_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7485185Z test_ops.py::TestMathBitsCUDA::test_neg_view_log10_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7485383Z test_ops.py::TestMathBitsCUDA::test_neg_view_log2_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7485594Z test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7485821Z test_ops.py::TestMathBitsCUDA::test_neg_view_log_softmax_with_dtype_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7486030Z test_ops.py::TestMathBitsCUDA::test_neg_view_logical_or_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7486230Z test_ops.py::TestMathBitsCUDA::test_neg_view_logspace_cuda_float64 XFAIL [ 88%] 2022-11-23T02:55:06.7486437Z test_ops.py::TestMathBitsCUDA::test_neg_view_logsumexp_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7486620Z test_ops.py::TestMathBitsCUDA::test_neg_view_long_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7486815Z test_ops.py::TestMathBitsCUDA::test_neg_view_lt_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7487019Z test_ops.py::TestMathBitsCUDA::test_neg_view_lu_unpack_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7487228Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amax_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7487431Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_amin_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7487647Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmax_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7487940Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_argmin_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7488308Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumprod_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7488525Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_cumsum_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7488751Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_log_softmax_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7489061Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_mean_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7489395Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_median_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7489606Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7489811Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_sum_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7490015Z test_ops.py::TestMathBitsCUDA::test_neg_view_masked_var_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7490218Z test_ops.py::TestMathBitsCUDA::test_neg_view_matrix_exp_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7490415Z test_ops.py::TestMathBitsCUDA::test_neg_view_max_binary_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7490617Z test_ops.py::TestMathBitsCUDA::test_neg_view_maximum_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7490830Z test_ops.py::TestMathBitsCUDA::test_neg_view_meshgrid_list_of_tensors_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7491036Z test_ops.py::TestMathBitsCUDA::test_neg_view_min_binary_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7491232Z test_ops.py::TestMathBitsCUDA::test_neg_view_mm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7491435Z test_ops.py::TestMathBitsCUDA::test_neg_view_msort_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7491630Z test_ops.py::TestMathBitsCUDA::test_neg_view_mv_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7491834Z test_ops.py::TestMathBitsCUDA::test_neg_view_nan_to_num_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7492042Z test_ops.py::TestMathBitsCUDA::test_neg_view_nanmedian_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7492252Z test_ops.py::TestMathBitsCUDA::test_neg_view_nanquantile_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7492450Z test_ops.py::TestMathBitsCUDA::test_neg_view_nansum_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7492768Z test_ops.py::TestMathBitsCUDA::test_neg_view_narrow_copy_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7492966Z test_ops.py::TestMathBitsCUDA::test_neg_view_neg_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7493192Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:55:06.7493492Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_empty_strided_cuda_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 88%] 2022-11-23T02:55:06.7493698Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_ones_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7493907Z test_ops.py::TestMathBitsCUDA::test_neg_view_new_zeros_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7494115Z test_ops.py::TestMathBitsCUDA::test_neg_view_nextafter_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7494373Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7494753Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7495010Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7495303Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7495637Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7495997Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7496321Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7496576Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_avg_pool3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7496806Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_bilinear_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7497027Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_celu_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7497247Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7497487Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7497728Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7497952Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_ctc_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7498185Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7498414Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_dropout3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7498678Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7499009Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 88%] 2022-11-23T02:55:06.7499249Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7499469Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_gelu_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7499689Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_glu_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7499918Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_group_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7500152Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardshrink_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7500381Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardswish_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7500608Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hardtanh_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7502010Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7502372Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_huber_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7502626Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7502876Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7503122Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_linear_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7503373Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7503594Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_kl_div_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7503827Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_layer_norm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7504066Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7504292Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool1d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7504520Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_pool3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7504751Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool2d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7505079Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7505343Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7505581Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7505835Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7506088Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7506313Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_nll_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7506542Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_normalize_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7506780Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pad_replicate_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7507005Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_pdist_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7507243Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7507444Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_relu_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7507790Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_selu_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7508014Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_silu_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7508257Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7508584Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_softsign_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7508927Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_unfold_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7509178Z test_ops.py::TestMathBitsCUDA::test_neg_view_nn_functional_upsample_nearest_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7509383Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_fro_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7509589Z test_ops.py::TestMathBitsCUDA::test_neg_view_norm_inf_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7509794Z test_ops.py::TestMathBitsCUDA::test_neg_view_normal_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7510106Z test_ops.py::TestMathBitsCUDA::test_neg_view_ones_cuda_float64 XFAIL [ 88%] 2022-11-23T02:55:06.7510323Z test_ops.py::TestMathBitsCUDA::test_neg_view_ops_nvprims_view_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7510522Z test_ops.py::TestMathBitsCUDA::test_neg_view_outer_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7510729Z test_ops.py::TestMathBitsCUDA::test_neg_view_pinverse_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7510960Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_1_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7511192Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_2_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7511422Z test_ops.py::TestMathBitsCUDA::test_neg_view_polygamma_polygamma_n_4_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7511622Z test_ops.py::TestMathBitsCUDA::test_neg_view_put_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7511827Z test_ops.py::TestMathBitsCUDA::test_neg_view_randint_cuda_float64 XFAIL [ 88%] 2022-11-23T02:55:06.7512006Z test_ops.py::TestMathBitsCUDA::test_neg_view_randn_cuda_float64 XFAIL [ 88%] 2022-11-23T02:55:06.7512215Z test_ops.py::TestMathBitsCUDA::test_neg_view_randn_like_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7512414Z test_ops.py::TestMathBitsCUDA::test_neg_view_ravel_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7512613Z test_ops.py::TestMathBitsCUDA::test_neg_view_real_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7512824Z test_ops.py::TestMathBitsCUDA::test_neg_view_reciprocal_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7513111Z test_ops.py::TestMathBitsCUDA::test_neg_view_remainder_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7513333Z test_ops.py::TestMathBitsCUDA::test_neg_view_renorm_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7513535Z test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7513755Z test_ops.py::TestMathBitsCUDA::test_neg_view_repeat_interleave_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7514100Z test_ops.py::TestMathBitsCUDA::test_neg_view_reshape_as_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7514344Z test_ops.py::TestMathBitsCUDA::test_neg_view_resize_as__cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7514556Z test_ops.py::TestMathBitsCUDA::test_neg_view_resolve_neg_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7514863Z test_ops.py::TestMathBitsCUDA::test_neg_view_roll_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7515067Z test_ops.py::TestMathBitsCUDA::test_neg_view_rot90_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7515274Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7515520Z test_ops.py::TestMathBitsCUDA::test_neg_view_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 88%] 2022-11-23T02:55:06.7515719Z test_ops.py::TestMathBitsCUDA::test_neg_view_rsqrt_cuda_float64 PASSED [ 88%] 2022-11-23T02:55:06.7515952Z test_ops.py::TestMathBitsCUDA::test_neg_view_scalar_tensor_cuda_float64 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:55:06.7516162Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_add_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7516345Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7516566Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_amin_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7516786Z test_ops.py::TestMathBitsCUDA::test_neg_view_scatter_reduce_mean_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7517000Z test_ops.py::TestMathBitsCUDA::test_neg_view_searchsorted_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7517230Z test_ops.py::TestMathBitsCUDA::test_neg_view_segment_reduce_lengths_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7517432Z test_ops.py::TestMathBitsCUDA::test_neg_view_select_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7517675Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_cosine_cuda_float64 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:55:06.7518041Z test_ops.py::TestMathBitsCUDA::test_neg_view_signal_windows_exponential_cuda_float64 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:55:06.7518241Z test_ops.py::TestMathBitsCUDA::test_neg_view_signbit_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7518440Z test_ops.py::TestMathBitsCUDA::test_neg_view_sin_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7518642Z test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7518862Z test_ops.py::TestMathBitsCUDA::test_neg_view_softmax_with_dtype_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7519063Z test_ops.py::TestMathBitsCUDA::test_neg_view_sort_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7519309Z test_ops.py::TestMathBitsCUDA::test_neg_view_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 89%] 2022-11-23T02:55:06.7519526Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_airy_ai_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7519742Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y0_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7520100Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_bessel_y1_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7530994Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_t_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7531769Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:55:06.7532192Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_entr_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7532873Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_hermite_polynomial_h_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7533291Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_i0e_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7533684Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_i1_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7534328Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:55:06.7534741Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_log_ndtr_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7535210Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_scaled_modified_bessel_k0_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7535847Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:55:06.7536581Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:55:06.7537053Z test_ops.py::TestMathBitsCUDA::test_neg_view_special_spherical_bessel_j0_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7537498Z test_ops.py::TestMathBitsCUDA::test_neg_view_split_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7537988Z test_ops.py::TestMathBitsCUDA::test_neg_view_split_with_sizes_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7538385Z test_ops.py::TestMathBitsCUDA::test_neg_view_sqrt_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7538773Z test_ops.py::TestMathBitsCUDA::test_neg_view_square_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7539146Z test_ops.py::TestMathBitsCUDA::test_neg_view_squeeze_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7539514Z test_ops.py::TestMathBitsCUDA::test_neg_view_stft_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7539901Z test_ops.py::TestMathBitsCUDA::test_neg_view_sum_to_size_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7540270Z test_ops.py::TestMathBitsCUDA::test_neg_view_svd_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7540667Z test_ops.py::TestMathBitsCUDA::test_neg_view_svd_lowrank_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7541041Z test_ops.py::TestMathBitsCUDA::test_neg_view_symeig_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7541604Z test_ops.py::TestMathBitsCUDA::test_neg_view_t_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7542002Z test_ops.py::TestMathBitsCUDA::test_neg_view_take_along_dim_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7542345Z test_ops.py::TestMathBitsCUDA::test_neg_view_tan_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7542716Z test_ops.py::TestMathBitsCUDA::test_neg_view_tanh_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7543153Z test_ops.py::TestMathBitsCUDA::test_neg_view_tensor_split_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7543552Z test_ops.py::TestMathBitsCUDA::test_neg_view_to_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7543962Z test_ops.py::TestMathBitsCUDA::test_neg_view_to_sparse_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7544422Z test_ops.py::TestMathBitsCUDA::test_neg_view_transpose_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7544881Z test_ops.py::TestMathBitsCUDA::test_neg_view_trapz_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7545322Z test_ops.py::TestMathBitsCUDA::test_neg_view_triangular_solve_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7545696Z test_ops.py::TestMathBitsCUDA::test_neg_view_triu_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7546065Z test_ops.py::TestMathBitsCUDA::test_neg_view_trunc_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7546450Z test_ops.py::TestMathBitsCUDA::test_neg_view_unflatten_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7546823Z test_ops.py::TestMathBitsCUDA::test_neg_view_unfold_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7547191Z test_ops.py::TestMathBitsCUDA::test_neg_view_uniform_cuda_float64 XFAIL [ 89%] 2022-11-23T02:55:06.7547708Z test_ops.py::TestMathBitsCUDA::test_neg_view_unique_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7548114Z test_ops.py::TestMathBitsCUDA::test_neg_view_var_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7548498Z test_ops.py::TestMathBitsCUDA::test_neg_view_var_mean_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7548875Z test_ops.py::TestMathBitsCUDA::test_neg_view_vdot_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7549446Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_as_complex_cuda_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 89%] 2022-11-23T02:55:06.7549814Z test_ops.py::TestMathBitsCUDA::test_neg_view_view_copy_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7550257Z test_ops.py::TestMathBitsCUDA::test_neg_view_where_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7550653Z test_ops.py::TestMathBitsCUDA::test_neg_view_xlogy_cuda_float64 PASSED [ 89%] 2022-11-23T02:55:06.7551038Z test_ops.py::TestMathBitsCUDA::test_neg_view_zeros_cuda_float64 XFAIL [ 89%] 2022-11-23T02:55:06.7551476Z test_ops.py::TestFakeTensorCUDA::test_fake_H_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7551947Z test_ops.py::TestFakeTensorCUDA::test_fake___getitem___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7552331Z test_ops.py::TestFakeTensorCUDA::test_fake___rdiv___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7552716Z test_ops.py::TestFakeTensorCUDA::test_fake___rmod___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7553093Z test_ops.py::TestFakeTensorCUDA::test_fake___rpow___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7553461Z test_ops.py::TestFakeTensorCUDA::test_fake___rxor___cuda_int64 PASSED [ 89%] 2022-11-23T02:55:06.7553887Z test_ops.py::TestFakeTensorCUDA::test_fake__softmax_backward_data_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7554258Z test_ops.py::TestFakeTensorCUDA::test_fake_abs_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7554631Z test_ops.py::TestFakeTensorCUDA::test_fake_acosh_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7555007Z test_ops.py::TestFakeTensorCUDA::test_fake_add_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7555391Z test_ops.py::TestFakeTensorCUDA::test_fake_addcdiv_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7555767Z test_ops.py::TestFakeTensorCUDA::test_fake_addcmul_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7556309Z test_ops.py::TestFakeTensorCUDA::test_fake_addmm_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7556682Z test_ops.py::TestFakeTensorCUDA::test_fake_addmv_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7557207Z test_ops.py::TestFakeTensorCUDA::test_fake_all_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7557630Z test_ops.py::TestFakeTensorCUDA::test_fake_allclose_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7558023Z test_ops.py::TestFakeTensorCUDA::test_fake_amin_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7558470Z test_ops.py::TestFakeTensorCUDA::test_fake_any_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7558933Z test_ops.py::TestFakeTensorCUDA::test_fake_arange_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7559328Z test_ops.py::TestFakeTensorCUDA::test_fake_argmax_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7559703Z test_ops.py::TestFakeTensorCUDA::test_fake_argmin_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7560080Z test_ops.py::TestFakeTensorCUDA::test_fake_argsort_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7560451Z test_ops.py::TestFakeTensorCUDA::test_fake_asin_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7560847Z test_ops.py::TestFakeTensorCUDA::test_fake_atanh_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7561230Z test_ops.py::TestFakeTensorCUDA::test_fake_atleast_1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7561616Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_H_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7562005Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_T_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7562551Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___radd___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7562988Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rmul___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7563382Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___ror___cuda_int64 PASSED [ 89%] 2022-11-23T02:55:06.7563775Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rsub___cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7564263Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast___rxor___cuda_int64 PASSED [ 89%] 2022-11-23T02:55:06.7564726Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast__softmax_backward_data_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7565193Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_acosh_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7565672Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_add_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7566088Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addbmm_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7566508Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addcmul_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7566906Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7567349Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmm_decomposed_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7567755Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_addmv_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7568165Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_allclose_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7568637Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_aminmax_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:55:06.7569041Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_angle_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7569437Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_argmax_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7569860Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7570317Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_as_strided_scatter_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7570706Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_asin_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7571202Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atan2_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7571805Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atanh_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7572295Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_1d_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7572807Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_2d_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7573200Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_atleast_3d_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7573609Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_baddbmm_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7574030Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bernoulli_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7574439Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bfloat16_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7574850Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_and_cuda_int64 PASSED [ 89%] 2022-11-23T02:55:06.7575261Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bitwise_or_cuda_int64 PASSED [ 89%] 2022-11-23T02:55:06.7575659Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_bool_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7576102Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_broadcast_tensors_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7576497Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_byte_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7576891Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cat_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7577289Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdist_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7579240Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cdouble_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7579837Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cholesky_inverse_cuda_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T02:55:06.7580248Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_chunk_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7580672Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_clamp_max_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7581091Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_column_stack_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7581497Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_complex_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7581893Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7582318Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_conj_physical_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7582716Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_corrcoef_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7583111Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cos_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7583536Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_count_nonzero_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7583945Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cummax_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7584345Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumsum_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7584902Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_cumulative_trapezoid_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7585330Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_deg2rad_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7585826Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diag_embed_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7586342Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_diagonal_copy_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7586765Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_digamma_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7587217Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_floor_rounding_cuda_float32 PASSED [ 89%] 2022-11-23T02:55:06.7587660Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_no_rounding_mode_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7588275Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_div_trunc_rounding_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7588679Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_equal_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7589081Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_erf_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7589478Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_exp2_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7589873Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_eye_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7590283Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_fft_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7590694Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfft_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7591088Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_hfftn_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7591567Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft2_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7592007Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_ifft_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7592431Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft2_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7592980Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_irfft_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7593417Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfft2_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7593830Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fft_rfftn_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7594375Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fill_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7594801Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flip_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7595204Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fliplr_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7595611Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_flipud_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7596028Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_floor_divide_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7596424Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmax_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7596815Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_fmod_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7597220Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_full_like_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7597625Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gather_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7598017Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_gcd_cuda_int64 PASSED [ 90%] 2022-11-23T02:55:06.7598462Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ge_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7598887Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_histc_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7599295Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_hsplit_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7599839Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_igamma_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7600271Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_imag_cuda_complex64 PASSED [ 90%] 2022-11-23T02:55:06.7600691Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_copy_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7601100Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_fill_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7601507Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_index_put_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7601919Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isclose_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7602328Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isfinite_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7602727Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isnan_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7603297Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_isposinf_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7603772Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_istft_cuda_complex64 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7604315Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_jiterator_binary_return_by_ref_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7604722Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_kthvalue_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7605115Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lerp_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7605647Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cond_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7606091Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cross_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7606605Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_det_singular_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7607123Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eig_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7607618Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvals_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7608134Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_eigvalsh_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7608535Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7608962Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_inv_ex_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7609554Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_factor_ex_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7610018Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_ldl_solve_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7610439Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7610919Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7611325Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_lu_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7611764Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7612363Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_matrix_rank_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7612827Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_multi_dot_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7613264Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7613952Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7614394Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7614910Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_hermitian_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7615528Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 90%] 2022-11-23T02:55:06.7616014Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_solve_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7616424Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svd_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7616854Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_svdvals_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7617289Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorinv_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7617797Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_tensorsolve_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7618389Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vander_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7618813Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vecdot_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7619307Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_vector_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7619735Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log10_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7620151Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log1p_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7620701Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log2_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7621186Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_log_softmax_with_dtype_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7621608Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logaddexp2_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7622015Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logdet_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7622430Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logical_and_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7622836Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_logspace_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7623245Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_lu_unpack_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7623657Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_amax_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7624070Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_cumprod_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7624649Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_logsumexp_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7625107Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_mean_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7625518Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7625940Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_normalize_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7626470Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_prod_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7626915Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_scatter_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7627424Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_select_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7627937Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_std_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7628345Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_sum_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7628759Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_masked_var_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7629164Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matmul_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7629584Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_matrix_exp_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7630067Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7630514Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_max_reduction_no_dim_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7630982Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_meshgrid_variadic_tensors_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7631426Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_no_dim_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7631880Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_min_reduction_with_dim_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7632279Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_mode_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7632681Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_movedim_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7633357Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_msort_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7633870Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_multinomial_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7634503Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nanmean_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7634944Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_narrow_copy_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7635406Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_dropout_backward_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7635851Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_native_layer_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7636292Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_empty_strided_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7636705Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_new_zeros_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7637125Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nextafter_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7637657Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T02:55:06.7638151Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7638645Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7639133Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_adaptive_max_pool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7639803Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7640366Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7640857Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_bilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7641494Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7641961Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7642410Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7642902Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7643374Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7643864Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cosine_similarity_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7644336Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_cross_entropy_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7644867Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7645403Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7645905Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7646374Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_hardshrink_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7646927Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_huber_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7647434Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_instance_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7648019Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7648887Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_linear_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7649387Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7649890Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_interpolate_trilinear_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7650337Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_kl_div_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7650804Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_local_response_norm_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7651277Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_logsigmoid_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7651764Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7652286Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7652770Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7653242Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7653770Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7654259Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_max_unpool3d_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7654926Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mish_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7655426Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_mse_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7656015Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:06.7656530Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_one_hot_cuda_int64 SKIPPED (Skip failing test) [ 90%] 2022-11-23T02:55:06.7656996Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pad_constant_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7657465Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7657946Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7658400Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_prelu_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7658843Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu6_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7659278Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_relu_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7659732Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_rrelu_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7660169Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_softplus_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7660690Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7661241Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_nn_functional_upsample_nearest_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7661666Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7662073Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_fro_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7662624Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_inf_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7663058Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_norm_nuc_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7663642Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7664082Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_normal_number_mean_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7664476Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7664888Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_ones_like_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7665291Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_outer_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7665709Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pca_lowrank_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7666127Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pinverse_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7666530Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polar_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7666994Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_0_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7667460Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_1_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7667960Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_polygamma_polygamma_n_4_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7668400Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_positive_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7668817Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_pow_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7669298Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_prod_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7669928Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_put_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7670372Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rad2deg_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7670764Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rand_like_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7671193Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randint_like_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7671600Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7672012Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_randn_like_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7672430Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_reciprocal_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7672832Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_renorm_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7673237Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resize__cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7673657Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_conj_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7674071Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_resolve_neg_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7674464Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_roll_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7674963Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_0_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7675437Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_round_decimals_neg_3_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7675855Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsqrt_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7676406Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_rsub_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7676849Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scalar_tensor_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7677268Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7677714Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_amax_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7678151Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_prod_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7678765Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_scatter_reduce_sum_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7679178Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_searchsorted_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7679577Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_segment_reduce_offsets_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7679995Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sigmoid_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7680392Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sign_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7680874Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signal_windows_exponential_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7681282Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_signbit_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7681740Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sin_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7682170Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sinc_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7682597Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7683207Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_softmax_with_dtype_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7683756Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_j0_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7684201Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_bessel_y0_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7684694Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7685327Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_hermite_polynomial_he_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7685772Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i0e_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7686181Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_i1_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7686675Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_laguerre_polynomial_l_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7687107Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_log_ndtr_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7687577Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_i1_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7688042Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_modified_bessel_k1_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7688462Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_ndtr_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7689026Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7689549Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7690374Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:55:06.7691056Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T02:55:06.7691469Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7691895Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_split_list_args_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7692300Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sqrt_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7692702Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_square_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7693094Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_std_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7693477Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sub_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7694058Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_sum_to_size_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7694476Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_svd_lowrank_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7694865Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_t_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7695262Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_take_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7695715Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tanh_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7696240Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tensor_split_cuda_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T02:55:06.7696741Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_to_sparse_cuda_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T02:55:06.7697282Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_topk_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7697707Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trace_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7698137Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triangular_solve_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7698552Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_tril_indices_cuda_int64 PASSED [ 91%] 2022-11-23T02:55:06.7698924Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_triu_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7699310Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_true_divide_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7699857Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_trunc_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7700299Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unflatten_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7700700Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unfold_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7701143Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_unique_consecutive_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7701559Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_var_mean_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7701986Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_as_complex_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7702373Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_view_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7702855Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_xlogy_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7703265Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zero__cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7713340Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_zeros_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7713832Z test_ops.py::TestFakeTensorCUDA::test_fake_baddbmm_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7714299Z test_ops.py::TestFakeTensorCUDA::test_fake_bernoulli_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7714693Z test_ops.py::TestFakeTensorCUDA::test_fake_bfloat16_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7715072Z test_ops.py::TestFakeTensorCUDA::test_fake_bincount_cuda_int64 PASSED [ 91%] 2022-11-23T02:55:06.7715440Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_not_cuda_int64 PASSED [ 91%] 2022-11-23T02:55:06.7715801Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_or_cuda_int64 PASSED [ 91%] 2022-11-23T02:55:06.7716174Z test_ops.py::TestFakeTensorCUDA::test_fake_bitwise_xor_cuda_int64 PASSED [ 91%] 2022-11-23T02:55:06.7716652Z test_ops.py::TestFakeTensorCUDA::test_fake_block_diag_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7717057Z test_ops.py::TestFakeTensorCUDA::test_fake_bmm_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7717447Z test_ops.py::TestFakeTensorCUDA::test_fake_bool_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7718007Z test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_shapes_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7718431Z test_ops.py::TestFakeTensorCUDA::test_fake_broadcast_tensors_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7719046Z test_ops.py::TestFakeTensorCUDA::test_fake_byte_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7719424Z test_ops.py::TestFakeTensorCUDA::test_fake_cdouble_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7719797Z test_ops.py::TestFakeTensorCUDA::test_fake_char_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7720198Z test_ops.py::TestFakeTensorCUDA::test_fake_cholesky_solve_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7720576Z test_ops.py::TestFakeTensorCUDA::test_fake_clone_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7720986Z test_ops.py::TestFakeTensorCUDA::test_fake_combinations_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7721371Z test_ops.py::TestFakeTensorCUDA::test_fake_complex_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7721742Z test_ops.py::TestFakeTensorCUDA::test_fake_conj_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7722146Z test_ops.py::TestFakeTensorCUDA::test_fake_constant_pad_nd_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7722539Z test_ops.py::TestFakeTensorCUDA::test_fake_copysign_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7722918Z test_ops.py::TestFakeTensorCUDA::test_fake_corrcoef_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7723278Z test_ops.py::TestFakeTensorCUDA::test_fake_cos_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7723737Z test_ops.py::TestFakeTensorCUDA::test_fake_cosh_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7724128Z test_ops.py::TestFakeTensorCUDA::test_fake_cross_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7724647Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_T_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7725335Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___radd___cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7725821Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rdiv___cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7726258Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmatmul___cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7726715Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rmul___cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7727160Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rpow___cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7727592Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp___rsub___cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7728090Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp__softmax_backward_data_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7728536Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_acos_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7728976Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_add_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7729426Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcdiv_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7729879Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addcmul_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7730404Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7730925Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_addmm_decomposed_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7731467Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_as_strided_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7731993Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_asin_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7732455Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atan2_cuda_float32 PASSED [ 91%] 2022-11-23T02:55:06.7732902Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atanh_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7733360Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7733990Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_atleast_3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7734450Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bernoulli_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7734888Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bfloat16_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7735312Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_bmm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7735791Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_broadcast_to_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7736225Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cat_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7736648Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ceil_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7737073Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chalf_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7737648Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_chunk_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7738113Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7738651Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_clamp_min_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7739211Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_complex_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7739649Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_conj_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7740254Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_corrcoef_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7740714Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cos_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7741151Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cosh_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7741588Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cov_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7742029Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cross_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7742472Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cummax_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7742911Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumsum_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7743404Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_cumulative_trapezoid_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7743878Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_diagonal_copy_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7744414Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_digamma_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7744881Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dist_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7745392Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dot_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7745939Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_double_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7746393Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_dsplit_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7746817Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_erfc_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7747274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expand_as_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7747730Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_expm1_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7748167Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fft2_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7748630Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_fftshift_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7750371Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_hfftn_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7750811Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfft2_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7751359Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_ihfftn_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7751832Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_irfft_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7752354Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft2_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7752893Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fft_rfft_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7753350Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flip_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7753800Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_flipud_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7754228Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7754692Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_float_power_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7755135Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_floor_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7755569Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_fmod_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7756008Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_frac_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7756618Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_gather_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7757130Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_grid_sampler_2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7757570Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_i0_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7758066Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_fill_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7758547Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_put_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7759031Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_index_select_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7759625Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_inner_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7760094Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_kron_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7760549Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lgamma_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7761007Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cross_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7761468Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7761952Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_det_singular_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7762398Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eig_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7762864Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigh_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7763340Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_eigvals_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7763855Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_householder_product_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7764319Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7764790Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7765575Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7766182Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_matrix_power_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7766755Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_multi_dot_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7767226Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7767761Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7768266Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:55:06.7768797Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_pinv_singular_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:55:06.7769262Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_qr_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7769707Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7770174Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_solve_ex_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7770628Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_svd_cuda_float32 XFAIL [ 92%] 2022-11-23T02:55:06.7771094Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vander_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7771693Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_vecdot_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7772284Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log2_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7772769Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_log_softmax_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7773388Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logaddexp2_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7773878Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logcumsumexp_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7774312Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logdet_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7774755Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_logit_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7775191Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_lu_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7775620Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mT_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7776092Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_cumprod_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7776560Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_fill_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7777029Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_mean_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7777496Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7777979Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_normalize_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7778449Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_select_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7778981Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_softmin_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7779471Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_masked_std_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7780009Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_matrix_exp_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7780766Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_binary_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7781282Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7781769Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_max_reduction_with_dim_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7782274Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7782723Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mode_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7783168Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_movedim_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7783611Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_msort_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7784047Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mv_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7784537Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7785024Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7785469Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nan_to_num_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7785993Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanmean_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7786623Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nanquantile_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7787178Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nansum_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7787749Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_native_layer_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7788215Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_neg_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7788781Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7789307Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7789830Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7790356Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7790846Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7791357Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7791870Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7792360Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_batch_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7792919Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:55:06.7793510Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7794066Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7794699Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:55:06.7795404Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7795914Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7796406Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_dropout_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7796887Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_elu_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7797396Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7797905Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_embedding_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7798477Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7799013Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7799546Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7800065Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_glu_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7800598Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_grid_sample_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7801315Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_group_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7801909Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7802429Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_instance_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7802963Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7803499Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7803985Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_kl_div_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7804469Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_linear_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7804997Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7805526Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7806029Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7806542Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7807084Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7807612Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_nll_loss_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:06.7808156Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_normalize_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7808745Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7809283Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7809792Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7810486Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7810984Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu6_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7811465Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_relu_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7811947Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_rrelu_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7812464Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7812982Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7813480Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_softsign_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7814109Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7814635Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_threshold_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7815236Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7815832Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7816510Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7816985Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7817437Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_norm_inf_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7817887Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7818367Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_normal_number_mean_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7818812Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ormqr_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7819261Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pca_lowrank_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7819711Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_permute_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7820272Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pinverse_cuda_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:55:06.7820823Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7821335Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7821899Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7822423Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_positive_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7822875Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_pow_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7823332Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_quantile_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7823771Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_ravel_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7824210Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_real_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7824669Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_as_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7825296Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_reshape_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7825762Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_resolve_conj_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7826198Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7826665Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_0_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7827132Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_round_decimals_3_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7827592Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_scatter_add_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7828179Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_lengths_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7828695Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_segment_reduce_offsets_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7829279Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_select_scatter_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7829744Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sgn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7830198Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sigmoid_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7830626Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sin_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7832338Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sinc_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7832855Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7833307Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_slice_scatter_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7833842Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:55:06.7834297Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_entr_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7834830Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7835322Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_i1e_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7835877Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_log_ndtr_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7836514Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7837008Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_special_xlog1py_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7837482Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_split_with_sizes_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7837925Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sqrt_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7838364Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_square_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7838810Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_std_mean_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7839245Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_stft_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7839692Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sub_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7840147Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_sum_to_size_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7840573Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_t_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7841197Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tan_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7841697Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tanh_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7842189Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensor_split_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7842706Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tensordot_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7843194Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_tile_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7843650Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_to_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7844102Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trace_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7844522Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trapz_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7845008Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_triangular_solve_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7845442Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_trunc_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7845891Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unbind_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7846325Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unflatten_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7846773Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_unsqueeze_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7847373Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_as_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7847848Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_view_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7848277Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_vsplit_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7848827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_where_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7849291Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_xlogy_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7849827Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___getitem___cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7850353Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmatmul___cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7850817Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rmod___cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7851281Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp___rpow___cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7851720Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_abs_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7852154Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_add_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7852604Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addbmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7853058Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addcmul_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7853507Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7854002Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmm_decomposed_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7854431Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_addmv_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7854879Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amax_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7855354Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_amin_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7855849Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_as_strided_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7856541Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_asin_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7857051Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atan_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7857517Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atanh_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7857982Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_atleast_1d_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7858449Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_block_diag_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7858926Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_broadcast_to_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7859363Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cat_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7859808Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ceil_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7860252Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chalf_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7860708Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7861186Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cholesky_solve_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7861636Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_chunk_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7862256Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_clone_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7862786Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_combinations_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7863248Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_conj_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7863842Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_constant_pad_nd_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7864322Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_corrcoef_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7864771Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cov_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7865198Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummax_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7865625Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cummin_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7866087Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumsum_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7866592Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7867039Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diag_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7867482Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_diff_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7867943Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_digamma_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7868391Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dist_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7868889Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7869425Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dot_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7869909Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_dstack_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7870424Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_einsum_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7871131Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_erfinv_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7871595Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_exp2_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7872058Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_expand_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7872546Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_fftshift_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7873013Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft2_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7873486Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfft_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7873954Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_hfftn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7874417Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfft_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7874897Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_ihfftn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7875359Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_irfft2_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7875807Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fft_rfftn_cuda_float32 XFAIL [ 93%] 2022-11-23T02:55:06.7876318Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_flatten_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7876811Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fliplr_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7877500Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_fmin_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7877995Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frac_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7878451Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_frexp_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7878908Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gather_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7879365Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_gradient_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7879843Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_grid_sampler_2d_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7880297Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_hsplit_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7880735Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_i0_cuda_float32 PASSED [ 93%] 2022-11-23T02:55:06.7881203Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_copy_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7881667Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_fill_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7882125Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_put_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7882591Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_reduce_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7883134Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_index_select_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7883616Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_inner_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7884125Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kron_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7884658Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_kthvalue_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7885123Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ldexp_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7885590Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cond_cuda_float32 XFAIL [ 94%] 2022-11-23T02:55:06.7886239Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cross_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7886739Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_det_singular_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7887185Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eig_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7887668Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_eigvals_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7888137Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_inv_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7888663Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7889127Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7889626Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7890190Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cuda_float32 XFAIL [ 94%] 2022-11-23T02:55:06.7890680Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_norm_cuda_float32 XFAIL [ 94%] 2022-11-23T02:55:06.7891211Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7891781Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7892385Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_qr_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7892892Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_slogdet_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7893401Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7893878Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_svdvals_cuda_float32 XFAIL [ 94%] 2022-11-23T02:55:06.7894347Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vander_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7894832Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_vector_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7895275Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7895748Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7896250Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7896780Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logcumsumexp_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7897271Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logit_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7897758Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_logsumexp_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7898290Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mH_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7898792Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumprod_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7899253Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_cumsum_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7899725Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_fill_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7900225Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_log_softmax_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7900693Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_mean_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7901327Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_median_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7901766Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7902248Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_normalize_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7902723Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_prod_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7903192Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_sum_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7903724Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_masked_var_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7904207Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_binary_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7904811Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7905372Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7905831Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_mean_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7906293Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_median_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7906903Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_binary_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7907429Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7907889Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanmedian_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7908365Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nanquantile_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7908818Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_narrow_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7909305Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_batch_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7909784Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_native_layer_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7910345Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7910996Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7911515Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7912094Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7912715Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7913304Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7913801Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_celu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7914388Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7914918Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7915434Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7916120Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7916625Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_dropout_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7917107Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_elu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7917650Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7918237Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7918755Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_gelu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7919326Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7919940Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7920453Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7920958Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7921638Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7922228Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7922727Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7923227Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7923729Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7924242Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7924751Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7925268Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7925784Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7926319Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7926826Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7927337Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7927822Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_mish_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7928362Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7928924Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7929416Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7929986Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7930703Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7931294Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7931889Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7932411Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7932903Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_selu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7933391Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_silu_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7933928Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7934438Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7934941Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_softsign_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7935447Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7936141Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7936644Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_norm_fro_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7937099Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7937594Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_normal_number_mean_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7938049Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_outer_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7938498Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_polar_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7938964Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_positive_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7939408Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_pow_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7939861Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_prod_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7940286Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_put_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7940746Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_quantile_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7941202Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_ravel_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7941698Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_repeat_interleave_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7942153Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_reshape_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7942601Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rot90_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7943085Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_0_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7943582Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7944034Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_rsqrt_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7944686Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7945172Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7945655Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7946151Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7946621Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7947220Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cuda_float32 XFAIL [ 94%] 2022-11-23T02:55:06.7947695Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sin_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7948217Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7948768Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_slice_scatter_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7949225Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sort_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7949702Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_entr_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7950151Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i0e_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7950756Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_i1_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7951278Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_log_ndtr_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7951749Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_special_ndtr_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7952219Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_list_args_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7952699Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_split_with_sizes_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7953154Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_square_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7953611Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_squeeze_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7954065Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stack_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7954516Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_stft_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7954958Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_sub_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7955407Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_symeig_cuda_float32 PASSED [ 94%] 2022-11-23T02:55:06.7955849Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_t_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7956323Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_along_dim_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7956762Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_take_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7957223Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tensordot_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7957670Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_tile_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7958119Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_to_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7958579Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapezoid_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7959184Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_trapz_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7959630Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_triu_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7960100Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_true_divide_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7960552Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unbind_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7961018Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_unsqueeze_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7961472Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vdot_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7961929Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_as_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7962347Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_view_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7962826Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_vsplit_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7963277Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_where_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7963721Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_xlogy_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7964107Z test_ops.py::TestFakeTensorCUDA::test_fake_cumprod_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7964485Z test_ops.py::TestFakeTensorCUDA::test_fake_cumsum_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7965047Z test_ops.py::TestFakeTensorCUDA::test_fake_cumulative_trapezoid_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7965457Z test_ops.py::TestFakeTensorCUDA::test_fake_deg2rad_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7965843Z test_ops.py::TestFakeTensorCUDA::test_fake_diag_embed_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7966243Z test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_copy_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7966655Z test_ops.py::TestFakeTensorCUDA::test_fake_diagonal_scatter_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7967031Z test_ops.py::TestFakeTensorCUDA::test_fake_dist_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7967440Z test_ops.py::TestFakeTensorCUDA::test_fake_div_floor_rounding_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7967848Z test_ops.py::TestFakeTensorCUDA::test_fake_div_trunc_rounding_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7968229Z test_ops.py::TestFakeTensorCUDA::test_fake_dsplit_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7968611Z test_ops.py::TestFakeTensorCUDA::test_fake_einsum_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7968989Z test_ops.py::TestFakeTensorCUDA::test_fake_empty_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7969375Z test_ops.py::TestFakeTensorCUDA::test_fake_empty_like_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7969725Z test_ops.py::TestFakeTensorCUDA::test_fake_eq_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7970099Z test_ops.py::TestFakeTensorCUDA::test_fake_erf_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7970471Z test_ops.py::TestFakeTensorCUDA::test_fake_erfc_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7970845Z test_ops.py::TestFakeTensorCUDA::test_fake_erfinv_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7971216Z test_ops.py::TestFakeTensorCUDA::test_fake_exp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7971590Z test_ops.py::TestFakeTensorCUDA::test_fake_expand_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7971962Z test_ops.py::TestFakeTensorCUDA::test_fake_expm1_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7972338Z test_ops.py::TestFakeTensorCUDA::test_fake_eye_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7972717Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fft_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7973091Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7973642Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_fftshift_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7974016Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfft2_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7974391Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_hfftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7974772Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ifftn_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7975160Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_ihfft2_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7975536Z test_ops.py::TestFakeTensorCUDA::test_fake_fft_rfft2_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7975917Z test_ops.py::TestFakeTensorCUDA::test_fake_flip_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7976294Z test_ops.py::TestFakeTensorCUDA::test_fake_float_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7976666Z test_ops.py::TestFakeTensorCUDA::test_fake_float_power_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7977049Z test_ops.py::TestFakeTensorCUDA::test_fake_floor_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7977414Z test_ops.py::TestFakeTensorCUDA::test_fake_fmax_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7977789Z test_ops.py::TestFakeTensorCUDA::test_fake_frexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7978156Z test_ops.py::TestFakeTensorCUDA::test_fake_full_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7978522Z test_ops.py::TestFakeTensorCUDA::test_fake_gather_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7978846Z test_ops.py::TestFakeTensorCUDA::test_fake_gcd_cuda_int64 PASSED [ 95%] 2022-11-23T02:55:06.7979498Z test_ops.py::TestFakeTensorCUDA::test_fake_grid_sampler_2d_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7979916Z test_ops.py::TestFakeTensorCUDA::test_fake_gt_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7980350Z test_ops.py::TestFakeTensorCUDA::test_fake_i0_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7980788Z test_ops.py::TestFakeTensorCUDA::test_fake_igamma_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7981196Z test_ops.py::TestFakeTensorCUDA::test_fake_igammac_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7981579Z test_ops.py::TestFakeTensorCUDA::test_fake_imag_cuda_complex64 PASSED [ 95%] 2022-11-23T02:55:06.7981943Z test_ops.py::TestFakeTensorCUDA::test_fake_int_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7982310Z test_ops.py::TestFakeTensorCUDA::test_fake_isclose_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7982686Z test_ops.py::TestFakeTensorCUDA::test_fake_isfinite_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7983053Z test_ops.py::TestFakeTensorCUDA::test_fake_isin_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7983431Z test_ops.py::TestFakeTensorCUDA::test_fake_isnan_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7983784Z test_ops.py::TestFakeTensorCUDA::test_fake_isreal_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7984231Z test_ops.py::TestFakeTensorCUDA::test_fake_istft_cuda_complex64 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.7984742Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_2inputs_2outputs_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.7985211Z test_ops.py::TestFakeTensorCUDA::test_fake_jiterator_unary_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.7985582Z test_ops.py::TestFakeTensorCUDA::test_fake_kron_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7985961Z test_ops.py::TestFakeTensorCUDA::test_fake_kthvalue_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7986321Z test_ops.py::TestFakeTensorCUDA::test_fake_lcm_cuda_int64 PASSED [ 95%] 2022-11-23T02:55:06.7986704Z test_ops.py::TestFakeTensorCUDA::test_fake_ldexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7987080Z test_ops.py::TestFakeTensorCUDA::test_fake_lgamma_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7987473Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cond_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7989152Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7989581Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_det_singular_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7989978Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigh_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7990448Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_eigvals_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.7990894Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_householder_product_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7991305Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7991730Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_factor_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7992138Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_ldl_solve_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7992578Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lstsq_grad_oriented_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7992947Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7993352Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7993757Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_lu_factor_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7994164Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7994641Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_matrix_power_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.7995383Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 95%] 2022-11-23T02:55:06.7995821Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_solve_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7996208Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svd_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7996618Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_svdvals_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7997023Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorinv_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7997501Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_tensorsolve_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.7997901Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vander_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7998307Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_vector_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7998696Z test_ops.py::TestFakeTensorCUDA::test_fake_linspace_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7999077Z test_ops.py::TestFakeTensorCUDA::test_fake_log_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7999463Z test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.7999889Z test_ops.py::TestFakeTensorCUDA::test_fake_log_softmax_with_dtype_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8000300Z test_ops.py::TestFakeTensorCUDA::test_fake_logcumsumexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8000691Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_and_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8001068Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_or_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8001437Z test_ops.py::TestFakeTensorCUDA::test_fake_logical_xor_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8001833Z test_ops.py::TestFakeTensorCUDA::test_fake_logsumexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8002211Z test_ops.py::TestFakeTensorCUDA::test_fake_long_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8002589Z test_ops.py::TestFakeTensorCUDA::test_fake_lu_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8003031Z test_ops.py::TestFakeTensorCUDA::test_fake_lu_solve_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.8003422Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_amin_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8003983Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_argmax_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8004389Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_cumprod_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8004795Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_logaddexp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8005181Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_mean_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8005575Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_median_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8005971Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8006360Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_prod_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8006756Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_scatter_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8007146Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_select_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8007545Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmax_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8007936Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_softmin_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8008325Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_std_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8008698Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_sum_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8009085Z test_ops.py::TestFakeTensorCUDA::test_fake_masked_var_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8009587Z test_ops.py::TestFakeTensorCUDA::test_fake_matmul_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8010007Z test_ops.py::TestFakeTensorCUDA::test_fake_matrix_exp_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8010471Z test_ops.py::TestFakeTensorCUDA::test_fake_max_pool2d_with_indices_backward_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8010890Z test_ops.py::TestFakeTensorCUDA::test_fake_max_reduction_no_dim_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8011273Z test_ops.py::TestFakeTensorCUDA::test_fake_mean_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8011702Z test_ops.py::TestFakeTensorCUDA::test_fake_meshgrid_list_of_tensors_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8012125Z test_ops.py::TestFakeTensorCUDA::test_fake_min_reduction_with_dim_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8012496Z test_ops.py::TestFakeTensorCUDA::test_fake_mul_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8012969Z test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_1_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.8013459Z test_ops.py::TestFakeTensorCUDA::test_fake_mvlgamma_mvlgamma_p_5_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.8013855Z test_ops.py::TestFakeTensorCUDA::test_fake_nan_to_num_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8014402Z test_ops.py::TestFakeTensorCUDA::test_fake_nanquantile_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.8014796Z test_ops.py::TestFakeTensorCUDA::test_fake_narrow_copy_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8015234Z test_ops.py::TestFakeTensorCUDA::test_fake_narrow_cuda_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T02:55:06.8015669Z test_ops.py::TestFakeTensorCUDA::test_fake_native_dropout_backward_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8016078Z test_ops.py::TestFakeTensorCUDA::test_fake_native_layer_norm_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8016459Z test_ops.py::TestFakeTensorCUDA::test_fake_neg_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8016821Z test_ops.py::TestFakeTensorCUDA::test_fake_new_ones_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:06.8017341Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:55:06.8017805Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_avg_pool2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8018423Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_adaptive_max_pool3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8018865Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_alpha_dropout_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8019296Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_avg_pool1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8019720Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_batch_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8020144Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_bilinear_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8020618Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8021116Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_binary_cross_entropy_with_logits_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8021530Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8021947Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8022405Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8022856Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_cosine_similarity_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8023283Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_dropout3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8023790Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_embedding_bag_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8024424Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_with_train_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8024958Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_feature_alpha_dropout_without_train_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8025420Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_fractional_max_pool3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8025898Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gaussian_nll_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8026312Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_gelu_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8026748Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_group_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8027167Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardshrink_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8027593Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardswish_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8028028Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_hardtanh_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8028468Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_instance_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8028934Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bicubic_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8029406Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_bilinear_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8029868Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_linear_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8030333Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_interpolate_nearest_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8030749Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_kl_div_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8031181Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_layer_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8031643Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_local_response_norm_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8032073Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_logsigmoid_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8032528Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8033187Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool1d_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8033612Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool2d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8034039Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_pool3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8034481Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool1d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8034928Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_max_unpool3d_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8035419Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_multilabel_soft_margin_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8035812Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_normalize_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8036337Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pad_constant_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8036794Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_pixel_unshuffle_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8037223Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu6_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8037694Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_relu_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8038190Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_rrelu_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8038608Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_selu_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8039203Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_smooth_l1_loss_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8039645Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8040096Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8040544Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_softsign_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8040974Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_threshold_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8041434Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_bilinear_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8041888Z test_ops.py::TestFakeTensorCUDA::test_fake_nn_functional_upsample_nearest_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8042272Z test_ops.py::TestFakeTensorCUDA::test_fake_nonzero_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8042661Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_fro_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8043043Z test_ops.py::TestFakeTensorCUDA::test_fake_norm_inf_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8043427Z test_ops.py::TestFakeTensorCUDA::test_fake_ones_like_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8043802Z test_ops.py::TestFakeTensorCUDA::test_fake_ormqr_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8044180Z test_ops.py::TestFakeTensorCUDA::test_fake_permute_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8044555Z test_ops.py::TestFakeTensorCUDA::test_fake_polar_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8044987Z test_ops.py::TestFakeTensorCUDA::test_fake_polygamma_polygamma_n_1_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8045349Z test_ops.py::TestFakeTensorCUDA::test_fake_positive_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8045716Z test_ops.py::TestFakeTensorCUDA::test_fake_put_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8046099Z test_ops.py::TestFakeTensorCUDA::test_fake_rand_like_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8046486Z test_ops.py::TestFakeTensorCUDA::test_fake_randn_like_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8046856Z test_ops.py::TestFakeTensorCUDA::test_fake_real_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8047411Z test_ops.py::TestFakeTensorCUDA::test_fake_reciprocal_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8047790Z test_ops.py::TestFakeTensorCUDA::test_fake_repeat_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8048265Z test_ops.py::TestFakeTensorCUDA::test_fake_repeat_interleave_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8048640Z test_ops.py::TestFakeTensorCUDA::test_fake_resize__cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8049032Z test_ops.py::TestFakeTensorCUDA::test_fake_resolve_conj_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8049407Z test_ops.py::TestFakeTensorCUDA::test_fake_round_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8049818Z test_ops.py::TestFakeTensorCUDA::test_fake_round_decimals_3_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8050197Z test_ops.py::TestFakeTensorCUDA::test_fake_rsqrt_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8050567Z test_ops.py::TestFakeTensorCUDA::test_fake_rsub_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8050951Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8051363Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amax_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8051765Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_amin_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8052175Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_mean_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8052582Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_prod_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8052991Z test_ops.py::TestFakeTensorCUDA::test_fake_scatter_reduce_sum_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8053524Z test_ops.py::TestFakeTensorCUDA::test_fake_searchsorted_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8054042Z test_ops.py::TestFakeTensorCUDA::test_fake_segment_reduce_lengths_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8054451Z test_ops.py::TestFakeTensorCUDA::test_fake_select_scatter_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8054831Z test_ops.py::TestFakeTensorCUDA::test_fake_sgn_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8055206Z test_ops.py::TestFakeTensorCUDA::test_fake_short_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8055584Z test_ops.py::TestFakeTensorCUDA::test_fake_sigmoid_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8055957Z test_ops.py::TestFakeTensorCUDA::test_fake_sign_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8056375Z test_ops.py::TestFakeTensorCUDA::test_fake_signal_windows_kaiser_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8056751Z test_ops.py::TestFakeTensorCUDA::test_fake_signbit_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8057127Z test_ops.py::TestFakeTensorCUDA::test_fake_sinc_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8057496Z test_ops.py::TestFakeTensorCUDA::test_fake_sinh_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8057874Z test_ops.py::TestFakeTensorCUDA::test_fake_softmax_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8058363Z test_ops.py::TestFakeTensorCUDA::test_fake_sparse_sampled_addmm_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8058767Z test_ops.py::TestFakeTensorCUDA::test_fake_special_airy_ai_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8059174Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_j0_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8059578Z test_ops.py::TestFakeTensorCUDA::test_fake_special_bessel_y1_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8060209Z test_ops.py::TestFakeTensorCUDA::test_fake_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:55:06.8060596Z test_ops.py::TestFakeTensorCUDA::test_fake_special_entr_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8060994Z test_ops.py::TestFakeTensorCUDA::test_fake_special_i0e_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8061378Z test_ops.py::TestFakeTensorCUDA::test_fake_special_i1_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8061926Z test_ops.py::TestFakeTensorCUDA::test_fake_special_i1e_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8062385Z test_ops.py::TestFakeTensorCUDA::test_fake_special_laguerre_polynomial_l_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8063007Z test_ops.py::TestFakeTensorCUDA::test_fake_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:55:06.8063417Z test_ops.py::TestFakeTensorCUDA::test_fake_special_log_ndtr_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8063845Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i0_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8064287Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_i1_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8064742Z test_ops.py::TestFakeTensorCUDA::test_fake_special_modified_bessel_k1_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8065204Z test_ops.py::TestFakeTensorCUDA::test_fake_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8065847Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:55:06.8066495Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:55:06.8067132Z test_ops.py::TestFakeTensorCUDA::test_fake_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:55:06.8068746Z test_ops.py::TestFakeTensorCUDA::test_fake_special_zeta_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8069218Z test_ops.py::TestFakeTensorCUDA::test_fake_split_list_args_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8069602Z test_ops.py::TestFakeTensorCUDA::test_fake_square_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8069988Z test_ops.py::TestFakeTensorCUDA::test_fake_std_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8070361Z test_ops.py::TestFakeTensorCUDA::test_fake_sub_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8070744Z test_ops.py::TestFakeTensorCUDA::test_fake_sum_to_size_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8071114Z test_ops.py::TestFakeTensorCUDA::test_fake_svd_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8071509Z test_ops.py::TestFakeTensorCUDA::test_fake_svd_lowrank_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8071866Z test_ops.py::TestFakeTensorCUDA::test_fake_symeig_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8072240Z test_ops.py::TestFakeTensorCUDA::test_fake_t_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8072611Z test_ops.py::TestFakeTensorCUDA::test_fake_tanh_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8073070Z test_ops.py::TestFakeTensorCUDA::test_fake_tensor_split_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8073454Z test_ops.py::TestFakeTensorCUDA::test_fake_tile_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8073908Z test_ops.py::TestFakeTensorCUDA::test_fake_to_sparse_cuda_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T02:55:06.8074288Z test_ops.py::TestFakeTensorCUDA::test_fake_topk_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8074678Z test_ops.py::TestFakeTensorCUDA::test_fake_transpose_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8075091Z test_ops.py::TestFakeTensorCUDA::test_fake_triangular_solve_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8075464Z test_ops.py::TestFakeTensorCUDA::test_fake_tril_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8075848Z test_ops.py::TestFakeTensorCUDA::test_fake_true_divide_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8076224Z test_ops.py::TestFakeTensorCUDA::test_fake_trunc_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8076611Z test_ops.py::TestFakeTensorCUDA::test_fake_unbind_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8077178Z test_ops.py::TestFakeTensorCUDA::test_fake_unfold_copy_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8077558Z test_ops.py::TestFakeTensorCUDA::test_fake_uniform_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8077970Z test_ops.py::TestFakeTensorCUDA::test_fake_unique_consecutive_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8078356Z test_ops.py::TestFakeTensorCUDA::test_fake_unsqueeze_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8078725Z test_ops.py::TestFakeTensorCUDA::test_fake_var_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8079084Z test_ops.py::TestFakeTensorCUDA::test_fake_var_mean_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8079461Z test_ops.py::TestFakeTensorCUDA::test_fake_vdot_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8079833Z test_ops.py::TestFakeTensorCUDA::test_fake_view_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8080204Z test_ops.py::TestFakeTensorCUDA::test_fake_xlogy_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8080576Z test_ops.py::TestFakeTensorCUDA::test_fake_zero__cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8080956Z test_ops.py::TestFakeTensorCUDA::test_fake_zeros_cuda_float32 PASSED [ 96%] 2022-11-23T02:55:06.8081346Z test_ops.py::TestTagsCUDA::test_tags_H_cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:55:06.8081761Z test_ops.py::TestTagsCUDA::test_tags___getitem___cuda_float32 SKIPPED (Only runs on cpu) [ 96%] 2022-11-23T02:55:06.8082166Z test_ops.py::TestTagsCUDA::test_tags___radd___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8082559Z test_ops.py::TestTagsCUDA::test_tags___rand___cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8083074Z test_ops.py::TestTagsCUDA::test_tags___rdiv___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8083503Z test_ops.py::TestTagsCUDA::test_tags___rmul___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8083901Z test_ops.py::TestTagsCUDA::test_tags___rpow___cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8084302Z test_ops.py::TestTagsCUDA::test_tags__refs_T_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8084759Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_chalf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8085214Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_char_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8085667Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_half_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8086119Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_int_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8086578Z test_ops.py::TestTagsCUDA::test_tags__refs__conversions_long_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8086988Z test_ops.py::TestTagsCUDA::test_tags__refs_abs_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8087385Z test_ops.py::TestTagsCUDA::test_tags__refs_acosh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8087778Z test_ops.py::TestTagsCUDA::test_tags__refs_addr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8088188Z test_ops.py::TestTagsCUDA::test_tags__refs_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8088616Z test_ops.py::TestTagsCUDA::test_tags__refs_arange_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8089050Z test_ops.py::TestTagsCUDA::test_tags__refs_as_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8089458Z test_ops.py::TestTagsCUDA::test_tags__refs_asin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8089881Z test_ops.py::TestTagsCUDA::test_tags__refs_asinh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8090291Z test_ops.py::TestTagsCUDA::test_tags__refs_atan2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8090704Z test_ops.py::TestTagsCUDA::test_tags__refs_atan_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8091290Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_or_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8091712Z test_ops.py::TestTagsCUDA::test_tags__refs_bitwise_xor_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8092162Z test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_shapes_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8092616Z test_ops.py::TestTagsCUDA::test_tags__refs_broadcast_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8093044Z test_ops.py::TestTagsCUDA::test_tags__refs_bucketize_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8093456Z test_ops.py::TestTagsCUDA::test_tags__refs_cat_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8093871Z test_ops.py::TestTagsCUDA::test_tags__refs_clamp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8094297Z test_ops.py::TestTagsCUDA::test_tags__refs_clamp_min_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8094714Z test_ops.py::TestTagsCUDA::test_tags__refs_clone_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8095151Z test_ops.py::TestTagsCUDA::test_tags__refs_column_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8095561Z test_ops.py::TestTagsCUDA::test_tags__refs_conj_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8095997Z test_ops.py::TestTagsCUDA::test_tags__refs_contiguous_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8096405Z test_ops.py::TestTagsCUDA::test_tags__refs_copysign_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8096924Z test_ops.py::TestTagsCUDA::test_tags__refs_cos_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8097360Z test_ops.py::TestTagsCUDA::test_tags__refs_cosh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8097796Z test_ops.py::TestTagsCUDA::test_tags__refs_diag_embed_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8098252Z test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8098677Z test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8099132Z test_ops.py::TestTagsCUDA::test_tags__refs_diagonal_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8099544Z test_ops.py::TestTagsCUDA::test_tags__refs_digamma_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8100000Z test_ops.py::TestTagsCUDA::test_tags__refs_div_no_rounding_mode_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8100469Z test_ops.py::TestTagsCUDA::test_tags__refs_div_trunc_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8100885Z test_ops.py::TestTagsCUDA::test_tags__refs_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8101293Z test_ops.py::TestTagsCUDA::test_tags__refs_erf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8101707Z test_ops.py::TestTagsCUDA::test_tags__refs_erfc_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8102118Z test_ops.py::TestTagsCUDA::test_tags__refs_exp2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8102537Z test_ops.py::TestTagsCUDA::test_tags__refs_expand_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8102943Z test_ops.py::TestTagsCUDA::test_tags__refs_eye_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8103366Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8103786Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8104222Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_fftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8104647Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8105228Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8105631Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_hfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8106044Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8106457Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifft_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8106881Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_ifftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8107313Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8107738Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_irfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8108160Z test_ops.py::TestTagsCUDA::test_tags__refs_fft_rfft2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8108589Z test_ops.py::TestTagsCUDA::test_tags__refs_float_power_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8109004Z test_ops.py::TestTagsCUDA::test_tags__refs_floor_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8109438Z test_ops.py::TestTagsCUDA::test_tags__refs_floor_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8109848Z test_ops.py::TestTagsCUDA::test_tags__refs_fmin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8110381Z test_ops.py::TestTagsCUDA::test_tags__refs_fmod_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8110827Z test_ops.py::TestTagsCUDA::test_tags__refs_frac_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8111227Z test_ops.py::TestTagsCUDA::test_tags__refs_gcd_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8111624Z test_ops.py::TestTagsCUDA::test_tags__refs_ge_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8112039Z test_ops.py::TestTagsCUDA::test_tags__refs_hstack_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8112478Z test_ops.py::TestTagsCUDA::test_tags__refs_index_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8112916Z test_ops.py::TestTagsCUDA::test_tags__refs_index_select_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8113338Z test_ops.py::TestTagsCUDA::test_tags__refs_isfinite_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8113758Z test_ops.py::TestTagsCUDA::test_tags__refs_isnan_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8114286Z test_ops.py::TestTagsCUDA::test_tags__refs_isneginf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8114686Z test_ops.py::TestTagsCUDA::test_tags__refs_isposinf_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8115103Z test_ops.py::TestTagsCUDA::test_tags__refs_le_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8115536Z test_ops.py::TestTagsCUDA::test_tags__refs_linalg_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8115963Z test_ops.py::TestTagsCUDA::test_tags__refs_linspace_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8116378Z test_ops.py::TestTagsCUDA::test_tags__refs_log1p_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8116784Z test_ops.py::TestTagsCUDA::test_tags__refs_log2_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8117253Z test_ops.py::TestTagsCUDA::test_tags__refs_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8117689Z test_ops.py::TestTagsCUDA::test_tags__refs_logical_xor_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8118115Z test_ops.py::TestTagsCUDA::test_tags__refs_logspace_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8118716Z test_ops.py::TestTagsCUDA::test_tags__refs_logsumexp_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8119145Z test_ops.py::TestTagsCUDA::test_tags__refs_masked_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8119564Z test_ops.py::TestTagsCUDA::test_tags__refs_maximum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8120051Z test_ops.py::TestTagsCUDA::test_tags__refs_minimum_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8120462Z test_ops.py::TestTagsCUDA::test_tags__refs_mul_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8120893Z test_ops.py::TestTagsCUDA::test_tags__refs_nan_to_num_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8121324Z test_ops.py::TestTagsCUDA::test_tags__refs_narrow_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8121743Z test_ops.py::TestTagsCUDA::test_tags__refs_narrow_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8122206Z test_ops.py::TestTagsCUDA::test_tags__refs_native_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8122614Z test_ops.py::TestTagsCUDA::test_tags__refs_ne_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8123071Z test_ops.py::TestTagsCUDA::test_tags__refs_new_empty_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8123522Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_celu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8123965Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_elu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8124546Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_gelu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8125044Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hardtanh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8125549Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_hinge_embedding_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8126019Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_l1_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8126496Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8126967Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_leaky_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8127429Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8127925Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8128387Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_prelu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8128838Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8129341Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8129807Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softplus_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8130280Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_softshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8130748Z test_ops.py::TestTagsCUDA::test_tags__refs_nn_functional_tanhshrink_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8131163Z test_ops.py::TestTagsCUDA::test_tags__refs_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8131577Z test_ops.py::TestTagsCUDA::test_tags__refs_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8132000Z test_ops.py::TestTagsCUDA::test_tags__refs_permute_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8132570Z test_ops.py::TestTagsCUDA::test_tags__refs_pow_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8132981Z test_ops.py::TestTagsCUDA::test_tags__refs_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8133398Z test_ops.py::TestTagsCUDA::test_tags__refs_randn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8133830Z test_ops.py::TestTagsCUDA::test_tags__refs_remainder_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8134253Z test_ops.py::TestTagsCUDA::test_tags__refs_reshape_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8134669Z test_ops.py::TestTagsCUDA::test_tags__refs_roll_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8135066Z test_ops.py::TestTagsCUDA::test_tags__refs_rot90_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8135466Z test_ops.py::TestTagsCUDA::test_tags__refs_sgn_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8135869Z test_ops.py::TestTagsCUDA::test_tags__refs_sign_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8136307Z test_ops.py::TestTagsCUDA::test_tags__refs_signbit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8136708Z test_ops.py::TestTagsCUDA::test_tags__refs_sin_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8137165Z test_ops.py::TestTagsCUDA::test_tags__refs_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8137603Z test_ops.py::TestTagsCUDA::test_tags__refs_special_entr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8138156Z test_ops.py::TestTagsCUDA::test_tags__refs_special_i0e_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8138681Z test_ops.py::TestTagsCUDA::test_tags__refs_special_i1_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8139131Z test_ops.py::TestTagsCUDA::test_tags__refs_special_i1e_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8139650Z test_ops.py::TestTagsCUDA::test_tags__refs_special_log_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8140152Z test_ops.py::TestTagsCUDA::test_tags__refs_special_logit_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8140667Z test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8141122Z test_ops.py::TestTagsCUDA::test_tags__refs_special_ndtri_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8141607Z test_ops.py::TestTagsCUDA::test_tags__refs_special_softmax_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8142098Z test_ops.py::TestTagsCUDA::test_tags__refs_special_spherical_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8142533Z test_ops.py::TestTagsCUDA::test_tags__refs_special_zeta_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8142957Z test_ops.py::TestTagsCUDA::test_tags__refs_std_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8143370Z test_ops.py::TestTagsCUDA::test_tags__refs_sub_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8143789Z test_ops.py::TestTagsCUDA::test_tags__refs_sum_to_size_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8144194Z test_ops.py::TestTagsCUDA::test_tags__refs_tan_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8144604Z test_ops.py::TestTagsCUDA::test_tags__refs_tanh_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8145031Z test_ops.py::TestTagsCUDA::test_tags__refs_tensor_split_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8145430Z test_ops.py::TestTagsCUDA::test_tags__refs_to_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8145942Z test_ops.py::TestTagsCUDA::test_tags__refs_tril_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8146390Z test_ops.py::TestTagsCUDA::test_tags__refs_triu_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:06.8147106Z test_ops.py::TestTagsCUDA::test_tags__refs_true_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8147551Z test_ops.py::TestTagsCUDA::test_tags__refs_unbind_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8147988Z test_ops.py::TestTagsCUDA::test_tags__refs_unflatten_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8148419Z test_ops.py::TestTagsCUDA::test_tags__refs_unfold_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8148847Z test_ops.py::TestTagsCUDA::test_tags__refs_unfold_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8149277Z test_ops.py::TestTagsCUDA::test_tags__refs_unsqueeze_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8149682Z test_ops.py::TestTagsCUDA::test_tags__refs_var_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8150099Z test_ops.py::TestTagsCUDA::test_tags__refs_view_as_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8150510Z test_ops.py::TestTagsCUDA::test_tags__refs_view_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8150927Z test_ops.py::TestTagsCUDA::test_tags__refs_vsplit_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8151349Z test_ops.py::TestTagsCUDA::test_tags__refs_vstack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8151803Z test_ops.py::TestTagsCUDA::test_tags__softmax_backward_data_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8152331Z test_ops.py::TestTagsCUDA::test_tags_abs_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8152836Z test_ops.py::TestTagsCUDA::test_tags_acosh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8153262Z test_ops.py::TestTagsCUDA::test_tags_addbmm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8153742Z test_ops.py::TestTagsCUDA::test_tags_addcmul_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8154216Z test_ops.py::TestTagsCUDA::test_tags_addmv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8154609Z test_ops.py::TestTagsCUDA::test_tags_addr_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8155015Z test_ops.py::TestTagsCUDA::test_tags_allclose_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8155398Z test_ops.py::TestTagsCUDA::test_tags_aminmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8155798Z test_ops.py::TestTagsCUDA::test_tags_angle_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8156211Z test_ops.py::TestTagsCUDA::test_tags_arange_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8156617Z test_ops.py::TestTagsCUDA::test_tags_argmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8157012Z test_ops.py::TestTagsCUDA::test_tags_asin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8157413Z test_ops.py::TestTagsCUDA::test_tags_asinh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8157813Z test_ops.py::TestTagsCUDA::test_tags_atan2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8158210Z test_ops.py::TestTagsCUDA::test_tags_atan_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8158623Z test_ops.py::TestTagsCUDA::test_tags_atleast_2d_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8159029Z test_ops.py::TestTagsCUDA::test_tags_baddbmm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8159496Z test_ops.py::TestTagsCUDA::test_tags_bitwise_and_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8159957Z test_ops.py::TestTagsCUDA::test_tags_bitwise_left_shift_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8160382Z test_ops.py::TestTagsCUDA::test_tags_bitwise_not_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8161093Z test_ops.py::TestTagsCUDA::test_tags_bitwise_or_cuda_int64 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8161511Z test_ops.py::TestTagsCUDA::test_tags_bmm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8161957Z test_ops.py::TestTagsCUDA::test_tags_broadcast_shapes_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8162381Z test_ops.py::TestTagsCUDA::test_tags_broadcast_to_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8162771Z test_ops.py::TestTagsCUDA::test_tags_byte_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8163179Z test_ops.py::TestTagsCUDA::test_tags_cartesian_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8163592Z test_ops.py::TestTagsCUDA::test_tags_cdouble_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8163990Z test_ops.py::TestTagsCUDA::test_tags_chalf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8164378Z test_ops.py::TestTagsCUDA::test_tags_char_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8164792Z test_ops.py::TestTagsCUDA::test_tags_cholesky_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8165205Z test_ops.py::TestTagsCUDA::test_tags_clamp_min_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8165626Z test_ops.py::TestTagsCUDA::test_tags_column_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8166032Z test_ops.py::TestTagsCUDA::test_tags_complex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8166517Z test_ops.py::TestTagsCUDA::test_tags_conj_physical_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8167098Z test_ops.py::TestTagsCUDA::test_tags_contiguous_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8167605Z test_ops.py::TestTagsCUDA::test_tags_cummax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8168074Z test_ops.py::TestTagsCUDA::test_tags_cummin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8168494Z test_ops.py::TestTagsCUDA::test_tags_cumsum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8168898Z test_ops.py::TestTagsCUDA::test_tags_deg2rad_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8169300Z test_ops.py::TestTagsCUDA::test_tags_diagflat_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8169721Z test_ops.py::TestTagsCUDA::test_tags_diagonal_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8170161Z test_ops.py::TestTagsCUDA::test_tags_diagonal_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8170576Z test_ops.py::TestTagsCUDA::test_tags_digamma_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8171024Z test_ops.py::TestTagsCUDA::test_tags_div_floor_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8171467Z test_ops.py::TestTagsCUDA::test_tags_div_trunc_rounding_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8171861Z test_ops.py::TestTagsCUDA::test_tags_double_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8172244Z test_ops.py::TestTagsCUDA::test_tags_einsum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8172650Z test_ops.py::TestTagsCUDA::test_tags_empty_like_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8173035Z test_ops.py::TestTagsCUDA::test_tags_exp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8173517Z test_ops.py::TestTagsCUDA::test_tags_expand_as_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8173958Z test_ops.py::TestTagsCUDA::test_tags_fft_fft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8174379Z test_ops.py::TestTagsCUDA::test_tags_fft_fft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8174899Z test_ops.py::TestTagsCUDA::test_tags_fft_fftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8175506Z test_ops.py::TestTagsCUDA::test_tags_fft_ifft2_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8175916Z test_ops.py::TestTagsCUDA::test_tags_fft_ifft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8176320Z test_ops.py::TestTagsCUDA::test_tags_fft_ifftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8176738Z test_ops.py::TestTagsCUDA::test_tags_fft_ifftshift_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8177150Z test_ops.py::TestTagsCUDA::test_tags_fft_ihfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8177563Z test_ops.py::TestTagsCUDA::test_tags_fft_ihfftn_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8177985Z test_ops.py::TestTagsCUDA::test_tags_fft_irfft_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8178379Z test_ops.py::TestTagsCUDA::test_tags_flip_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8178783Z test_ops.py::TestTagsCUDA::test_tags_fliplr_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8179191Z test_ops.py::TestTagsCUDA::test_tags_flipud_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8179615Z test_ops.py::TestTagsCUDA::test_tags_float_power_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8180011Z test_ops.py::TestTagsCUDA::test_tags_floor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8180478Z test_ops.py::TestTagsCUDA::test_tags_floor_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8180898Z test_ops.py::TestTagsCUDA::test_tags_fmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8181609Z test_ops.py::TestTagsCUDA::test_tags_frac_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8182053Z test_ops.py::TestTagsCUDA::test_tags_geqrf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8182534Z test_ops.py::TestTagsCUDA::test_tags_gradient_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8182948Z test_ops.py::TestTagsCUDA::test_tags_gt_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8183364Z test_ops.py::TestTagsCUDA::test_tags_heaviside_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8183753Z test_ops.py::TestTagsCUDA::test_tags_histc_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8184151Z test_ops.py::TestTagsCUDA::test_tags_hstack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8184549Z test_ops.py::TestTagsCUDA::test_tags_hypot_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8184953Z test_ops.py::TestTagsCUDA::test_tags_igamma_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8185356Z test_ops.py::TestTagsCUDA::test_tags_igammac_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8185762Z test_ops.py::TestTagsCUDA::test_tags_index_put_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8186184Z test_ops.py::TestTagsCUDA::test_tags_index_select_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8186589Z test_ops.py::TestTagsCUDA::test_tags_inner_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8186993Z test_ops.py::TestTagsCUDA::test_tags_isclose_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8187398Z test_ops.py::TestTagsCUDA::test_tags_isfinite_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8187849Z test_ops.py::TestTagsCUDA::test_tags_isinf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8188270Z test_ops.py::TestTagsCUDA::test_tags_isnan_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8188674Z test_ops.py::TestTagsCUDA::test_tags_isneginf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8189137Z test_ops.py::TestTagsCUDA::test_tags_isposinf_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8189655Z test_ops.py::TestTagsCUDA::test_tags_jiterator_unary_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8190221Z test_ops.py::TestTagsCUDA::test_tags_le_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8190617Z test_ops.py::TestTagsCUDA::test_tags_lerp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8191040Z test_ops.py::TestTagsCUDA::test_tags_linalg_cond_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8191430Z test_ops.py::TestTagsCUDA::test_tags_linalg_det_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8191873Z test_ops.py::TestTagsCUDA::test_tags_linalg_det_singular_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8192303Z test_ops.py::TestTagsCUDA::test_tags_linalg_eig_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8192732Z test_ops.py::TestTagsCUDA::test_tags_linalg_eigvalsh_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8193138Z test_ops.py::TestTagsCUDA::test_tags_linalg_inv_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8193561Z test_ops.py::TestTagsCUDA::test_tags_linalg_inv_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8193993Z test_ops.py::TestTagsCUDA::test_tags_linalg_ldl_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8194410Z test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8194948Z test_ops.py::TestTagsCUDA::test_tags_linalg_lstsq_grad_oriented_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8195387Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8196054Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_factor_ex_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8196594Z test_ops.py::TestTagsCUDA::test_tags_linalg_lu_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8197091Z test_ops.py::TestTagsCUDA::test_tags_linalg_norm_subgradients_at_zero_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8197550Z test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_hermitian_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8198108Z test_ops.py::TestTagsCUDA::test_tags_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 98%] 2022-11-23T02:55:06.8198538Z test_ops.py::TestTagsCUDA::test_tags_linalg_slogdet_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8198927Z test_ops.py::TestTagsCUDA::test_tags_linalg_svd_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8199358Z test_ops.py::TestTagsCUDA::test_tags_linalg_svdvals_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8199801Z test_ops.py::TestTagsCUDA::test_tags_linalg_tensorsolve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8200233Z test_ops.py::TestTagsCUDA::test_tags_linalg_vector_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8200628Z test_ops.py::TestTagsCUDA::test_tags_log10_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8201044Z test_ops.py::TestTagsCUDA::test_tags_logical_and_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8201453Z test_ops.py::TestTagsCUDA::test_tags_logical_not_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8201957Z test_ops.py::TestTagsCUDA::test_tags_logical_or_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8202393Z test_ops.py::TestTagsCUDA::test_tags_logical_xor_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8202863Z test_ops.py::TestTagsCUDA::test_tags_long_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8203327Z test_ops.py::TestTagsCUDA::test_tags_lt_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8203729Z test_ops.py::TestTagsCUDA::test_tags_lu_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8204139Z test_ops.py::TestTagsCUDA::test_tags_lu_solve_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8204723Z test_ops.py::TestTagsCUDA::test_tags_lu_unpack_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8205139Z test_ops.py::TestTagsCUDA::test_tags_masked_amin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8205560Z test_ops.py::TestTagsCUDA::test_tags_masked_argmax_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8205986Z test_ops.py::TestTagsCUDA::test_tags_masked_cumprod_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8206410Z test_ops.py::TestTagsCUDA::test_tags_masked_cumsum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8206833Z test_ops.py::TestTagsCUDA::test_tags_masked_fill_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8207267Z test_ops.py::TestTagsCUDA::test_tags_masked_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8207698Z test_ops.py::TestTagsCUDA::test_tags_masked_select_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8208108Z test_ops.py::TestTagsCUDA::test_tags_masked_softmin_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8208568Z test_ops.py::TestTagsCUDA::test_tags_masked_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8209006Z test_ops.py::TestTagsCUDA::test_tags_masked_var_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8209423Z test_ops.py::TestTagsCUDA::test_tags_matmul_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8209939Z test_ops.py::TestTagsCUDA::test_tags_matrix_exp_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8210590Z test_ops.py::TestTagsCUDA::test_tags_max_pool2d_with_indices_backward_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8211060Z test_ops.py::TestTagsCUDA::test_tags_max_reduction_no_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 98%] 2022-11-23T02:55:06.8211524Z test_ops.py::TestTagsCUDA::test_tags_max_reduction_with_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8211930Z test_ops.py::TestTagsCUDA::test_tags_median_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8212393Z test_ops.py::TestTagsCUDA::test_tags_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8212836Z test_ops.py::TestTagsCUDA::test_tags_min_reduction_no_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8213286Z test_ops.py::TestTagsCUDA::test_tags_min_reduction_with_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8213694Z test_ops.py::TestTagsCUDA::test_tags_mode_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8214102Z test_ops.py::TestTagsCUDA::test_tags_movedim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8214553Z test_ops.py::TestTagsCUDA::test_tags_msort_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8214946Z test_ops.py::TestTagsCUDA::test_tags_mul_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8215399Z test_ops.py::TestTagsCUDA::test_tags_mvlgamma_mvlgamma_p_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8215905Z test_ops.py::TestTagsCUDA::test_tags_nanmedian_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8216331Z test_ops.py::TestTagsCUDA::test_tags_narrow_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8216872Z test_ops.py::TestTagsCUDA::test_tags_native_dropout_backward_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8217342Z test_ops.py::TestTagsCUDA::test_tags_neg_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8217750Z test_ops.py::TestTagsCUDA::test_tags_new_empty_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8218187Z test_ops.py::TestTagsCUDA::test_tags_new_empty_strided_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8218583Z test_ops.py::TestTagsCUDA::test_tags_new_ones_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8220287Z test_ops.py::TestTagsCUDA::test_tags_new_zeros_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8220807Z test_ops.py::TestTagsCUDA::test_tags_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8221272Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_batch_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8221729Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_bilinear_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8222253Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8222782Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv1d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8223288Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_conv_transpose1d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8223824Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_dropout3d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8224335Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_elu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8224872Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_with_train_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8225408Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_feature_alpha_dropout_without_train_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8225997Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_glu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8226493Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_grid_sample_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8226959Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_instance_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8227396Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_kl_div_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8227846Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_layer_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8228311Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_leaky_relu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8228794Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_local_response_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8229228Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_pool2d_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8229795Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_max_unpool1d_grad_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8230264Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_mish_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8230768Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_mse_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8231355Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8231833Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_circular_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8232306Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pad_replicate_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8232797Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8233280Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_poisson_nll_loss_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8233725Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_relu6_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8234167Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_rrelu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8234781Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_selu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8235225Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8235702Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softmin_with_dtype_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8236152Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_softsign_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8236680Z test_ops.py::TestTagsCUDA::test_tags_nn_functional_unfold_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8237117Z test_ops.py::TestTagsCUDA::test_tags_nonzero_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8237589Z test_ops.py::TestTagsCUDA::test_tags_norm_inf_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8238094Z test_ops.py::TestTagsCUDA::test_tags_normal_number_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8238585Z test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_native_batch_norm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8239028Z test_ops.py::TestTagsCUDA::test_tags_ops_nvprims_var_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8239426Z test_ops.py::TestTagsCUDA::test_tags_ormqr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8239828Z test_ops.py::TestTagsCUDA::test_tags_outer_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8240395Z test_ops.py::TestTagsCUDA::test_tags_pca_lowrank_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8240838Z test_ops.py::TestTagsCUDA::test_tags_permute_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8241273Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8241739Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8242189Z test_ops.py::TestTagsCUDA::test_tags_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8242585Z test_ops.py::TestTagsCUDA::test_tags_put_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8242989Z test_ops.py::TestTagsCUDA::test_tags_rad2deg_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8243458Z test_ops.py::TestTagsCUDA::test_tags_randint_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8243889Z test_ops.py::TestTagsCUDA::test_tags_randn_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8244305Z test_ops.py::TestTagsCUDA::test_tags_real_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8244826Z test_ops.py::TestTagsCUDA::test_tags_reciprocal_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8245274Z test_ops.py::TestTagsCUDA::test_tags_remainder_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8245678Z test_ops.py::TestTagsCUDA::test_tags_renorm_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8246076Z test_ops.py::TestTagsCUDA::test_tags_repeat_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8246514Z test_ops.py::TestTagsCUDA::test_tags_repeat_interleave_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8246918Z test_ops.py::TestTagsCUDA::test_tags_reshape_as_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8247342Z test_ops.py::TestTagsCUDA::test_tags_reshape_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8247744Z test_ops.py::TestTagsCUDA::test_tags_resize__cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8248157Z test_ops.py::TestTagsCUDA::test_tags_resize_as__cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8248550Z test_ops.py::TestTagsCUDA::test_tags_roll_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8249165Z test_ops.py::TestTagsCUDA::test_tags_round_decimals_0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8249590Z test_ops.py::TestTagsCUDA::test_tags_scatter_add_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8250028Z test_ops.py::TestTagsCUDA::test_tags_scatter_reduce_prod_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8250553Z test_ops.py::TestTagsCUDA::test_tags_segment_reduce_offsets_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8251014Z test_ops.py::TestTagsCUDA::test_tags_select_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8251479Z test_ops.py::TestTagsCUDA::test_tags_short_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8251934Z test_ops.py::TestTagsCUDA::test_tags_sign_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8252408Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_cosine_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8252889Z test_ops.py::TestTagsCUDA::test_tags_signal_windows_exponential_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8253291Z test_ops.py::TestTagsCUDA::test_tags_signbit_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8253683Z test_ops.py::TestTagsCUDA::test_tags_sinc_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8254072Z test_ops.py::TestTagsCUDA::test_tags_sinh_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8254492Z test_ops.py::TestTagsCUDA::test_tags_slice_scatter_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8255015Z test_ops.py::TestTagsCUDA::test_tags_sort_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8255477Z test_ops.py::TestTagsCUDA::test_tags_special_airy_ai_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8255909Z test_ops.py::TestTagsCUDA::test_tags_special_bessel_j1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8256519Z test_ops.py::TestTagsCUDA::test_tags_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:55:06.8256986Z test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_h_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8257553Z test_ops.py::TestTagsCUDA::test_tags_special_hermite_polynomial_he_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8258178Z test_ops.py::TestTagsCUDA::test_tags_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:55:06.8258753Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8259237Z test_ops.py::TestTagsCUDA::test_tags_special_modified_bessel_k1_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8259672Z test_ops.py::TestTagsCUDA::test_tags_special_ndtr_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8260098Z test_ops.py::TestTagsCUDA::test_tags_special_ndtri_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8260605Z test_ops.py::TestTagsCUDA::test_tags_special_polygamma_special_polygamma_n_0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8261070Z test_ops.py::TestTagsCUDA::test_tags_special_scaled_modified_bessel_k0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8261697Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:55:06.8262308Z test_ops.py::TestTagsCUDA::test_tags_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T02:55:06.8262782Z test_ops.py::TestTagsCUDA::test_tags_special_spherical_bessel_j0_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8263335Z test_ops.py::TestTagsCUDA::test_tags_split_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8263768Z test_ops.py::TestTagsCUDA::test_tags_split_with_sizes_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8264257Z test_ops.py::TestTagsCUDA::test_tags_sqrt_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8264689Z test_ops.py::TestTagsCUDA::test_tags_squeeze_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8265148Z test_ops.py::TestTagsCUDA::test_tags_stack_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8265608Z test_ops.py::TestTagsCUDA::test_tags_std_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8266008Z test_ops.py::TestTagsCUDA::test_tags_sub_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8266411Z test_ops.py::TestTagsCUDA::test_tags_sum_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8266833Z test_ops.py::TestTagsCUDA::test_tags_svd_lowrank_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8267218Z test_ops.py::TestTagsCUDA::test_tags_t_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8267640Z test_ops.py::TestTagsCUDA::test_tags_take_along_dim_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8268055Z test_ops.py::TestTagsCUDA::test_tags_tensordot_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8268453Z test_ops.py::TestTagsCUDA::test_tags_tile_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8269019Z test_ops.py::TestTagsCUDA::test_tags_to_sparse_cuda_float32 SKIPPED (Allowed exception) [ 99%] 2022-11-23T02:55:06.8269445Z test_ops.py::TestTagsCUDA::test_tags_topk_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8269841Z test_ops.py::TestTagsCUDA::test_tags_trace_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8270252Z test_ops.py::TestTagsCUDA::test_tags_transpose_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8270671Z test_ops.py::TestTagsCUDA::test_tags_trapezoid_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8271133Z test_ops.py::TestTagsCUDA::test_tags_trapz_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8271551Z test_ops.py::TestTagsCUDA::test_tags_tril_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8272033Z test_ops.py::TestTagsCUDA::test_tags_tril_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8272490Z test_ops.py::TestTagsCUDA::test_tags_triu_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8272918Z test_ops.py::TestTagsCUDA::test_tags_triu_indices_cuda_int64 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8273343Z test_ops.py::TestTagsCUDA::test_tags_true_divide_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8273754Z test_ops.py::TestTagsCUDA::test_tags_unflatten_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8274175Z test_ops.py::TestTagsCUDA::test_tags_unfold_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8274573Z test_ops.py::TestTagsCUDA::test_tags_unfold_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8274975Z test_ops.py::TestTagsCUDA::test_tags_uniform_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8275415Z test_ops.py::TestTagsCUDA::test_tags_unique_consecutive_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8275811Z test_ops.py::TestTagsCUDA::test_tags_var_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8276218Z test_ops.py::TestTagsCUDA::test_tags_var_mean_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8276609Z test_ops.py::TestTagsCUDA::test_tags_vdot_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8277039Z test_ops.py::TestTagsCUDA::test_tags_view_as_complex_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8277606Z test_ops.py::TestTagsCUDA::test_tags_view_as_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8278115Z test_ops.py::TestTagsCUDA::test_tags_view_as_real_cuda_complex64 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8278542Z test_ops.py::TestTagsCUDA::test_tags_view_copy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8279010Z test_ops.py::TestTagsCUDA::test_tags_view_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8279477Z test_ops.py::TestTagsCUDA::test_tags_where_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8279875Z test_ops.py::TestTagsCUDA::test_tags_xlogy_cuda_float32 SKIPPED (Only runs on cpu) [ 99%] 2022-11-23T02:55:06.8280296Z test_ops.py::TestTagsCUDA::test_tags_zeros_like_cuda_float32 SKIPPED (Only runs on cpu) [100%] 2022-11-23T02:55:06.8280316Z 2022-11-23T02:55:06.8280584Z ============================== warnings summary =============================== 2022-11-23T02:55:06.8281017Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:55:06.8281704Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:55:06.8281939Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:55:06.8281954Z 2022-11-23T02:55:06.8282375Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:55:06.8282990Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-f0bd9523f2753f86.xml - 2022-11-23T02:55:06.8283497Z = 10816 passed, 3617 skipped, 17 deselected, 181 xfailed, 1 warning in 4116.64s (1:08:36) = 2022-11-23T02:55:06.8283959Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:55:06.8283976Z 2022-11-23T02:55:06.8284756Z ##[endgroup] 2022-11-23T02:55:06.8285326Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_9m83pye9) 2022-11-23T02:55:06.8285351Z 2022-11-23T02:55:06.8286319Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:55:06.525292] 2022-11-23T02:55:06.8286699Z Ignoring disabled issues: [] 2022-11-23T02:55:06.8286927Z Found test time stats from artifacts 2022-11-23T02:55:06.8287172Z Prioritized test from test file changes. 2022-11-23T02:55:06.8287406Z reordering tests for PR: 2022-11-23T02:55:06.8287569Z prioritized: [] 2022-11-23T02:55:06.8288352Z the rest: ['test_ops', 'dynamo/test_dynamic_shapes', 'dynamo/test_global_declaration', 'dynamo/test_no_fake_tensors', 'dynamo/test_recompile_ux', 'dynamo/test_torchxla_integration', 'inductor/test_smoke', 'lazy/test_meta_kernel', 'doctests'] 2022-11-23T02:55:06.8288369Z 2022-11-23T02:55:06.8289160Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T02:55:06.8290019Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T02:55:30.0906885Z 2022-11-23T02:55:30.0907705Z Expand the folded group to see the log file of test_ops 2022-11-23T02:55:30.0908594Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_yzmu0uy9) 2022-11-23T02:55:30.0910193Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:55:30.0911518Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:55:30.0912732Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-8e7c68b5ff8f084c.xml 2022-11-23T02:55:30.0913522Z ============================= test session starts ============================= 2022-11-23T02:55:30.0914202Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:55:30.0914822Z cachedir: .pytest_cache 2022-11-23T02:55:30.0915593Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:55:30.0916506Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:55:30.0917385Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:55:30.0918178Z collecting ... collected 29772 items / 29732 deselected / 40 selected 2022-11-23T02:55:30.0928624Z Running 40 items in this shard: test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_ex_cuda, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_cuda, test/test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_ex_cuda, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_float32, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_complex64, test/test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_cuda_float32, test/test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_ex_cuda_complex64, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_ex_cuda_complex128, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_cuda_float64, test/test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_ex_cuda_float64, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_cuda_float32, test/test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_ex_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_cuda_float32, test/test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_ex_cuda_float32 2022-11-23T02:55:30.0937240Z 2022-11-23T02:55:30.0937820Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 2%] 2022-11-23T02:55:30.0938918Z test_ops.py::TestCommonCUDA::test_compare_cpu_linalg_cholesky_ex_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 5%] 2022-11-23T02:55:30.0939831Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_cuda PASSED [ 7%] 2022-11-23T02:55:30.0940580Z test_ops.py::TestCommonCUDA::test_dtypes_linalg_cholesky_ex_cuda PASSED [ 10%] 2022-11-23T02:55:30.0941460Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 12%] 2022-11-23T02:55:30.0942443Z test_ops.py::TestCommonCUDA::test_multiple_devices_linalg_cholesky_ex_cuda_float32 SKIPPED (fewer than 2 devices detected) [ 15%] 2022-11-23T02:55:30.0943398Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_complex64 SKIPPED (Skipped under Windows) [ 17%] 2022-11-23T02:55:30.0944382Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_cuda_float32 SKIPPED (Skipped under Windows) [ 20%] 2022-11-23T02:55:30.0945515Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_complex64 SKIPPED (Skipped under Windows) [ 22%] 2022-11-23T02:55:30.0946550Z test_ops.py::TestCommonCUDA::test_noncontiguous_samples_linalg_cholesky_ex_cuda_float32 SKIPPED (Skipped under Windows) [ 25%] 2022-11-23T02:55:30.0947422Z test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_cuda_float32 PASSED [ 27%] 2022-11-23T02:55:30.0948177Z test_ops.py::TestCommonCUDA::test_out_linalg_cholesky_ex_cuda_float32 PASSED [ 30%] 2022-11-23T02:55:30.0948937Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_cuda PASSED [ 32%] 2022-11-23T02:55:30.0949669Z test_ops.py::TestCommonCUDA::test_out_warning_linalg_cholesky_ex_cuda PASSED [ 35%] 2022-11-23T02:55:30.0950503Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_complex64 PASSED [ 37%] 2022-11-23T02:55:30.0951387Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_cuda_float32 PASSED [ 40%] 2022-11-23T02:55:30.0952281Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_complex64 PASSED [ 42%] 2022-11-23T02:55:30.0953173Z test_ops.py::TestCommonCUDA::test_variant_consistency_eager_linalg_cholesky_ex_cuda_float32 PASSED [ 45%] 2022-11-23T02:55:30.0954060Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_cuda_float32 PASSED [ 47%] 2022-11-23T02:55:30.0954976Z test_ops.py::TestCompositeComplianceCUDA::test_backward_linalg_cholesky_ex_cuda_float32 PASSED [ 50%] 2022-11-23T02:55:30.0955879Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_cuda_float32 PASSED [ 52%] 2022-11-23T02:55:30.0956767Z test_ops.py::TestCompositeComplianceCUDA::test_forward_ad_linalg_cholesky_ex_cuda_float32 PASSED [ 55%] 2022-11-23T02:55:30.0957673Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_cuda_float32 PASSED [ 57%] 2022-11-23T02:55:30.0958571Z test_ops.py::TestCompositeComplianceCUDA::test_operator_linalg_cholesky_ex_cuda_float32 PASSED [ 60%] 2022-11-23T02:55:30.0959435Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_cuda_complex64 PASSED [ 62%] 2022-11-23T02:55:30.0960258Z test_ops.py::TestMathBitsCUDA::test_conj_view_linalg_cholesky_ex_cuda_complex64 PASSED [ 65%] 2022-11-23T02:55:30.0961086Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_cuda_complex128 PASSED [ 67%] 2022-11-23T02:55:30.0962068Z test_ops.py::TestMathBitsCUDA::test_neg_conj_view_linalg_cholesky_ex_cuda_complex128 PASSED [ 70%] 2022-11-23T02:55:30.0962888Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_cuda_float64 PASSED [ 72%] 2022-11-23T02:55:30.0963685Z test_ops.py::TestMathBitsCUDA::test_neg_view_linalg_cholesky_ex_cuda_float64 PASSED [ 75%] 2022-11-23T02:55:30.0964633Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_cuda_float32 PASSED [ 77%] 2022-11-23T02:55:30.0965498Z test_ops.py::TestFakeTensorCUDA::test_fake_autocast_linalg_cholesky_ex_cuda_float32 PASSED [ 80%] 2022-11-23T02:55:30.0966392Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_cuda_float32 PASSED [ 82%] 2022-11-23T02:55:30.0967298Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_amp_linalg_cholesky_ex_cuda_float32 PASSED [ 85%] 2022-11-23T02:55:30.0968239Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_cuda_float32 PASSED [ 87%] 2022-11-23T02:55:30.0969175Z test_ops.py::TestFakeTensorCUDA::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cuda_float32 PASSED [ 90%] 2022-11-23T02:55:30.0970044Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_cuda_float32 PASSED [ 92%] 2022-11-23T02:55:30.0970953Z test_ops.py::TestFakeTensorCUDA::test_fake_linalg_cholesky_ex_cuda_float32 PASSED [ 95%] 2022-11-23T02:55:30.0971940Z test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_cuda_float32 SKIPPED (Only runs on cpu) [ 97%] 2022-11-23T02:55:30.0973013Z test_ops.py::TestTagsCUDA::test_tags_linalg_cholesky_ex_cuda_float32 SKIPPED (Only runs on cpu) [100%] 2022-11-23T02:55:30.0973585Z 2022-11-23T02:55:30.0973833Z ============================== warnings summary =============================== 2022-11-23T02:55:30.0974530Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:55:30.0975595Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:55:30.0976485Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:55:30.0976907Z 2022-11-23T02:55:30.0977309Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:55:30.0978503Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-8e7c68b5ff8f084c.xml - 2022-11-23T02:55:30.0979402Z ======== 30 passed, 10 skipped, 29732 deselected, 1 warning in 14.04s ========= 2022-11-23T02:55:30.0980175Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:55:30.0980597Z 2022-11-23T02:55:30.0981154Z ##[endgroup] 2022-11-23T02:55:30.0981869Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_yzmu0uy9) 2022-11-23T02:55:30.0982408Z 2022-11-23T02:55:30.0982654Z Running doctests ... [2022-11-23 02:55:30.086958] 2022-11-23T02:55:40.3748064Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-11-23T02:55:40.3748774Z Listing tests 2022-11-23T02:55:40.3749654Z msg = Cannot scrape callname=parallelize_module in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\api.py line=28. 2022-11-23T02:55:40.3750656Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:55:40.3751055Z 2022-11-23T02:55:40.3751405Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T02:55:40.3752286Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T02:55:40.3753156Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T02:55:40.3753921Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T02:55:40.3754699Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T02:55:40.3755161Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T02:55:40.3755416Z 2022-11-23T02:55:40.3755506Z Args: 2022-11-23T02:55:40.3755740Z module (nn.Module): 2022-11-23T02:55:40.3756350Z :class:`nn.Module` object to be parallelized. 2022-11-23T02:55:40.3756660Z device_mesh (DeviceMesh): 2022-11-23T02:55:40.3756976Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T02:55:40.3757305Z of devices for the DTensor. 2022-11-23T02:55:40.3757681Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T02:55:40.3758091Z The plan used to parallelize the module. It can be either a 2022-11-23T02:55:40.3758626Z :class:`ParallelStyle` object which contains how 2022-11-23T02:55:40.3758993Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T02:55:40.3759678Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T02:55:40.3760021Z tp_mesh_dim (int): 2022-11-23T02:55:40.3760328Z the dimension of ``device_mesh`` where we perform 2022-11-23T02:55:40.3760636Z Tensor Parallelism on. 2022-11-23T02:55:40.3760804Z 2022-11-23T02:55:40.3760892Z Return: 2022-11-23T02:55:40.3761139Z A :class:`nn.Module` object parallelized. 2022-11-23T02:55:40.3761327Z 2022-11-23T02:55:40.3761442Z Example:: 2022-11-23T02:55:40.3761708Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T02:55:40.3762269Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:55:40.3762651Z >>> 2022-11-23T02:55:40.3762883Z >>> # Define the module. 2022-11-23T02:55:40.3763108Z >>> m = Model(...) 2022-11-23T02:55:40.3763414Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T02:55:40.3763695Z >>> 2022-11-23T02:55:40.3763828Z 2022-11-23T02:55:40.3763930Z .. warning:: 2022-11-23T02:55:40.3764261Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T02:55:40.3764796Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T02:55:40.3765071Z 2022-11-23T02:55:40.3765426Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T02:55:40.3766049Z 2022-11-23T02:55:40.3766303Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:55:40.3766657Z ^ 2022-11-23T02:55:40.3767178Z msg = Cannot scrape callname=DiagnosticEngine in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\diagnostics\infra\engine.py line=13. 2022-11-23T02:55:40.3767779Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:55:40.3768167Z A generic diagnostic engine based on SARIF. 2022-11-23T02:55:40.3768355Z 2022-11-23T02:55:40.3768594Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T02:55:40.3769039Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T02:55:40.3769431Z See infra.DiagnosticContext for more details. 2022-11-23T02:55:40.3769631Z 2022-11-23T02:55:40.3769729Z Examples: 2022-11-23T02:55:40.3769990Z Step 1: Create a set of rules. 2022-11-23T02:55:40.3770317Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T02:55:40.3770642Z ... "CustomRuleCollection", 2022-11-23T02:55:40.3770880Z ... [ 2022-11-23T02:55:40.3771120Z ... infra.Rule( 2022-11-23T02:55:40.3771509Z ... id="r1", 2022-11-23T02:55:40.3771763Z ... name="rule-1", 2022-11-23T02:55:40.3772189Z ... message_default_template="Mising xxx", 2022-11-23T02:55:40.3772698Z ... ), 2022-11-23T02:55:40.3772920Z ... ], 2022-11-23T02:55:40.3773138Z ... ) 2022-11-23T02:55:40.3773271Z 2022-11-23T02:55:40.3773412Z Step 2: Create a diagnostic engine. 2022-11-23T02:55:40.3773716Z >>> engine = DiagnosticEngine() 2022-11-23T02:55:40.3773890Z 2022-11-23T02:55:40.3774011Z Step 3: Start a new diagnostic context. 2022-11-23T02:55:40.3774415Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:55:40.3774670Z 2022-11-23T02:55:40.3774810Z Step 4: Add diagnostics in your code. 2022-11-23T02:55:40.3775170Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T02:55:40.3775389Z 2022-11-23T02:55:40.3775532Z Step 5: Afterwards, get the SARIF log. 2022-11-23T02:55:40.3775840Z >>> sarif_log = engine.sarif_log() 2022-11-23T02:55:40.3776091Z 2022-11-23T02:55:40.3776540Z Original Error: IndentationError('expected an indented block', ('', 1, 86, 'with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context:\n')) 2022-11-23T02:55:40.3776914Z 2022-11-23T02:55:40.3777137Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:55:40.3777525Z ^ 2022-11-23T02:55:40.3777978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-11-23T02:55:40.3778661Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-11-23T02:55:40.3779293Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-11-23T02:55:40.3779915Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-11-23T02:55:40.3780560Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-11-23T02:55:40.3781151Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-11-23T02:55:40.3781739Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-11-23T02:55:40.3782311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-11-23T02:55:40.3783063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-11-23T02:55:40.3783906Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-11-23T02:55:40.3784528Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-11-23T02:55:40.3785152Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-11-23T02:55:40.3785733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-11-23T02:55:40.3786329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-11-23T02:55:40.3787221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-11-23T02:55:40.3787819Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-11-23T02:55:40.3788412Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-11-23T02:55:40.3788997Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-11-23T02:55:40.3789702Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-11-23T02:55:40.3790280Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-11-23T02:55:40.3790834Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-11-23T02:55:40.3791384Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-11-23T02:55:40.3791921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-11-23T02:55:40.3792461Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-11-23T02:55:40.3793008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-11-23T02:55:40.3793586Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-11-23T02:55:40.3794182Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load_state_dict_from_url:0 2022-11-23T02:55:40.3794763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-11-23T02:55:40.3795354Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-11-23T02:55:40.3796053Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-11-23T02:55:40.3796697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-11-23T02:55:40.3797311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-11-23T02:55:40.3797930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-11-23T02:55:40.3798561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_method_or_property:0 2022-11-23T02:55:40.3799330Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-11-23T02:55:40.3800137Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-11-23T02:55:40.3800750Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-11-23T02:55:40.3801333Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-11-23T02:55:40.3801929Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-11-23T02:55:40.3802534Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-11-23T02:55:40.3803141Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-11-23T02:55:40.3803771Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-11-23T02:55:40.3804390Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-11-23T02:55:40.3804982Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-11-23T02:55:40.3805578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-11-23T02:55:40.3806167Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-11-23T02:55:40.3806894Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-11-23T02:55:40.3807502Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-11-23T02:55:40.3808089Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-11-23T02:55:40.3808673Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-11-23T02:55:40.3809305Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.add_done_callback:0 2022-11-23T02:55:40.3809911Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-11-23T02:55:40.3810548Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-11-23T02:55:40.3811165Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-11-23T02:55:40.3811747Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-11-23T02:55:40.3812321Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-11-23T02:55:40.3813074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-11-23T02:55:40.3813746Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py as_nested_tensor:0 2022-11-23T02:55:40.3814327Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-11-23T02:55:40.3814946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\qat\modules\linear_relu.py LinearReLU:0 2022-11-23T02:55:40.3815652Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py LinearReLU:0 2022-11-23T02:55:40.3816358Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py LinearReLU:0 2022-11-23T02:55:40.3817042Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTMCell:0 2022-11-23T02:55:40.3817690Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTM:0 2022-11-23T02:55:40.3818320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-11-23T02:55:40.3818943Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-11-23T02:55:40.3819553Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-11-23T02:55:40.3820187Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py Quantize:0 2022-11-23T02:55:40.3820822Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py DeQuantize:0 2022-11-23T02:55:40.3821477Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv1d:0 2022-11-23T02:55:40.3822117Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv2d:0 2022-11-23T02:55:40.3822877Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv3d:0 2022-11-23T02:55:40.3823552Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose1d:0 2022-11-23T02:55:40.3824257Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose2d:0 2022-11-23T02:55:40.3824954Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose3d:0 2022-11-23T02:55:40.3825635Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py Linear:0 2022-11-23T02:55:40.3826292Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTM:0 2022-11-23T02:55:40.3826920Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRU:0 2022-11-23T02:55:40.3827569Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py RNNCell:0 2022-11-23T02:55:40.3828230Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTMCell:0 2022-11-23T02:55:40.3828893Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRUCell:0 2022-11-23T02:55:40.3829627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py ReLU6:0 2022-11-23T02:55:40.3830398Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv1d:0 2022-11-23T02:55:40.3831104Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv2d:0 2022-11-23T02:55:40.3831988Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv3d:0 2022-11-23T02:55:40.3832619Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose1d:0 2022-11-23T02:55:40.3833294Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose2d:0 2022-11-23T02:55:40.3833979Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose3d:0 2022-11-23T02:55:40.3834647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py Embedding:0 2022-11-23T02:55:40.3835342Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py EmbeddingBag:0 2022-11-23T02:55:40.3836050Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py FloatFunctional:0 2022-11-23T02:55:40.3836763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py QFunctional:0 2022-11-23T02:55:40.3837444Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py Linear:0 2022-11-23T02:55:40.3838078Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py LSTM:0 2022-11-23T02:55:40.3838710Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py LambdaSL:0 2022-11-23T02:55:40.3839543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier:0 2022-11-23T02:55:40.3840278Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier.squash_mask:0 2022-11-23T02:55:40.3841075Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py ActivationSparsifier:0 2022-11-23T02:55:40.3841926Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-11-23T02:55:40.3842748Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py BaseDataSparsifier:0 2022-11-23T02:55:40.3843494Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn:0 2022-11-23T02:55:40.3844191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn_relu:0 2022-11-23T02:55:40.3844882Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_linear_bn:0 2022-11-23T02:55:40.3845591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_convtranspose_bn:0 2022-11-23T02:55:40.3846349Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py fuse_modules:0 2022-11-23T02:55:40.3847027Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-11-23T02:55:40.3847682Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_callable_args:0 2022-11-23T02:55:40.3848332Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py fuse_fx:0 2022-11-23T02:55:40.3848973Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_fx:0 2022-11-23T02:55:40.3849634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_qat_fx:0 2022-11-23T02:55:40.3850282Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_fx:0 2022-11-23T02:55:40.3850941Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_to_reference_fx:0 2022-11-23T02:55:40.3851633Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py _convert_to_reference_decomposed_fx:0 2022-11-23T02:55:40.3852300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_path_of_module:0 2022-11-23T02:55:40.3852957Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_signature_locals:0 2022-11-23T02:55:40.3853603Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_default_kwargs:0 2022-11-23T02:55:40.3854254Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-11-23T02:55:40.3854895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_num_pos_args:0 2022-11-23T02:55:40.3855561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\backend_config.py DTypeConfig:0 2022-11-23T02:55:40.3856389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py ModelReport:0 2022-11-23T02:55:40.3857192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-11-23T02:55:40.3858082Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-11-23T02:55:40.3858951Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-11-23T02:55:40.3859849Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-11-23T02:55:40.3860617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-11-23T02:55:40.3861239Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-11-23T02:55:40.3861852Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-11-23T02:55:40.3862557Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-11-23T02:55:40.3863230Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_backward:0 2022-11-23T02:55:40.3863915Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_forward:0 2022-11-23T02:55:40.3864579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-11-23T02:55:40.3865263Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_non_differentiable:0 2022-11-23T02:55:40.3865942Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.set_materialize_grads:0 2022-11-23T02:55:40.3866595Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-11-23T02:55:40.3867201Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-11-23T02:55:40.3867795Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-11-23T02:55:40.3868388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-11-23T02:55:40.3869001Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-11-23T02:55:40.3869600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-11-23T02:55:40.3870192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-11-23T02:55:40.3870765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-11-23T02:55:40.3871372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-11-23T02:55:40.3872106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py set_grad_enabled:0 2022-11-23T02:55:40.3872726Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-11-23T02:55:40.3873349Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-11-23T02:55:40.3873963Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-11-23T02:55:40.3874597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py disable_saved_tensors_hooks:0 2022-11-23T02:55:40.3875238Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py register_multi_grad_hook:0 2022-11-23T02:55:40.3875866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py allow_mutation_on_saved_tensors:0 2022-11-23T02:55:40.3876499Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-11-23T02:55:40.3877123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-11-23T02:55:40.3877739Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-11-23T02:55:40.3878342Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-11-23T02:55:40.3879045Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-11-23T02:55:40.3879689Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-11-23T02:55:40.3880295Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-11-23T02:55:40.3880895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_multi_output_jit_fn:0 2022-11-23T02:55:40.3881526Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-11-23T02:55:40.3882149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-11-23T02:55:40.3882797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py batch_isend_irecv:0 2022-11-23T02:55:40.3883450Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-11-23T02:55:40.3884096Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_object:0 2022-11-23T02:55:40.3884748Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-11-23T02:55:40.3885423Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py broadcast_object_list:0 2022-11-23T02:55:40.3886073Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter_object_list:0 2022-11-23T02:55:40.3886736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-11-23T02:55:40.3887582Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_into_tensor:0 2022-11-23T02:55:40.3888505Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_coalesced:0 2022-11-23T02:55:40.3890152Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter:0 2022-11-23T02:55:40.3890816Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py reduce_scatter_tensor:0 2022-11-23T02:55:40.3891480Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all_single:0 2022-11-23T02:55:40.3892134Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all:0 2022-11-23T02:55:40.3892787Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-11-23T02:55:40.3893416Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-11-23T02:55:40.3894107Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups_by_enumeration:0 2022-11-23T02:55:40.3894754Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-11-23T02:55:40.3895356Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-11-23T02:55:40.3896070Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-11-23T02:55:40.3896727Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-11-23T02:55:40.3897403Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py register_ddp_comm_hook:0 2022-11-23T02:55:40.3898140Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py noop_hook:0 2022-11-23T02:55:40.3898867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py allreduce_hook:0 2022-11-23T02:55:40.3899593Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_hook:0 2022-11-23T02:55:40.3900334Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_hook:0 2022-11-23T02:55:40.3901078Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_wrapper:0 2022-11-23T02:55:40.3901827Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_wrapper:0 2022-11-23T02:55:40.3902578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py post_localSGD_hook:0 2022-11-23T02:55:40.3903318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py powerSGD_hook:0 2022-11-23T02:55:40.3904060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py batched_powerSGD_hook:0 2022-11-23T02:55:40.3904828Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_pertensor_hook:0 2022-11-23T02:55:40.3905745Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_perchannel_hook:0 2022-11-23T02:55:40.3906529Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py PeriodicModelAverager:0 2022-11-23T02:55:40.3907348Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py HierarchicalModelAverager:0 2022-11-23T02:55:40.3908092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py SavePlanner:0 2022-11-23T02:55:40.3908773Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py LoadPlanner:0 2022-11-23T02:55:40.3909459Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_loader.py load_state_dict:0 2022-11-23T02:55:40.3910169Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py save_state_dict:0 2022-11-23T02:55:40.3910883Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\__init__.py start_processes:0 2022-11-23T02:55:40.3911584Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py Std.from_str:0 2022-11-23T02:55:40.3912352Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py to_map:0 2022-11-23T02:55:40.3913160Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\errors\__init__.py ChildFailedError:0 2022-11-23T02:55:40.3913921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py RendezvousHandler.shutdown:0 2022-11-23T02:55:40.3914598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py StateDictType:0 2022-11-23T02:55:40.3915248Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py FullStateDictConfig:0 2022-11-23T02:55:40.3915969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-11-23T02:55:40.3916765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.set_state_dict_type:0 2022-11-23T02:55:40.3917589Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-11-23T02:55:40.3918432Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-11-23T02:55:40.3919275Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-11-23T02:55:40.3920126Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-11-23T02:55:40.3920911Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py ShardedGradScaler:0 2022-11-23T02:55:40.3921597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py _all_gather_base:0 2022-11-23T02:55:40.3922395Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.__init__:0 2022-11-23T02:55:40.3923097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.init_from_module_rref:0 2022-11-23T02:55:40.3923808Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py RemoteModule:0 2022-11-23T02:55:40.3924535Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py _apply_optimizer_in_backward:0 2022-11-23T02:55:40.3925279Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-11-23T02:55:40.3926014Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-11-23T02:55:40.3926741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py register_functional_optim:0 2022-11-23T02:55:40.3927464Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-11-23T02:55:40.3928180Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-11-23T02:55:40.3928916Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-11-23T02:55:40.3929548Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-11-23T02:55:40.3930157Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-11-23T02:55:40.3930769Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-11-23T02:55:40.3931370Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-11-23T02:55:40.3931987Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-11-23T02:55:40.3932625Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-11-23T02:55:40.3933351Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-11-23T02:55:40.3934116Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py _server_process_global_profile:0 2022-11-23T02:55:40.3934860Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py checkpoint:0 2022-11-23T02:55:40.3935523Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py contract:0 2022-11-23T02:55:40.3936189Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py replicate:0 2022-11-23T02:55:40.3936870Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py mark_root_module:0 2022-11-23T02:55:40.3937573Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel:0 2022-11-23T02:55:40.3938312Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.no_sync:0 2022-11-23T02:55:40.3939179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.join:0 2022-11-23T02:55:40.3939937Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:0 2022-11-23T02:55:40.3940728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:1 2022-11-23T02:55:40.3941517Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T02:55:40.3942300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_fused_optim:0 2022-11-23T02:55:40.3943009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-11-23T02:55:40.3943728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py named_params_with_sharded_tensor:0 2022-11-23T02:55:40.3944455Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py init_from_local_shards:0 2022-11-23T02:55:40.3945250Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py custom_sharded_op_impl:0 2022-11-23T02:55:40.3946008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor._init_from_local_tensor:0 2022-11-23T02:55:40.3946751Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor.reshard:0 2022-11-23T02:55:40.3947461Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py _sharded_op_common:0 2022-11-23T02:55:40.3948156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py ShardingPlan:0 2022-11-23T02:55:40.3948856Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_input_validate:0 2022-11-23T02:55:40.3949546Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_output_validate:0 2022-11-23T02:55:40.3950216Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-11-23T02:55:40.3950832Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-11-23T02:55:40.3951442Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-11-23T02:55:40.3952078Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-11-23T02:55:40.3952704Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-11-23T02:55:40.3953310Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-11-23T02:55:40.3953959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-11-23T02:55:40.3954785Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T02:55:40.3955439Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-11-23T02:55:40.3956077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-11-23T02:55:40.3956744Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-11-23T02:55:40.3957389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-11-23T02:55:40.3958011Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-11-23T02:55:40.3958627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-11-23T02:55:40.3959258Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-11-23T02:55:40.3959901Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-11-23T02:55:40.3960528Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-11-23T02:55:40.3961182Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-11-23T02:55:40.3961905Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-11-23T02:55:40.3962574Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-11-23T02:55:40.3963240Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-11-23T02:55:40.3963888Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-11-23T02:55:40.3964585Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T02:55:40.3965312Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-11-23T02:55:40.3965985Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-11-23T02:55:40.3966644Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-11-23T02:55:40.3967310Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-11-23T02:55:40.3967965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-11-23T02:55:40.3968620Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-11-23T02:55:40.3969232Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-11-23T02:55:40.3969898Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T02:55:40.3970620Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T02:55:40.3971418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-11-23T02:55:40.3972038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-11-23T02:55:40.3972691Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-11-23T02:55:40.3973400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-11-23T02:55:40.3974086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-11-23T02:55:40.3974709Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-11-23T02:55:40.3975329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-11-23T02:55:40.3975944Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-11-23T02:55:40.3976532Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-11-23T02:55:40.3977110Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.eliminate_dead_code:0 2022-11-23T02:55:40.3977728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.on_generate_code:0 2022-11-23T02:55:40.3979123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-11-23T02:55:40.3979820Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-11-23T02:55:40.3980456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-11-23T02:55:40.3981077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-11-23T02:55:40.3981677Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-11-23T02:55:40.3982289Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_more_precise:0 2022-11-23T02:55:40.3982927Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-11-23T02:55:40.3983602Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-11-23T02:55:40.3984277Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-11-23T02:55:40.3984958Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-11-23T02:55:40.3985617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py reify_object:0 2022-11-23T02:55:40.3986288Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unify_object:0 2022-11-23T02:55:40.3986963Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge:0 2022-11-23T02:55:40.3987663Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge_with:0 2022-11-23T02:55:40.3988370Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valmap:0 2022-11-23T02:55:40.3989397Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keymap:0 2022-11-23T02:55:40.3990226Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemmap:0 2022-11-23T02:55:40.3991101Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valfilter:0 2022-11-23T02:55:40.3991811Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keyfilter:0 2022-11-23T02:55:40.3992506Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemfilter:0 2022-11-23T02:55:40.3993204Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc:0 2022-11-23T02:55:40.3993899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py dissoc:0 2022-11-23T02:55:40.3994593Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc_in:0 2022-11-23T02:55:40.3995293Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py update_in:0 2022-11-23T02:55:40.3996197Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py get_in:0 2022-11-23T02:55:40.3996908Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py groupby:0 2022-11-23T02:55:40.3997926Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py first:0 2022-11-23T02:55:40.3998624Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py transitive_get:0 2022-11-23T02:55:40.3999300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-11-23T02:55:40.3999967Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py reverse_dict:0 2022-11-23T02:55:40.4000638Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-11-23T02:55:40.4001300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-11-23T02:55:40.4002013Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py dispatch:0 2022-11-23T02:55:40.4002760Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher:0 2022-11-23T02:55:40.4003663Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.register:0 2022-11-23T02:55:40.4004742Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.add:0 2022-11-23T02:55:40.4005559Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.dispatch:0 2022-11-23T02:55:40.4006468Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py str_signature:0 2022-11-23T02:55:40.4007224Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py expand_tuples:0 2022-11-23T02:55:40.4007953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py _toposort:0 2022-11-23T02:55:40.4008691Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py reverse_dict:0 2022-11-23T02:55:40.4009439Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py groupby:0 2022-11-23T02:55:40.4010348Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py typename:0 2022-11-23T02:55:40.4011171Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py isvariadic:0 2022-11-23T02:55:40.4012087Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py Variadic:0 2022-11-23T02:55:40.4012768Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-11-23T02:55:40.4013536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py split_module:0 2022-11-23T02:55:40.4014237Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T02:55:40.4014888Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-11-23T02:55:40.4015487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-11-23T02:55:40.4016114Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save_jit_module_to_flatbuffer:0 2022-11-23T02:55:40.4016871Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _load_for_lite_interpreter:0 2022-11-23T02:55:40.4017592Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_bytecode_version:0 2022-11-23T02:55:40.4018487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_mobile_model_contained_types:0 2022-11-23T02:55:40.4019145Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_ops_and_info:0 2022-11-23T02:55:40.4019807Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py is_masked_tensor:0 2022-11-23T02:55:40.4020468Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool2d_with_indices:0 2022-11-23T02:55:40.4021127Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool3d_with_indices:0 2022-11-23T02:55:40.4021758Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-11-23T02:55:40.4022376Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-11-23T02:55:40.4022985Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-11-23T02:55:40.4023825Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-11-23T02:55:40.4024670Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-11-23T02:55:40.4025280Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-11-23T02:55:40.4025895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-11-23T02:55:40.4026545Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy_with_logits:0 2022-11-23T02:55:40.4027163Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-11-23T02:55:40.4027749Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-11-23T02:55:40.4028331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-11-23T02:55:40.4028879Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-11-23T02:55:40.4029451Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-11-23T02:55:40.4030179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-11-23T02:55:40.4031112Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-11-23T02:55:40.4031717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-11-23T02:55:40.4032268Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-11-23T02:55:40.4032846Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-11-23T02:55:40.4033390Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-11-23T02:55:40.4033937Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-11-23T02:55:40.4034493Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-11-23T02:55:40.4035044Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-11-23T02:55:40.4035588Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-11-23T02:55:40.4036310Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-11-23T02:55:40.4037024Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-11-23T02:55:40.4037735Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-11-23T02:55:40.4038290Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-11-23T02:55:40.4038869Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-11-23T02:55:40.4039427Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-11-23T02:55:40.4040019Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-11-23T02:55:40.4040639Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-11-23T02:55:40.4041372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-11-23T02:55:40.4041987Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-11-23T02:55:40.4042743Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-11-23T02:55:40.4043582Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-11-23T02:55:40.4044219Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-11-23T02:55:40.4044837Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-11-23T02:55:40.4045451Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-11-23T02:55:40.4046051Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-11-23T02:55:40.4046662Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-11-23T02:55:40.4047318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-11-23T02:55:40.4047916Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-11-23T02:55:40.4048585Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-11-23T02:55:40.4049366Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-11-23T02:55:40.4050214Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-11-23T02:55:40.4050830Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-11-23T02:55:40.4051454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-11-23T02:55:40.4052077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-11-23T02:55:40.4052695Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-11-23T02:55:40.4053320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-11-23T02:55:40.4053938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-11-23T02:55:40.4054572Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-11-23T02:55:40.4055337Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-11-23T02:55:40.4056096Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-11-23T02:55:40.4056836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-11-23T02:55:40.4057455Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-11-23T02:55:40.4058069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-11-23T02:55:40.4058693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-11-23T02:55:40.4059409Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-11-23T02:55:40.4060030Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-11-23T02:55:40.4060638Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-11-23T02:55:40.4061264Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-11-23T02:55:40.4062114Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-11-23T02:55:40.4063074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-11-23T02:55:40.4063725Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-11-23T02:55:40.4064336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-11-23T02:55:40.4064934Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-11-23T02:55:40.4065564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-11-23T02:55:40.4066292Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-11-23T02:55:40.4066961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-11-23T02:55:40.4067604Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-11-23T02:55:40.4068408Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-11-23T02:55:40.4069245Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-11-23T02:55:40.4069866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-11-23T02:55:40.4070446Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-11-23T02:55:40.4071060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-11-23T02:55:40.4071703Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-11-23T02:55:40.4072336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-11-23T02:55:40.4072930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-11-23T02:55:40.4073523Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-11-23T02:55:40.4074102Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-11-23T02:55:40.4074890Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-11-23T02:55:40.4075737Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-11-23T02:55:40.4076437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-11-23T02:55:40.4077197Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-11-23T02:55:40.4077812Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-11-23T02:55:40.4078418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-11-23T02:55:40.4079009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-11-23T02:55:40.4079604Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-11-23T02:55:40.4080191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-11-23T02:55:40.4080769Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-11-23T02:55:40.4081568Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-11-23T02:55:40.4082422Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-11-23T02:55:40.4083013Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-11-23T02:55:40.4083597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-11-23T02:55:40.4084289Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-11-23T02:55:40.4084958Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-11-23T02:55:40.4085607Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-11-23T02:55:40.4086206Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-11-23T02:55:40.4086822Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-11-23T02:55:40.4087597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-11-23T02:55:40.4088519Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-11-23T02:55:40.4089173Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-11-23T02:55:40.4089792Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.register_buffer:0 2022-11-23T02:55:40.4090432Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-11-23T02:55:40.4091050Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-11-23T02:55:40.4091643Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.state_dict:0 2022-11-23T02:55:40.4092274Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-11-23T02:55:40.4092928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_parameters:0 2022-11-23T02:55:40.4093639Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-11-23T02:55:40.4094543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_buffers:0 2022-11-23T02:55:40.4095336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_children:0 2022-11-23T02:55:40.4095967Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-11-23T02:55:40.4096598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_modules:0 2022-11-23T02:55:40.4097266Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-11-23T02:55:40.4097900Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-11-23T02:55:40.4098528Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-11-23T02:55:40.4099162Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-11-23T02:55:40.4099785Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-11-23T02:55:40.4100607Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-11-23T02:55:40.4101595Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-11-23T02:55:40.4102244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-11-23T02:55:40.4102870Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-11-23T02:55:40.4103488Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-11-23T02:55:40.4104124Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-11-23T02:55:40.4104760Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-11-23T02:55:40.4105388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-11-23T02:55:40.4106022Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-11-23T02:55:40.4106842Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-11-23T02:55:40.4107737Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-11-23T02:55:40.4108351Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-11-23T02:55:40.4108927Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-11-23T02:55:40.4109527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-11-23T02:55:40.4110158Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-11-23T02:55:40.4110772Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-11-23T02:55:40.4111378Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-11-23T02:55:40.4112097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-11-23T02:55:40.4112846Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-11-23T02:55:40.4113751Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-11-23T02:55:40.4114402Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-11-23T02:55:40.4115038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-11-23T02:55:40.4115647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-11-23T02:55:40.4116277Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-11-23T02:55:40.4116934Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-11-23T02:55:40.4117579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-11-23T02:55:40.4118217Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-11-23T02:55:40.4119037Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-11-23T02:55:40.4119774Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-11-23T02:55:40.4120537Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-11-23T02:55:40.4121116Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-11-23T02:55:40.4121681Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-11-23T02:55:40.4122250Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-11-23T02:55:40.4122830Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-11-23T02:55:40.4123416Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-11-23T02:55:40.4124010Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-11-23T02:55:40.4124623Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding.from_pretrained:0 2022-11-23T02:55:40.4125418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-11-23T02:55:40.4126318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag.from_pretrained:0 2022-11-23T02:55:40.4126987Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-11-23T02:55:40.4127644Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-11-23T02:55:40.4128323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-11-23T02:55:40.4128992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-11-23T02:55:40.4129797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-11-23T02:55:40.4130465Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-11-23T02:55:40.4131111Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-11-23T02:55:40.4131904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-11-23T02:55:40.4132824Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-11-23T02:55:40.4133503Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-11-23T02:55:40.4134185Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-11-23T02:55:40.4134902Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.no_sync:0 2022-11-23T02:55:40.4135636Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-11-23T02:55:40.4136390Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:0 2022-11-23T02:55:40.4137211Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:1 2022-11-23T02:55:40.4138158Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T02:55:40.4139190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_fused_optim:0 2022-11-23T02:55:40.4139875Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-11-23T02:55:40.4140528Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py convert_conv2d_weight_memory_format:0 2022-11-23T02:55:40.4141211Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-11-23T02:55:40.4141866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-11-23T02:55:40.4142535Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-11-23T02:55:40.4143170Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-11-23T02:55:40.4143753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-11-23T02:55:40.4144511Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-11-23T02:55:40.4145370Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-11-23T02:55:40.4145999Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-11-23T02:55:40.4146616Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-11-23T02:55:40.4147239Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py custom_from_mask:0 2022-11-23T02:55:40.4147959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-11-23T02:55:40.4148544Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-11-23T02:55:40.4149118Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_packed_sequence:0 2022-11-23T02:55:40.4149720Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-11-23T02:55:40.4150321Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-11-23T02:55:40.4151074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-11-23T02:55:40.4151959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-11-23T02:55:40.4152578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py spectral_norm:0 2022-11-23T02:55:40.4153218Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py remove_spectral_norm:0 2022-11-23T02:55:40.4153859Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-11-23T02:55:40.4154548Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py weight_norm:0 2022-11-23T02:55:40.4155201Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py remove_weight_norm:0 2022-11-23T02:55:40.4155852Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py call_for_per_sample_grads:0 2022-11-23T02:55:40.4156527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py unfold3d:0 2022-11-23T02:55:40.4157406Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-11-23T02:55:40.4158337Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-11-23T02:55:40.4158959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-11-23T02:55:40.4159588Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-11-23T02:55:40.4160212Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-11-23T02:55:40.4160811Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-11-23T02:55:40.4161430Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-11-23T02:55:40.4162038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-11-23T02:55:40.4162647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-11-23T02:55:40.4163425Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-11-23T02:55:40.4164215Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-11-23T02:55:40.4165780Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T02:55:40.4166415Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-11-23T02:55:40.4167069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T02:55:40.4167794Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T02:55:40.4168467Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-11-23T02:55:40.4169057Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-11-23T02:55:40.4169797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-11-23T02:55:40.4170531Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-11-23T02:55:40.4171269Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-11-23T02:55:40.4171865Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-11-23T02:55:40.4172438Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-11-23T02:55:40.4173150Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-11-23T02:55:40.4173790Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-11-23T02:55:40.4174395Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-11-23T02:55:40.4175033Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-11-23T02:55:40.4175711Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_symmetric_psd_matrix:0 2022-11-23T02:55:40.4176583Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_psd_matrix:0 2022-11-23T02:55:40.4177538Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_pd_matrix:0 2022-11-23T02:55:40.4178275Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\distributed\_tensor\common_dtensor.py skip_unless_torch_gpu:0 2022-11-23T02:55:40.4178976Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py rename_privateuse1_backend:0 2022-11-23T02:55:40.4179647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-11-23T02:55:40.4180293Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-11-23T02:55:40.4180921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-11-23T02:55:40.4181547Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-11-23T02:55:40.4182256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-11-23T02:55:40.4182906Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-11-23T02:55:40.4183842Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-11-23T02:55:40.4184462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T02:55:40.4185131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-11-23T02:55:40.4185762Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-11-23T02:55:40.4186415Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-11-23T02:55:40.4187093Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-11-23T02:55:40.4187743Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-11-23T02:55:40.4188470Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-11-23T02:55:40.4189258Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-11-23T02:55:40.4190144Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py MapperIterDataPipe:0 2022-11-23T02:55:40.4190933Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py CollatorIterDataPipe:0 2022-11-23T02:55:40.4191693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T02:55:40.4192436Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ConcaterIterDataPipe:0 2022-11-23T02:55:40.4193166Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ForkerIterDataPipe:0 2022-11-23T02:55:40.4193872Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py _ChildDataPipe:0 2022-11-23T02:55:40.4194601Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py DemultiplexerIterDataPipe:0 2022-11-23T02:55:40.4195590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py MultiplexerIterDataPipe:0 2022-11-23T02:55:40.4196477Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ZipperIterDataPipe:0 2022-11-23T02:55:40.4197221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py FileListerIterDataPipe:0 2022-11-23T02:55:40.4197942Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py FileOpenerIterDataPipe:0 2022-11-23T02:55:40.4198668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py BatcherIterDataPipe:0 2022-11-23T02:55:40.4199393Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py UnBatcherIterDataPipe:0 2022-11-23T02:55:40.4200113Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py GrouperIterDataPipe:0 2022-11-23T02:55:40.4201038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py FilterIterDataPipe:0 2022-11-23T02:55:40.4201935Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py StreamReaderIterDataPipe:0 2022-11-23T02:55:40.4202715Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py IterableWrapperIterDataPipe:0 2022-11-23T02:55:40.4203590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py MapperMapDataPipe:0 2022-11-23T02:55:40.4204325Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T02:55:40.4205049Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ConcaterMapDataPipe:0 2022-11-23T02:55:40.4205746Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ZipperMapDataPipe:0 2022-11-23T02:55:40.4206458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py BatcherMapDataPipe:0 2022-11-23T02:55:40.4207191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py SequenceWrapperMapDataPipe:0 2022-11-23T02:55:40.4207996Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py validate_input_col:0 2022-11-23T02:55:40.4208853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_convert:0 2022-11-23T02:55:40.4209753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py collate:0 2022-11-23T02:55:40.4210393Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_collate:0 2022-11-23T02:55:40.4211045Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py find_closure_group:0 2022-11-23T02:55:40.4211717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py replace_extern_shared:0 2022-11-23T02:55:40.4212372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-11-23T02:55:40.4213096Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_hparams:0 2022-11-23T02:55:40.4213793Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalar:0 2022-11-23T02:55:40.4214617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalars:0 2022-11-23T02:55:40.4215565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram:0 2022-11-23T02:55:40.4216288Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram_raw:0 2022-11-23T02:55:40.4216987Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_image:0 2022-11-23T02:55:40.4217670Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_images:0 2022-11-23T02:55:40.4218345Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_text:0 2022-11-23T02:55:40.4219130Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_embedding:0 2022-11-23T02:55:40.4219823Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_pr_curve:0 2022-11-23T02:55:40.4220554Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-11-23T02:55:40.4221481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-11-23T02:55:40.4222454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars:0 2022-11-23T02:55:40.4223152Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_mesh:0 2022-11-23T02:55:40.4223808Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-11-23T02:55:40.4224470Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-11-23T02:55:40.9910212Z 2022-11-23T02:55:40.9911302Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:55:40.9912493Z 2022-11-23T02:55:40.9913577Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:55:40.9919835Z 2022-11-23T02:55:40.9920370Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:55:40.9953684Z + [[ 1 == 1 ]] 2022-11-23T02:55:40.9954158Z + [[ 5 -gt 1 ]] 2022-11-23T02:55:40.9954886Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-11-23T02:55:41.0245297Z 2022-11-23T02:55:41.0246495Z C:\actions-runner\_work\pytorch\pytorch>if "1" == "0" IF NOT "11.6" == "cpu" exit /b 0 2022-11-23T02:55:41.0250560Z 2022-11-23T02:55:41.0251576Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:55:41.0270988Z 2022-11-23T02:55:41.0271673Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:55:41.0272429Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:55:41.0273103Z exit /b 0 2022-11-23T02:55:41.0273322Z ) 2022-11-23T02:55:42.0223741Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-11-23T02:55:42.0248009Z Note: Google Test filter = -IntegrationTest.MNIST*:*_MultiCUDA 2022-11-23T02:55:42.0248711Z [==========] Running 1020 tests from 48 test suites. 2022-11-23T02:55:42.0249359Z [----------] Global test environment set-up. 2022-11-23T02:55:42.0250047Z [----------] 9 tests from AutogradAPITests 2022-11-23T02:55:42.0250658Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-11-23T02:55:42.0269705Z [ OK ] AutogradAPITests.BackwardSimpleTest (2 ms) 2022-11-23T02:55:42.0271115Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127] Warning: 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. (function operator ()) 2022-11-23T02:55:42.0272098Z [ RUN ] AutogradAPITests.BackwardTest 2022-11-23T02:55:42.0276086Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-11-23T02:55:42.0276962Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-11-23T02:55:42.0280501Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-11-23T02:55:42.0280927Z [ RUN ] AutogradAPITests.GradTest 2022-11-23T02:55:42.0287122Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-11-23T02:55:42.0287474Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-11-23T02:55:42.0291817Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-11-23T02:55:42.0293583Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-11-23T02:55:42.0295626Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-11-23T02:55:42.0297569Z [W TensorBody.h:485] Warning: 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. (function grad) 2022-11-23T02:55:42.0300329Z [ OK ] AutogradAPITests.GradNonLeafTest (1 ms) 2022-11-23T02:55:42.0300827Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-11-23T02:55:42.9302409Z [ OK ] AutogradAPITests.GradUnreachableTest (900 ms) 2022-11-23T02:55:42.9302845Z [ RUN ] AutogradAPITests.EmptyInput 2022-11-23T02:55:42.9304489Z [ OK ] AutogradAPITests.EmptyInput (0 ms) 2022-11-23T02:55:42.9305236Z [ RUN ] AutogradAPITests.RetainGrad 2022-11-23T02:55:42.9313019Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-11-23T02:55:42.9313805Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator ()) 2022-11-23T02:55:42.9328071Z [ RUN ] AutogradAPITests.AnomalyMode 2022-11-23T02:55:42.9388050Z [ OK ] AutogradAPITests.AnomalyMode (7 ms) 2022-11-23T02:55:42.9388734Z [----------] 9 tests from AutogradAPITests (913 ms total) 2022-11-23T02:55:42.9388954Z 2022-11-23T02:55:42.9389106Z [----------] 33 tests from CustomAutogradTest 2022-11-23T02:55:42.9389568Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-11-23T02:55:42.9392352Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-11-23T02:55:42.9393144Z [ RUN ] CustomAutogradTest.CustomFunction 2022-11-23T02:55:42.9395893Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-11-23T02:55:42.9396336Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-11-23T02:55:42.9399113Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-11-23T02:55:42.9399564Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-11-23T02:55:42.9405314Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-11-23T02:55:42.9405724Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-11-23T02:55:42.9407729Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-11-23T02:55:42.9408188Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-11-23T02:55:42.9410586Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-11-23T02:55:42.9410997Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-11-23T02:55:42.9413434Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-11-23T02:55:42.9413841Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-11-23T02:55:42.9414608Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-11-23T02:55:42.9415116Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-11-23T02:55:42.9415782Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-11-23T02:55:42.9416150Z [ RUN ] CustomAutogradTest.MarkDirty 2022-11-23T02:55:42.9417467Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-11-23T02:55:42.9417867Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-11-23T02:55:42.9419785Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-11-23T02:55:42.9420231Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-11-23T02:55:42.9423317Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-11-23T02:55:42.9423775Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-11-23T02:55:42.9424636Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-11-23T02:55:42.9426059Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-11-23T02:55:42.9427357Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-11-23T02:55:42.9427764Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-11-23T02:55:42.9431235Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (0 ms) 2022-11-23T02:55:42.9431872Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-11-23T02:55:42.9432384Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-11-23T02:55:42.9432756Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-11-23T02:55:42.9434773Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-11-23T02:55:42.9435169Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-11-23T02:55:42.9440270Z [ OK ] CustomAutogradTest.InvalidGradients (0 ms) 2022-11-23T02:55:42.9440770Z [ RUN ] CustomAutogradTest.NoGradInput 2022-11-23T02:55:42.9441123Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-11-23T02:55:42.9441471Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-11-23T02:55:42.9441813Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-11-23T02:55:42.9442159Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-11-23T02:55:42.9443066Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-11-23T02:55:42.9443542Z [ RUN ] CustomAutogradTest.Reentrant 2022-11-23T02:55:42.9445555Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-11-23T02:55:42.9446203Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-11-23T02:55:43.9770656Z [ OK ] CustomAutogradTest.DeepReentrant (1032 ms) 2022-11-23T02:55:43.9771155Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-11-23T02:55:43.9780071Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-11-23T02:55:43.9780440Z [ RUN ] CustomAutogradTest.Hooks 2022-11-23T02:55:43.9791323Z [ OK ] CustomAutogradTest.Hooks (1 ms) 2022-11-23T02:55:43.9791699Z [ RUN ] CustomAutogradTest.HooksInplace 2022-11-23T02:55:43.9794679Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-11-23T02:55:43.9795118Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-11-23T02:55:43.9799145Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-11-23T02:55:43.9799625Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-11-23T02:55:43.9803977Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-11-23T02:55:43.9804693Z [ RUN ] CustomAutogradTest.HookNone 2022-11-23T02:55:43.9805379Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-11-23T02:55:43.9805775Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-11-23T02:55:43.9807944Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-11-23T02:55:43.9808361Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-11-23T02:55:43.9810700Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (0 ms) 2022-11-23T02:55:43.9811134Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-11-23T02:55:43.9813903Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-11-23T02:55:43.9814365Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-11-23T02:55:43.9815550Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-11-23T02:55:43.9816105Z [----------] 33 tests from CustomAutogradTest (1042 ms total) 2022-11-23T02:55:43.9816333Z 2022-11-23T02:55:43.9816467Z [----------] 18 tests from AnyModuleTest 2022-11-23T02:55:43.9816782Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-11-23T02:55:43.9846007Z [ OK ] AnyModuleTest.SimpleReturnType (3 ms) 2022-11-23T02:55:43.9846420Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-11-23T02:55:43.9847097Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-11-23T02:55:43.9847559Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-11-23T02:55:43.9848114Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-11-23T02:55:43.9848581Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-11-23T02:55:43.9849212Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-11-23T02:55:43.9849791Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-11-23T02:55:43.9850628Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-11-23T02:55:43.9851135Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-11-23T02:55:43.9851469Z [ OK ] AnyModuleTest.WrongArgumentType (0 ms) 2022-11-23T02:55:43.9851834Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-11-23T02:55:43.9854790Z [ OK ] AnyModuleTest.WrongNumberOfArguments (0 ms) 2022-11-23T02:55:43.9855329Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-11-23T02:55:43.9863480Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (0 ms) 2022-11-23T02:55:43.9864140Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-11-23T02:55:43.9864539Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-11-23T02:55:43.9864942Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-11-23T02:55:43.9865356Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (0 ms) 2022-11-23T02:55:43.9866023Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-11-23T02:55:43.9866436Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-11-23T02:55:43.9866839Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-11-23T02:55:43.9867242Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-11-23T02:55:43.9867821Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-11-23T02:55:43.9868240Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (0 ms) 2022-11-23T02:55:43.9868614Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-11-23T02:55:43.9868976Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-11-23T02:55:43.9869382Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-11-23T02:55:43.9873406Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (0 ms) 2022-11-23T02:55:43.9873953Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-11-23T02:55:43.9874375Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-11-23T02:55:43.9874784Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-11-23T02:55:43.9875545Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-11-23T02:55:43.9876127Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-11-23T02:55:43.9876965Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-11-23T02:55:43.9877734Z [----------] 18 tests from AnyModuleTest (6 ms total) 2022-11-23T02:55:43.9878096Z 2022-11-23T02:55:43.9878326Z [----------] 12 tests from AnyValueTest 2022-11-23T02:55:43.9879008Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-11-23T02:55:43.9879820Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-11-23T02:55:43.9880673Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-11-23T02:55:43.9881852Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-11-23T02:55:43.9882941Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-11-23T02:55:43.9884006Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-11-23T02:55:43.9884943Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-11-23T02:55:43.9885825Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-11-23T02:55:43.9886675Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-11-23T02:55:43.9887343Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-11-23T02:55:43.9888147Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-11-23T02:55:43.9888620Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-11-23T02:55:43.9889339Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-11-23T02:55:43.9889915Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (0 ms) 2022-11-23T02:55:43.9890405Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-11-23T02:55:43.9890853Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-11-23T02:55:43.9891565Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-11-23T02:55:43.9891950Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-11-23T02:55:43.9892329Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-11-23T02:55:43.9892878Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-11-23T02:55:43.9893568Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-11-23T02:55:43.9894333Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-11-23T02:55:43.9894974Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-11-23T02:55:43.9895383Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-11-23T02:55:43.9895895Z [----------] 12 tests from AnyValueTest (0 ms total) 2022-11-23T02:55:43.9896089Z 2022-11-23T02:55:43.9896208Z [----------] 50 tests from DataTest 2022-11-23T02:55:43.9896724Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-11-23T02:55:43.9897096Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-11-23T02:55:43.9897485Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-11-23T02:55:43.9897894Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-11-23T02:55:43.9898315Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-11-23T02:55:43.9898772Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (0 ms) 2022-11-23T02:55:43.9899145Z [ RUN ] DataTest.InfiniteStreamDataset 2022-11-23T02:55:43.9899488Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-11-23T02:55:43.9899828Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-11-23T02:55:43.9900166Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-11-23T02:55:43.9900530Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-11-23T02:55:43.9900911Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-11-23T02:55:43.9901281Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-11-23T02:55:43.9901680Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-11-23T02:55:43.9902384Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-11-23T02:55:43.9903012Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-11-23T02:55:43.9903428Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-11-23T02:55:43.9903833Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-11-23T02:55:43.9904176Z [ RUN ] DataTest.CollateReducesBatch 2022-11-23T02:55:43.9904509Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-11-23T02:55:43.9904842Z [ RUN ] DataTest.CollationReducesBatch 2022-11-23T02:55:43.9905185Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-11-23T02:55:43.9905581Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-11-23T02:55:43.9906021Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-11-23T02:55:43.9906509Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-11-23T02:55:43.9907023Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-11-23T02:55:43.9907472Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-11-23T02:55:43.9907852Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-11-23T02:55:43.9908396Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-11-23T02:55:43.9908841Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-11-23T02:55:43.9909503Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-11-23T02:55:44.0162334Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (26 ms) 2022-11-23T02:55:44.0162836Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-11-23T02:55:44.0164382Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-11-23T02:55:44.0165159Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-11-23T02:55:44.0165784Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-11-23T02:55:44.0166233Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-11-23T02:55:44.0166603Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-11-23T02:55:44.0166995Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-11-23T02:55:44.0167423Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-11-23T02:55:44.0167897Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-11-23T02:55:44.0171856Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-11-23T02:55:44.0172728Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-11-23T02:55:44.0173324Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-11-23T02:55:44.0173774Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-11-23T02:55:44.0174135Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-11-23T02:55:44.0174582Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-11-23T02:55:44.0175152Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-11-23T02:55:44.0175606Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-11-23T02:55:44.0176049Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-11-23T02:55:44.0176553Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-11-23T02:55:44.0177106Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-11-23T02:55:44.0177574Z [ RUN ] DataTest.StackTransformWorksForExample 2022-11-23T02:55:44.0181133Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-11-23T02:55:44.0181555Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-11-23T02:55:44.0183550Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-11-23T02:55:44.0196471Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-11-23T02:55:44.0198126Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-11-23T02:55:44.0198946Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-11-23T02:55:44.0199964Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-11-23T02:55:44.0200646Z [ RUN ] DataTest.NormalizeTransform 2022-11-23T02:55:44.0203112Z [ OK ] DataTest.NormalizeTransform (1 ms) 2022-11-23T02:55:44.0203783Z [ RUN ] DataTest.MapDoesNotCopy 2022-11-23T02:55:44.0204215Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-11-23T02:55:44.0204586Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-11-23T02:55:44.0205008Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-11-23T02:55:44.0205442Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-11-23T02:55:44.0352023Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (14 ms) 2022-11-23T02:55:44.0352502Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-11-23T02:55:44.0576935Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (22 ms) 2022-11-23T02:55:44.0577381Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-11-23T02:55:44.0710863Z [ OK ] DataTest.QueueClearEmptiesTheQueue (13 ms) 2022-11-23T02:55:44.0711444Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-11-23T02:55:44.0711996Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-11-23T02:55:44.0712392Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-11-23T02:55:44.0712776Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-11-23T02:55:44.0713306Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-11-23T02:55:44.0713892Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-11-23T02:55:44.0714424Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-11-23T02:55:44.0715166Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-11-23T02:55:44.0715645Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-11-23T02:55:44.0814746Z [ OK ] DataTest.DataShuttlePopResultTimesOut (10 ms) 2022-11-23T02:55:44.0815177Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-11-23T02:55:44.0829272Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-11-23T02:55:44.0830144Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-11-23T02:55:44.0830797Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-11-23T02:55:44.0831421Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-11-23T02:55:44.0831808Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-11-23T02:55:44.0832756Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-11-23T02:55:44.0833415Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:55:44.0834029Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-11-23T02:55:44.0834630Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:55:44.0835160Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-11-23T02:55:44.0842050Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-11-23T02:55:44.0842721Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-11-23T02:55:44.0843355Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:55:44.0843993Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-11-23T02:55:44.0844767Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:55:44.0845565Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-11-23T02:55:44.0847690Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-11-23T02:55:44.0848390Z [----------] 50 tests from DataTest (96 ms total) 2022-11-23T02:55:44.0848737Z 2022-11-23T02:55:44.0848891Z [----------] 37 tests from DataLoaderTest 2022-11-23T02:55:44.0849513Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-11-23T02:55:44.0849999Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-11-23T02:55:44.0850661Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-11-23T02:55:44.0851190Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-11-23T02:55:44.0852030Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-11-23T02:55:44.0852655Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-11-23T02:55:44.0853350Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-11-23T02:55:44.0854265Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (0 ms) 2022-11-23T02:55:44.0855016Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-11-23T02:55:44.0855666Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-11-23T02:55:44.0856182Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-11-23T02:55:44.0856888Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-11-23T02:55:44.0857540Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-11-23T02:55:44.0858052Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-11-23T02:55:44.0858959Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-11-23T02:55:44.0859523Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-11-23T02:55:44.0859994Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-11-23T02:55:44.0860622Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-11-23T02:55:44.0861088Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-11-23T02:55:44.0861554Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-11-23T02:55:44.0862010Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-11-23T02:55:44.0862431Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-11-23T02:55:44.0862925Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-11-23T02:55:44.0863515Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (0 ms) 2022-11-23T02:55:44.0864225Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-11-23T02:55:44.0866438Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (0 ms) 2022-11-23T02:55:44.0866986Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-11-23T02:55:44.0868570Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (0 ms) 2022-11-23T02:55:44.0869094Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-11-23T02:55:44.0870618Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (0 ms) 2022-11-23T02:55:44.0871146Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-11-23T02:55:44.0874079Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (0 ms) 2022-11-23T02:55:44.0874536Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-11-23T02:55:44.0874911Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-11-23T02:55:44.0875457Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-11-23T02:55:44.0876160Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-11-23T02:55:44.0876870Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-11-23T02:55:44.0877746Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-11-23T02:55:44.0878301Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-11-23T02:55:44.1018210Z [ OK ] DataLoaderTest.RespectsTimeout (14 ms) 2022-11-23T02:55:44.1019055Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-11-23T02:55:44.1037911Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (1 ms) 2022-11-23T02:55:44.1038379Z [ RUN ] DataLoaderTest.Reset 2022-11-23T02:55:44.1038803Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-11-23T02:55:44.1039491Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-11-23T02:55:44.1045012Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-11-23T02:55:44.1045582Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-11-23T02:55:44.1048146Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-11-23T02:55:44.1049007Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-11-23T02:55:44.1054762Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (0 ms) 2022-11-23T02:55:44.1055254Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-11-23T02:55:44.1055669Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-11-23T02:55:44.1056151Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-11-23T02:55:44.1058010Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-11-23T02:55:44.1058445Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-11-23T02:55:44.1251034Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (19 ms) 2022-11-23T02:55:44.1251521Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-11-23T02:55:44.1255874Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (0 ms) 2022-11-23T02:55:44.1256367Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-11-23T02:55:44.1258617Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-11-23T02:55:44.1259749Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-11-23T02:55:44.1265651Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-11-23T02:55:44.1266190Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-11-23T02:55:44.1271175Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-11-23T02:55:44.1271710Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-11-23T02:55:44.1275945Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-11-23T02:55:44.1276423Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-11-23T02:55:44.1818970Z [ OK ] DataLoaderTest.ChunkDatasetSave (54 ms) 2022-11-23T02:55:44.1819397Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-11-23T02:55:44.1913863Z [ OK ] DataLoaderTest.ChunkDatasetLoad (9 ms) 2022-11-23T02:55:44.1914325Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-11-23T02:55:44.1935157Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (2 ms) 2022-11-23T02:55:44.1935663Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-11-23T02:55:44.1948775Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (1 ms) 2022-11-23T02:55:44.1949329Z [----------] 37 tests from DataLoaderTest (110 ms total) 2022-11-23T02:55:44.1949521Z 2022-11-23T02:55:44.1949806Z [----------] 1 test from EnumTest 2022-11-23T02:55:44.1950243Z [ RUN ] EnumTest.AllEnums 2022-11-23T02:55:44.1950843Z [ OK ] EnumTest.AllEnums (0 ms) 2022-11-23T02:55:44.1951398Z [----------] 1 test from EnumTest (0 ms total) 2022-11-23T02:55:44.1951587Z 2022-11-23T02:55:44.1951739Z [----------] 6 tests from ExpandingArrayTest 2022-11-23T02:55:44.1952150Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-11-23T02:55:44.1952620Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-11-23T02:55:44.1953126Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-11-23T02:55:44.1953704Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-11-23T02:55:44.1954136Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-11-23T02:55:44.1954563Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-11-23T02:55:44.1955106Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-11-23T02:55:44.1955539Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-11-23T02:55:44.1956567Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-11-23T02:55:44.1957622Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (0 ms) 2022-11-23T02:55:44.1958395Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-11-23T02:55:44.1959173Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (0 ms) 2022-11-23T02:55:44.1959732Z [----------] 6 tests from ExpandingArrayTest (0 ms total) 2022-11-23T02:55:44.1959941Z 2022-11-23T02:55:44.1960072Z [----------] 10 tests from FFTTest 2022-11-23T02:55:44.1960317Z [ RUN ] FFTTest.fft 2022-11-23T02:55:44.1964560Z [ OK ] FFTTest.fft (0 ms) 2022-11-23T02:55:44.1964891Z [ RUN ] FFTTest.fft_real 2022-11-23T02:55:44.1968607Z [ OK ] FFTTest.fft_real (0 ms) 2022-11-23T02:55:44.1968982Z [ RUN ] FFTTest.fft_pad 2022-11-23T02:55:44.1974516Z [ OK ] FFTTest.fft_pad (0 ms) 2022-11-23T02:55:44.1974853Z [ RUN ] FFTTest.fft_norm 2022-11-23T02:55:44.1980014Z [ OK ] FFTTest.fft_norm (0 ms) 2022-11-23T02:55:44.1980335Z [ RUN ] FFTTest.ifft 2022-11-23T02:55:44.1984850Z [ OK ] FFTTest.ifft (0 ms) 2022-11-23T02:55:44.1985146Z [ RUN ] FFTTest.fft_ifft 2022-11-23T02:55:44.1987175Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-11-23T02:55:44.1987826Z [ RUN ] FFTTest.rfft 2022-11-23T02:55:44.1990779Z [ OK ] FFTTest.rfft (0 ms) 2022-11-23T02:55:44.1991426Z [ RUN ] FFTTest.rfft_irfft 2022-11-23T02:55:44.1992342Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-11-23T02:55:44.1992908Z [ RUN ] FFTTest.ihfft 2022-11-23T02:55:44.1995005Z [ OK ] FFTTest.ihfft (0 ms) 2022-11-23T02:55:44.1995507Z [ RUN ] FFTTest.hfft_ihfft 2022-11-23T02:55:44.1998574Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-11-23T02:55:44.1999027Z [----------] 10 tests from FFTTest (4 ms total) 2022-11-23T02:55:44.1999230Z 2022-11-23T02:55:44.1999370Z [----------] 135 tests from FunctionalTest 2022-11-23T02:55:44.1999671Z [ RUN ] FunctionalTest.Conv1d 2022-11-23T02:55:44.2045053Z [ OK ] FunctionalTest.Conv1d (4 ms) 2022-11-23T02:55:44.2045729Z [ RUN ] FunctionalTest.Conv2dEven 2022-11-23T02:55:44.2051435Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-11-23T02:55:44.2052104Z [ RUN ] FunctionalTest.Conv2dUneven 2022-11-23T02:55:44.2057079Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-11-23T02:55:44.2057652Z [ RUN ] FunctionalTest.Conv3d 2022-11-23T02:55:44.2066491Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-11-23T02:55:44.2067110Z [ RUN ] FunctionalTest.MaxPool1d 2022-11-23T02:55:44.2070534Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-11-23T02:55:44.2071176Z [ RUN ] FunctionalTest.MaxPool2d 2022-11-23T02:55:44.2073236Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-11-23T02:55:44.2073805Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-11-23T02:55:44.2077135Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-11-23T02:55:44.2077525Z [ RUN ] FunctionalTest.MaxPool3d 2022-11-23T02:55:44.2079554Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-11-23T02:55:44.2080125Z [ RUN ] FunctionalTest.AvgPool1d 2022-11-23T02:55:44.2082944Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-11-23T02:55:44.2083531Z [ RUN ] FunctionalTest.AvgPool2d 2022-11-23T02:55:44.2084287Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-11-23T02:55:44.2084864Z [ RUN ] FunctionalTest.AvgPool3d 2022-11-23T02:55:44.2086903Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-11-23T02:55:44.2087479Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-11-23T02:55:44.2096295Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-11-23T02:55:44.2096815Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-11-23T02:55:44.2102187Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-11-23T02:55:44.2103126Z [ RUN ] FunctionalTest.LPPool1d 2022-11-23T02:55:44.2105357Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-11-23T02:55:44.2105681Z [ RUN ] FunctionalTest.LPPool2d 2022-11-23T02:55:44.2108677Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-11-23T02:55:44.2109320Z [ RUN ] FunctionalTest.CosineSimilarity 2022-11-23T02:55:44.2111724Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-11-23T02:55:44.2112141Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-11-23T02:55:44.2117987Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-11-23T02:55:44.2118721Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-11-23T02:55:44.2120658Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-11-23T02:55:44.2121542Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-11-23T02:55:44.2123575Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-11-23T02:55:44.2124317Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-11-23T02:55:44.2127530Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-11-23T02:55:44.2128408Z [ RUN ] FunctionalTest.HuberLossDelta 2022-11-23T02:55:44.2130694Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-11-23T02:55:44.2131341Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-11-23T02:55:44.2133395Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-11-23T02:55:44.2133999Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-11-23T02:55:44.2139798Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:55:44.2140761Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-11-23T02:55:44.2149565Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:55:44.2150545Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-11-23T02:55:44.2152525Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-11-23T02:55:44.2153663Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-11-23T02:55:44.2158838Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-11-23T02:55:44.2159348Z [ RUN ] FunctionalTest.PairwiseDistance 2022-11-23T02:55:44.2162399Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-11-23T02:55:44.2163041Z [ RUN ] FunctionalTest.PDist 2022-11-23T02:55:44.2166030Z [ OK ] FunctionalTest.PDist (0 ms) 2022-11-23T02:55:44.2166673Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-11-23T02:55:44.2168683Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-11-23T02:55:44.2169180Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-11-23T02:55:44.2170919Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-11-23T02:55:44.2171630Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-11-23T02:55:44.2172943Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-11-23T02:55:44.2173617Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-11-23T02:55:44.2175013Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-11-23T02:55:44.2175811Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-11-23T02:55:44.2177374Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-11-23T02:55:44.2178046Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-11-23T02:55:44.2179471Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-11-23T02:55:44.2179828Z [ RUN ] FunctionalTest.L1Loss 2022-11-23T02:55:44.2184474Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-11-23T02:55:44.2184841Z [ RUN ] FunctionalTest.MSELoss 2022-11-23T02:55:44.2187266Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-11-23T02:55:44.2187643Z [ RUN ] FunctionalTest.BCELoss 2022-11-23T02:55:44.2190514Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-11-23T02:55:44.2190884Z [ RUN ] FunctionalTest.KLDivLoss 2022-11-23T02:55:44.2191865Z [W loss.h:57] Warning: 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. (function kl_div) 2022-11-23T02:55:44.2193948Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-11-23T02:55:44.2194357Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-11-23T02:55:44.2197491Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-11-23T02:55:44.2198417Z [ RUN ] FunctionalTest.GridSample 2022-11-23T02:55:44.2205376Z [W vision.h:87] Warning: 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. (function grid_sample) 2022-11-23T02:55:44.2212452Z [ OK ] FunctionalTest.GridSample (1 ms) 2022-11-23T02:55:44.2213161Z [ RUN ] FunctionalTest.AffineGrid 2022-11-23T02:55:44.2258682Z [ OK ] FunctionalTest.AffineGrid (4 ms) 2022-11-23T02:55:44.2259377Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-11-23T02:55:44.2262233Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-11-23T02:55:44.2262970Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-11-23T02:55:44.2267161Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-11-23T02:55:44.2268026Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-11-23T02:55:44.2271682Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-11-23T02:55:44.2272178Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-11-23T02:55:44.2275282Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-11-23T02:55:44.2275717Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-11-23T02:55:44.2278565Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-11-23T02:55:44.2279464Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-11-23T02:55:44.2518732Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (23 ms) 2022-11-23T02:55:44.2519630Z [ RUN ] FunctionalTest.NLLLoss 2022-11-23T02:55:44.2521140Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-11-23T02:55:44.2521808Z [ RUN ] FunctionalTest.CrossEntropy 2022-11-23T02:55:44.2531835Z [ OK ] FunctionalTest.CrossEntropy (1 ms) 2022-11-23T02:55:44.2532485Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-11-23T02:55:44.2541449Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-11-23T02:55:44.2542127Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-11-23T02:55:44.2548454Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-11-23T02:55:44.2549172Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-11-23T02:55:44.2552872Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-11-23T02:55:44.2553485Z [ RUN ] FunctionalTest.ELU 2022-11-23T02:55:44.2591246Z [ OK ] FunctionalTest.ELU (3 ms) 2022-11-23T02:55:44.2591590Z [ RUN ] FunctionalTest.SELU 2022-11-23T02:55:44.2601002Z [ OK ] FunctionalTest.SELU (0 ms) 2022-11-23T02:55:44.2601742Z [ RUN ] FunctionalTest.GLU 2022-11-23T02:55:44.2605255Z [ OK ] FunctionalTest.GLU (0 ms) 2022-11-23T02:55:44.2605792Z [ RUN ] FunctionalTest.GELU 2022-11-23T02:55:44.2615150Z [ OK ] FunctionalTest.GELU (0 ms) 2022-11-23T02:55:44.2615656Z [ RUN ] FunctionalTest.TanhGELU 2022-11-23T02:55:44.2618070Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-11-23T02:55:44.2618692Z [ RUN ] FunctionalTest.Hardshrink 2022-11-23T02:55:44.2633871Z [ OK ] FunctionalTest.Hardshrink (1 ms) 2022-11-23T02:55:44.2634381Z [ RUN ] FunctionalTest.OneHot 2022-11-23T02:55:44.2644190Z [ OK ] FunctionalTest.OneHot (1 ms) 2022-11-23T02:55:44.2644752Z [ RUN ] FunctionalTest.Hardtanh 2022-11-23T02:55:44.2727624Z [ OK ] FunctionalTest.Hardtanh (8 ms) 2022-11-23T02:55:44.2728253Z [ RUN ] FunctionalTest.LeakyReLU 2022-11-23T02:55:44.2755475Z [ OK ] FunctionalTest.LeakyReLU (2 ms) 2022-11-23T02:55:44.2756502Z [ RUN ] FunctionalTest.LogSigmoid 2022-11-23T02:55:44.2759013Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-11-23T02:55:44.2759660Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-11-23T02:55:44.2819376Z [ OK ] FunctionalTest.GumbelSoftmax (5 ms) 2022-11-23T02:55:44.2819988Z [ RUN ] FunctionalTest.Softmax 2022-11-23T02:55:44.2822421Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-11-23T02:55:44.2822750Z [ RUN ] FunctionalTest.Softmin 2022-11-23T02:55:44.2826031Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-11-23T02:55:44.2826754Z [ RUN ] FunctionalTest.LogSoftmax 2022-11-23T02:55:44.2829782Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-11-23T02:55:44.2830433Z [ RUN ] FunctionalTest.PReLU 2022-11-23T02:55:44.2834026Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-11-23T02:55:44.2834779Z [ RUN ] FunctionalTest.LayerNorm 2022-11-23T02:55:44.2837035Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-11-23T02:55:44.2837594Z [ RUN ] FunctionalTest.GroupNorm 2022-11-23T02:55:44.2839926Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-11-23T02:55:44.2840743Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-11-23T02:55:44.2844174Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-11-23T02:55:44.2844823Z [ RUN ] FunctionalTest.Linear 2022-11-23T02:55:44.2851876Z [ OK ] FunctionalTest.Linear (0 ms) 2022-11-23T02:55:44.2852295Z [ RUN ] FunctionalTest.Embedding 2022-11-23T02:55:44.2855326Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-11-23T02:55:44.2855873Z [ RUN ] FunctionalTest.EmbeddingBag 2022-11-23T02:55:44.2871259Z [ OK ] FunctionalTest.EmbeddingBag (1 ms) 2022-11-23T02:55:44.2871948Z [ RUN ] FunctionalTest.Bilinear 2022-11-23T02:55:44.2880237Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-11-23T02:55:44.2880634Z [ RUN ] FunctionalTest.Normalize 2022-11-23T02:55:44.2890872Z [ OK ] FunctionalTest.Normalize (1 ms) 2022-11-23T02:55:44.2891263Z [ RUN ] FunctionalTest.ReLU 2022-11-23T02:55:44.2898948Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-11-23T02:55:44.2899527Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-11-23T02:55:44.2901209Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-11-23T02:55:44.2901785Z [ RUN ] FunctionalTest.ReLU6 2022-11-23T02:55:44.2910027Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-11-23T02:55:44.2910436Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-11-23T02:55:44.2912936Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-11-23T02:55:44.2913309Z [ RUN ] FunctionalTest.RReLU 2022-11-23T02:55:44.3014901Z [ OK ] FunctionalTest.RReLU (10 ms) 2022-11-23T02:55:44.3015552Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-11-23T02:55:44.3020439Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-11-23T02:55:44.3021068Z [ RUN ] FunctionalTest.CELU 2022-11-23T02:55:44.3039736Z [ OK ] FunctionalTest.CELU (1 ms) 2022-11-23T02:55:44.3040355Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-11-23T02:55:44.3043161Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-11-23T02:55:44.3043582Z [ RUN ] FunctionalTest.PixelShuffle 2022-11-23T02:55:44.3048223Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-11-23T02:55:44.3048859Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-11-23T02:55:44.3051457Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-11-23T02:55:44.3052063Z [ RUN ] FunctionalTest.Softplus 2022-11-23T02:55:44.3070456Z [ OK ] FunctionalTest.Softplus (1 ms) 2022-11-23T02:55:44.3071151Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-11-23T02:55:44.3072498Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-11-23T02:55:44.3073108Z [ RUN ] FunctionalTest.Fold 2022-11-23T02:55:44.3075464Z [ OK ] FunctionalTest.Fold (0 ms) 2022-11-23T02:55:44.3076021Z [ RUN ] FunctionalTest.Unfold 2022-11-23T02:55:44.3078685Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-11-23T02:55:44.3079264Z [ RUN ] FunctionalTest.Softshrink 2022-11-23T02:55:44.3094661Z [ OK ] FunctionalTest.Softshrink (1 ms) 2022-11-23T02:55:44.3096609Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-11-23T02:55:44.3097451Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-11-23T02:55:44.3098161Z [ RUN ] FunctionalTest.Softsign 2022-11-23T02:55:44.3098772Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-11-23T02:55:44.3099352Z [ RUN ] FunctionalTest.Mish 2022-11-23T02:55:44.3102029Z [ OK ] FunctionalTest.Mish (0 ms) 2022-11-23T02:55:44.3102363Z [ RUN ] FunctionalTest.Tanhshrink 2022-11-23T02:55:44.3103552Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-11-23T02:55:44.3103957Z [ RUN ] FunctionalTest.Threshold 2022-11-23T02:55:44.3127405Z [ OK ] FunctionalTest.Threshold (2 ms) 2022-11-23T02:55:44.3127818Z [ RUN ] FunctionalTest.BatchNorm1d 2022-11-23T02:55:44.3131406Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-11-23T02:55:44.3131812Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-11-23T02:55:44.3133555Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-11-23T02:55:44.3134460Z [ RUN ] FunctionalTest.BatchNorm2d 2022-11-23T02:55:44.3136528Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-11-23T02:55:44.3136940Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-11-23T02:55:44.3139201Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-11-23T02:55:44.3139908Z [ RUN ] FunctionalTest.BatchNorm3d 2022-11-23T02:55:44.3141842Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-11-23T02:55:44.3142228Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-11-23T02:55:44.3144361Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-11-23T02:55:44.3145326Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-11-23T02:55:44.3150027Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-11-23T02:55:44.3150805Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-11-23T02:55:44.3154685Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-11-23T02:55:44.3155520Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-11-23T02:55:44.3161069Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-11-23T02:55:44.3161886Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-11-23T02:55:44.3165900Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-11-23T02:55:44.3166688Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-11-23T02:55:44.3175316Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-11-23T02:55:44.3176132Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-11-23T02:55:44.3183191Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-11-23T02:55:44.3183947Z [ RUN ] FunctionalTest.Interpolate 2022-11-23T02:55:44.3187335Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3189835Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3192265Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3194871Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3197295Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3199818Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3202334Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3204897Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:55:44.3232397Z [ OK ] FunctionalTest.Interpolate (4 ms) 2022-11-23T02:55:44.3233016Z [ RUN ] FunctionalTest.Pad1 2022-11-23T02:55:44.3235786Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-11-23T02:55:44.3238084Z [ RUN ] FunctionalTest.Pad2 2022-11-23T02:55:44.3241067Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-11-23T02:55:44.3241654Z [ RUN ] FunctionalTest.Pad3 2022-11-23T02:55:44.3257759Z [ OK ] FunctionalTest.Pad3 (1 ms) 2022-11-23T02:55:44.3258367Z [ RUN ] FunctionalTest.Pad4 2022-11-23T02:55:44.3261385Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-11-23T02:55:44.3261949Z [ RUN ] FunctionalTest.Pad5 2022-11-23T02:55:44.3271092Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-11-23T02:55:44.3271474Z [ RUN ] FunctionalTest.Pad6 2022-11-23T02:55:44.3277864Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-11-23T02:55:44.3278392Z [ RUN ] FunctionalTest.Pad7 2022-11-23T02:55:44.3278834Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-11-23T02:55:44.3279314Z [ RUN ] FunctionalTest.Pad8 2022-11-23T02:55:44.3279838Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-11-23T02:55:44.3280197Z [ RUN ] FunctionalTest.CTCLoss 2022-11-23T02:55:44.3308827Z [ OK ] FunctionalTest.CTCLoss (2 ms) 2022-11-23T02:55:44.3309472Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-11-23T02:55:44.3314124Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-11-23T02:55:44.3314778Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-11-23T02:55:44.3320345Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-11-23T02:55:44.3320996Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-11-23T02:55:44.3326012Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-11-23T02:55:44.3326659Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-11-23T02:55:44.3333993Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-11-23T02:55:44.3334693Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-11-23T02:55:44.3340255Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-11-23T02:55:44.3340922Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-11-23T02:55:44.3345816Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-11-23T02:55:44.3346437Z [ RUN ] FunctionalTest.AlphaDropout 2022-11-23T02:55:44.3366387Z [ OK ] FunctionalTest.AlphaDropout (2 ms) 2022-11-23T02:55:44.3367042Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-11-23T02:55:44.3386311Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-11-23T02:55:44.3386928Z [ RUN ] FunctionalTest.Dropout 2022-11-23T02:55:44.3397244Z [ OK ] FunctionalTest.Dropout (1 ms) 2022-11-23T02:55:44.3397834Z [ RUN ] FunctionalTest.Dropout2d 2022-11-23T02:55:44.3409002Z [ OK ] FunctionalTest.Dropout2d (1 ms) 2022-11-23T02:55:44.3409600Z [ RUN ] FunctionalTest.Dropout3d 2022-11-23T02:55:44.3420391Z [ OK ] FunctionalTest.Dropout3d (1 ms) 2022-11-23T02:55:44.3420963Z [ RUN ] FunctionalTest.isfinite 2022-11-23T02:55:44.3432136Z [ OK ] FunctionalTest.isfinite (1 ms) 2022-11-23T02:55:44.3432718Z [ RUN ] FunctionalTest.isfinite_CUDA 2022-11-23T02:55:46.1770003Z [ OK ] FunctionalTest.isfinite_CUDA (1833 ms) 2022-11-23T02:55:46.1770385Z [ RUN ] FunctionalTest.isinf 2022-11-23T02:55:46.1779143Z [ OK ] FunctionalTest.isinf (0 ms) 2022-11-23T02:55:46.1779467Z [ RUN ] FunctionalTest.isinf_CUDA 2022-11-23T02:55:46.1829263Z [ OK ] FunctionalTest.isinf_CUDA (4 ms) 2022-11-23T02:55:46.1829651Z [ RUN ] FunctionalTest.AllClose 2022-11-23T02:55:46.1962049Z [ OK ] FunctionalTest.AllClose (13 ms) 2022-11-23T02:55:46.1962672Z [ RUN ] FunctionalTest.AllClose_CUDA 2022-11-23T02:55:46.2534707Z [ OK ] FunctionalTest.AllClose_CUDA (57 ms) 2022-11-23T02:55:46.2535110Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-11-23T02:55:46.2562032Z [ OK ] FunctionalTest.BCEWithLogitsLoss (2 ms) 2022-11-23T02:55:46.2562548Z [----------] 135 tests from FunctionalTest (2056 ms total) 2022-11-23T02:55:46.2562751Z 2022-11-23T02:55:46.2562885Z [----------] 1 test from IntegrationTest 2022-11-23T02:55:46.2563196Z [ RUN ] IntegrationTest.CartPole 2022-11-23T02:56:17.8239709Z [ OK ] IntegrationTest.CartPole (31567 ms) 2022-11-23T02:56:17.8240637Z [----------] 1 test from IntegrationTest (31567 ms total) 2022-11-23T02:56:17.8241153Z 2022-11-23T02:56:17.8241495Z [----------] 9 tests from InitTest 2022-11-23T02:56:17.8242159Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-11-23T02:56:17.8282675Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (2 ms) 2022-11-23T02:56:17.8283538Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-11-23T02:56:17.8312105Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (4 ms) 2022-11-23T02:56:17.8312951Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-11-23T02:56:17.8340201Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (2 ms) 2022-11-23T02:56:17.8341060Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-11-23T02:56:17.8368731Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (2 ms) 2022-11-23T02:56:17.8369522Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-11-23T02:56:17.8374336Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (0 ms) 2022-11-23T02:56:17.8375081Z [ RUN ] InitTest.CalculateGainWithTanh 2022-11-23T02:56:17.8375648Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-11-23T02:56:17.8375984Z [ RUN ] InitTest.CalculateGainWithRelu 2022-11-23T02:56:17.8376328Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-11-23T02:56:17.8376705Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-11-23T02:56:17.8377087Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-11-23T02:56:17.8377475Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-11-23T02:56:17.8380830Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-11-23T02:56:17.8381901Z [----------] 9 tests from InitTest (14 ms total) 2022-11-23T02:56:17.8382241Z 2022-11-23T02:56:17.8382483Z [----------] 6 tests from TorchScriptTest 2022-11-23T02:56:17.8383152Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-11-23T02:56:17.9298283Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (91 ms) 2022-11-23T02:56:17.9298822Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-11-23T02:56:17.9322929Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-11-23T02:56:17.9323744Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-11-23T02:56:17.9329429Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-11-23T02:56:17.9330152Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-11-23T02:56:17.9332895Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-11-23T02:56:17.9333626Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-11-23T02:56:17.9344769Z [ OK ] TorchScriptTest.TestOptionalArgMatching (1 ms) 2022-11-23T02:56:17.9345420Z [ RUN ] TorchScriptTest.TestPickle 2022-11-23T02:56:17.9346004Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-11-23T02:56:17.9346578Z [----------] 6 tests from TorchScriptTest (96 ms total) 2022-11-23T02:56:17.9346910Z 2022-11-23T02:56:17.9347118Z [----------] 3 tests from MakeUniqueTest 2022-11-23T02:56:17.9351885Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-11-23T02:56:17.9352737Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-11-23T02:56:17.9353524Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-11-23T02:56:17.9354617Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-11-23T02:56:17.9355615Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-11-23T02:56:17.9356711Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-11-23T02:56:17.9357497Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-11-23T02:56:17.9357909Z 2022-11-23T02:56:17.9358209Z [----------] 2 tests from MetaTensorTest 2022-11-23T02:56:17.9358806Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-11-23T02:56:17.9359488Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-11-23T02:56:17.9360168Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-11-23T02:56:17.9360869Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-11-23T02:56:17.9361590Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-11-23T02:56:17.9362148Z 2022-11-23T02:56:17.9362409Z [----------] 2 tests from UtilsTest 2022-11-23T02:56:17.9363053Z [ RUN ] UtilsTest.WarnOnce 2022-11-23T02:56:17.9363717Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-11-23T02:56:17.9364374Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-11-23T02:56:17.9365120Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-11-23T02:56:17.9365832Z [----------] 2 tests from UtilsTest (0 ms total) 2022-11-23T02:56:17.9366184Z 2022-11-23T02:56:17.9366390Z [----------] 1 test from NoGradTest 2022-11-23T02:56:17.9367005Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-11-23T02:56:17.9367697Z [ OK ] NoGradTest.SetsGradModeCorrectly (0 ms) 2022-11-23T02:56:17.9368361Z [----------] 1 test from NoGradTest (0 ms total) 2022-11-23T02:56:17.9368889Z 2022-11-23T02:56:17.9369153Z [----------] 3 tests from AutogradTest 2022-11-23T02:56:17.9369883Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-11-23T02:56:17.9370655Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-11-23T02:56:17.9371468Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-11-23T02:56:17.9372394Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-11-23T02:56:17.9373289Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-11-23T02:56:17.9374116Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-11-23T02:56:17.9374880Z [----------] 3 tests from AutogradTest (0 ms total) 2022-11-23T02:56:17.9375259Z 2022-11-23T02:56:17.9375966Z [----------] 1 test from OptionalArrayRefTest 2022-11-23T02:56:17.9376813Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-11-23T02:56:17.9377760Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-11-23T02:56:17.9378561Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-11-23T02:56:17.9378997Z 2022-11-23T02:56:17.9379234Z [----------] 55 tests from ModuleTest 2022-11-23T02:56:17.9379937Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-11-23T02:56:17.9380766Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-11-23T02:56:17.9381468Z [ RUN ] ModuleTest.ZeroGrad 2022-11-23T02:56:17.9382052Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-11-23T02:56:17.9382840Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-11-23T02:56:17.9383665Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-11-23T02:56:17.9384650Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-11-23T02:56:17.9385706Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (0 ms) 2022-11-23T02:56:17.9386674Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-11-23T02:56:17.9387683Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (0 ms) 2022-11-23T02:56:17.9388659Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-11-23T02:56:17.9389757Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (0 ms) 2022-11-23T02:56:17.9390631Z [ RUN ] ModuleTest.ReplaceModule 2022-11-23T02:56:17.9391325Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-11-23T02:56:17.9391951Z [ RUN ] ModuleTest.UnregisterModule 2022-11-23T02:56:17.9392800Z [ OK ] ModuleTest.UnregisterModule (0 ms) 2022-11-23T02:56:17.9393650Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-11-23T02:56:17.9396653Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (0 ms) 2022-11-23T02:56:17.9398200Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-11-23T02:56:17.9399277Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (0 ms) 2022-11-23T02:56:17.9400210Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-11-23T02:56:17.9401063Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-11-23T02:56:17.9401954Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-11-23T02:56:17.9403167Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (0 ms) 2022-11-23T02:56:17.9404297Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-11-23T02:56:17.9405831Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (0 ms) 2022-11-23T02:56:17.9406639Z [ RUN ] ModuleTest.CanGetName 2022-11-23T02:56:17.9407206Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-11-23T02:56:17.9407851Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-11-23T02:56:17.9408573Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-11-23T02:56:17.9409440Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-11-23T02:56:17.9410586Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-11-23T02:56:17.9411822Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA 2022-11-23T02:56:17.9414548Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA (0 ms) 2022-11-23T02:56:17.9415655Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-11-23T02:56:17.9416899Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-11-23T02:56:17.9418235Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-11-23T02:56:17.9419528Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (0 ms) 2022-11-23T02:56:17.9420689Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-11-23T02:56:17.9421847Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-11-23T02:56:17.9423109Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-11-23T02:56:17.9432395Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (1 ms) 2022-11-23T02:56:17.9433330Z [ RUN ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA 2022-11-23T02:56:17.9466957Z [ OK ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA (3 ms) 2022-11-23T02:56:17.9467876Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-11-23T02:56:17.9470486Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-11-23T02:56:17.9471379Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-11-23T02:56:17.9473329Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-11-23T02:56:17.9474316Z [ RUN ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA 2022-11-23T02:56:17.9479414Z [ OK ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA (0 ms) 2022-11-23T02:56:17.9480302Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-11-23T02:56:17.9481056Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-11-23T02:56:17.9481851Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-11-23T02:56:17.9482712Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-11-23T02:56:17.9483483Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-11-23T02:56:17.9484170Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-11-23T02:56:17.9484920Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-11-23T02:56:17.9485733Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-11-23T02:56:17.9488132Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-11-23T02:56:17.9489521Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-11-23T02:56:17.9490714Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-11-23T02:56:17.9491903Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-11-23T02:56:17.9493168Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-11-23T02:56:17.9494317Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (0 ms) 2022-11-23T02:56:17.9495341Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-11-23T02:56:17.9496292Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-11-23T02:56:17.9497243Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-11-23T02:56:17.9498203Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-11-23T02:56:17.9499216Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-11-23T02:56:17.9500324Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-11-23T02:56:17.9501390Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-11-23T02:56:17.9508018Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (1 ms) 2022-11-23T02:56:17.9509730Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-11-23T02:56:17.9511225Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-11-23T02:56:17.9512405Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-11-23T02:56:17.9513561Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-11-23T02:56:17.9514520Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-11-23T02:56:17.9515411Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:56:17.9516326Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-11-23T02:56:17.9517333Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:56:17.9518400Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-11-23T02:56:17.9519189Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:56:17.9520027Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-11-23T02:56:17.9521019Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:56:17.9521983Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-11-23T02:56:17.9522971Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-11-23T02:56:17.9523973Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-11-23T02:56:17.9525034Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-11-23T02:56:17.9526097Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-11-23T02:56:17.9527100Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-11-23T02:56:17.9528191Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-11-23T02:56:17.9529360Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-11-23T02:56:17.9530289Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-11-23T02:56:17.9531035Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:56:17.9531711Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-11-23T02:56:17.9532408Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:56:17.9533096Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-11-23T02:56:17.9534028Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:56:17.9534707Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-11-23T02:56:17.9535178Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:56:17.9535647Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-11-23T02:56:17.9536115Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-11-23T02:56:17.9536863Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-11-23T02:56:17.9537569Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-11-23T02:56:17.9538080Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-11-23T02:56:17.9539055Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (0 ms) 2022-11-23T02:56:17.9539717Z [ RUN ] ModuleTest.PrettyPrint 2022-11-23T02:56:17.9540271Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-11-23T02:56:17.9541046Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-11-23T02:56:17.9542018Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-11-23T02:56:17.9542792Z [----------] 55 tests from ModuleTest (16 ms total) 2022-11-23T02:56:17.9543124Z 2022-11-23T02:56:17.9543361Z [----------] 13 tests from ModuleDictTest 2022-11-23T02:56:17.9543946Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-11-23T02:56:17.9544642Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-11-23T02:56:17.9545343Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-11-23T02:56:17.9546088Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-11-23T02:56:17.9546796Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-11-23T02:56:17.9547467Z [ OK ] ModuleDictTest.UpdatePopClearContains (0 ms) 2022-11-23T02:56:17.9547923Z [ RUN ] ModuleDictTest.UpdateExist 2022-11-23T02:56:17.9548493Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-11-23T02:56:17.9548802Z [ RUN ] ModuleDictTest.Keys 2022-11-23T02:56:17.9549085Z [ OK ] ModuleDictTest.Keys (0 ms) 2022-11-23T02:56:17.9549353Z [ RUN ] ModuleDictTest.Values 2022-11-23T02:56:17.9549648Z [ OK ] ModuleDictTest.Values (0 ms) 2022-11-23T02:56:17.9550190Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-11-23T02:56:17.9550672Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-11-23T02:56:17.9551105Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-11-23T02:56:17.9551499Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-11-23T02:56:17.9551826Z [ RUN ] ModuleDictTest.IsCloneable 2022-11-23T02:56:17.9559326Z [ OK ] ModuleDictTest.IsCloneable (1 ms) 2022-11-23T02:56:17.9559713Z [ RUN ] ModuleDictTest.IsCloneable_CUDA 2022-11-23T02:56:17.9585034Z [ OK ] ModuleDictTest.IsCloneable_CUDA (2 ms) 2022-11-23T02:56:17.9585457Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-11-23T02:56:17.9588294Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-11-23T02:56:17.9588714Z [ RUN ] ModuleDictTest.CloneToDevice_CUDA 2022-11-23T02:56:17.9591838Z [ OK ] ModuleDictTest.CloneToDevice_CUDA (0 ms) 2022-11-23T02:56:17.9592240Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-11-23T02:56:17.9598844Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-11-23T02:56:17.9599481Z [----------] 13 tests from ModuleDictTest (6 ms total) 2022-11-23T02:56:17.9599826Z 2022-11-23T02:56:17.9600055Z [----------] 16 tests from ModuleListTest 2022-11-23T02:56:17.9600665Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-11-23T02:56:17.9601225Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-11-23T02:56:17.9601920Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-11-23T02:56:17.9602575Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-11-23T02:56:17.9603130Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-11-23T02:56:17.9603572Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-11-23T02:56:17.9603970Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-11-23T02:56:17.9604336Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-11-23T02:56:17.9604687Z [ RUN ] ModuleListTest.Insertion 2022-11-23T02:56:17.9605006Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-11-23T02:56:17.9605322Z [ RUN ] ModuleListTest.AccessWithAt 2022-11-23T02:56:17.9606717Z [ OK ] ModuleListTest.AccessWithAt (0 ms) 2022-11-23T02:56:17.9607328Z [ RUN ] ModuleListTest.AccessWithPtr 2022-11-23T02:56:17.9609991Z [ OK ] ModuleListTest.AccessWithPtr (0 ms) 2022-11-23T02:56:17.9610742Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-11-23T02:56:17.9613639Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-11-23T02:56:17.9614681Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-11-23T02:56:17.9615687Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-11-23T02:56:17.9616566Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-11-23T02:56:17.9617329Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-11-23T02:56:17.9618009Z [ RUN ] ModuleListTest.IsCloneable 2022-11-23T02:56:17.9624683Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-11-23T02:56:17.9625456Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-11-23T02:56:17.9626319Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-11-23T02:56:17.9627107Z [ RUN ] ModuleListTest.NestingIsPossible 2022-11-23T02:56:17.9627819Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-11-23T02:56:17.9628513Z [ RUN ] ModuleListTest.CloneToDevice_CUDA 2022-11-23T02:56:17.9630239Z [ OK ] ModuleListTest.CloneToDevice_CUDA (0 ms) 2022-11-23T02:56:17.9630982Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-11-23T02:56:17.9633729Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-11-23T02:56:17.9634504Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-11-23T02:56:17.9635198Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-11-23T02:56:17.9635900Z [----------] 16 tests from ModuleListTest (3 ms total) 2022-11-23T02:56:17.9636488Z 2022-11-23T02:56:17.9636735Z [----------] 258 tests from ModulesTest 2022-11-23T02:56:17.9637327Z [ RUN ] ModulesTest.Conv1d 2022-11-23T02:56:17.9656012Z [ OK ] ModulesTest.Conv1d (2 ms) 2022-11-23T02:56:17.9656649Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-11-23T02:56:17.9660798Z [ OK ] ModulesTest.Conv1dSameStrided (0 ms) 2022-11-23T02:56:17.9661434Z [ RUN ] ModulesTest.Conv2dEven 2022-11-23T02:56:17.9667485Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-11-23T02:56:17.9668089Z [ RUN ] ModulesTest.Conv2dUneven 2022-11-23T02:56:17.9673591Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-11-23T02:56:17.9674252Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-11-23T02:56:17.9679872Z [ OK ] ModulesTest.Conv2dSameStrided (0 ms) 2022-11-23T02:56:17.9680487Z [ RUN ] ModulesTest.Conv3d 2022-11-23T02:56:17.9687696Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-11-23T02:56:17.9688100Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-11-23T02:56:17.9694294Z [ OK ] ModulesTest.Conv3dSameStrided (0 ms) 2022-11-23T02:56:17.9694734Z [ RUN ] ModulesTest.ConvTranspose1d 2022-11-23T02:56:17.9701397Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-11-23T02:56:17.9701857Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-11-23T02:56:17.9712110Z [ OK ] ModulesTest.ConvTranspose2dEven (1 ms) 2022-11-23T02:56:17.9712793Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-11-23T02:56:17.9721267Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-11-23T02:56:17.9721993Z [ RUN ] ModulesTest.ConvTranspose3d 2022-11-23T02:56:17.9728678Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-11-23T02:56:17.9729520Z [ RUN ] ModulesTest.MaxPool1d 2022-11-23T02:56:17.9732744Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-11-23T02:56:17.9733414Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-11-23T02:56:17.9736398Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-11-23T02:56:17.9737074Z [ RUN ] ModulesTest.MaxPool2dEven 2022-11-23T02:56:17.9739256Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-11-23T02:56:17.9739901Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-11-23T02:56:17.9742252Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-11-23T02:56:17.9742940Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-11-23T02:56:17.9745648Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-11-23T02:56:17.9746314Z [ RUN ] ModulesTest.MaxPool3d 2022-11-23T02:56:17.9748921Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-11-23T02:56:17.9749592Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-11-23T02:56:17.9753423Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-11-23T02:56:17.9754090Z [ RUN ] ModulesTest.AvgPool1d 2022-11-23T02:56:17.9757366Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-11-23T02:56:17.9757993Z [ RUN ] ModulesTest.AvgPool2dEven 2022-11-23T02:56:17.9760130Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-11-23T02:56:17.9760779Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-11-23T02:56:17.9762980Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-11-23T02:56:17.9763615Z [ RUN ] ModulesTest.AvgPool3d 2022-11-23T02:56:17.9766103Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-11-23T02:56:17.9766753Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-11-23T02:56:17.9769987Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-11-23T02:56:17.9770768Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-11-23T02:56:17.9773724Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-11-23T02:56:17.9774522Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-11-23T02:56:17.9777039Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-11-23T02:56:17.9777829Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-11-23T02:56:17.9781305Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-11-23T02:56:17.9782039Z [ RUN ] ModulesTest.LPPool1d 2022-11-23T02:56:17.9784208Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-11-23T02:56:17.9784768Z [ RUN ] ModulesTest.LPPool2d 2022-11-23T02:56:17.9786909Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-11-23T02:56:17.9787486Z [ RUN ] ModulesTest.Identity 2022-11-23T02:56:17.9789308Z [ OK ] ModulesTest.Identity (0 ms) 2022-11-23T02:56:17.9789871Z [ RUN ] ModulesTest.Flatten 2022-11-23T02:56:17.9794867Z [ OK ] ModulesTest.Flatten (0 ms) 2022-11-23T02:56:17.9795431Z [ RUN ] ModulesTest.Unflatten 2022-11-23T02:56:17.9797747Z [W TensorImpl.h:1787] Warning: 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. (function operator ()) 2022-11-23T02:56:17.9798833Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-11-23T02:56:17.9799169Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-11-23T02:56:17.9802918Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-11-23T02:56:17.9803645Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-11-23T02:56:17.9806860Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-11-23T02:56:17.9807271Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-11-23T02:56:17.9810667Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-11-23T02:56:17.9811343Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-11-23T02:56:17.9814814Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-11-23T02:56:17.9815671Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-11-23T02:56:17.9820816Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-11-23T02:56:17.9821931Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-11-23T02:56:17.9826086Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-11-23T02:56:17.9826892Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-11-23T02:56:17.9830602Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-11-23T02:56:17.9831349Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-11-23T02:56:17.9837473Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-11-23T02:56:17.9838242Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-11-23T02:56:17.9841298Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-11-23T02:56:17.9842009Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-11-23T02:56:17.9845558Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-11-23T02:56:17.9846298Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-11-23T02:56:17.9849196Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-11-23T02:56:17.9849920Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-11-23T02:56:17.9853839Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-11-23T02:56:17.9854497Z [ RUN ] ModulesTest.MaxUnpool1d 2022-11-23T02:56:17.9859302Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-11-23T02:56:17.9859956Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-11-23T02:56:17.9866051Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-11-23T02:56:17.9866704Z [ RUN ] ModulesTest.MaxUnpool2d 2022-11-23T02:56:17.9872658Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-11-23T02:56:17.9873308Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-11-23T02:56:17.9878497Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-11-23T02:56:17.9879140Z [ RUN ] ModulesTest.MaxUnpool3d 2022-11-23T02:56:17.9882607Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-11-23T02:56:17.9883254Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-11-23T02:56:17.9888999Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-11-23T02:56:17.9889713Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-11-23T02:56:18.1883242Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (199 ms) 2022-11-23T02:56:18.1883855Z [ RUN ] ModulesTest.Linear 2022-11-23T02:56:18.1893044Z [ OK ] ModulesTest.Linear (1 ms) 2022-11-23T02:56:18.1894091Z [ RUN ] ModulesTest.LocalResponseNorm 2022-11-23T02:56:18.1901789Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-11-23T02:56:18.1902158Z [ RUN ] ModulesTest.LayerNorm 2022-11-23T02:56:18.1906417Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-11-23T02:56:18.1907110Z [ RUN ] ModulesTest.GroupNorm 2022-11-23T02:56:18.1912112Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-11-23T02:56:18.1912750Z [ RUN ] ModulesTest.Bilinear 2022-11-23T02:56:18.1920691Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-11-23T02:56:18.1921088Z [ RUN ] ModulesTest.Fold 2022-11-23T02:56:18.1928527Z [ OK ] ModulesTest.Fold (0 ms) 2022-11-23T02:56:18.1928915Z [ RUN ] ModulesTest.Unfold 2022-11-23T02:56:18.1940974Z [ OK ] ModulesTest.Unfold (1 ms) 2022-11-23T02:56:18.1941550Z [ RUN ] ModulesTest.SimpleContainer 2022-11-23T02:56:18.1966455Z [ OK ] ModulesTest.SimpleContainer (2 ms) 2022-11-23T02:56:18.1967144Z [ RUN ] ModulesTest.EmbeddingBasic 2022-11-23T02:56:18.1969407Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-11-23T02:56:18.1970024Z [ RUN ] ModulesTest.EmbeddingList 2022-11-23T02:56:18.1971503Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-11-23T02:56:18.1972036Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-11-23T02:56:18.1974212Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-11-23T02:56:18.1974951Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-11-23T02:56:18.1978033Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-11-23T02:56:18.1978683Z [ RUN ] ModulesTest.AlphaDropout 2022-11-23T02:56:18.1980564Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-11-23T02:56:18.1981446Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-11-23T02:56:18.2000170Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-11-23T02:56:18.2000892Z [ RUN ] ModulesTest.Dropout 2022-11-23T02:56:18.2001439Z [ OK ] ModulesTest.Dropout (0 ms) 2022-11-23T02:56:18.2002010Z [ RUN ] ModulesTest.Dropout2d 2022-11-23T02:56:18.2013258Z [ OK ] ModulesTest.Dropout2d (2 ms) 2022-11-23T02:56:18.2013896Z [ RUN ] ModulesTest.Dropout3d 2022-11-23T02:56:18.2027615Z [ OK ] ModulesTest.Dropout3d (1 ms) 2022-11-23T02:56:18.2028201Z [ RUN ] ModulesTest.Parameters 2022-11-23T02:56:18.2029751Z [ OK ] ModulesTest.Parameters (0 ms) 2022-11-23T02:56:18.2030408Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-11-23T02:56:18.2031170Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-11-23T02:56:18.2031975Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-11-23T02:56:18.2032758Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-11-23T02:56:18.2033506Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-11-23T02:56:18.2034263Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-11-23T02:56:18.2035073Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-11-23T02:56:18.2035713Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-11-23T02:56:18.2036379Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-11-23T02:56:18.2037039Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-11-23T02:56:18.2037651Z [ RUN ] ModulesTest.BatchNorm1d 2022-11-23T02:56:18.2038457Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-11-23T02:56:18.2039014Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-11-23T02:56:18.2039559Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-11-23T02:56:18.2040241Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-11-23T02:56:18.2040912Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-11-23T02:56:18.2041531Z [ RUN ] ModulesTest.BatchNorm2d 2022-11-23T02:56:18.2044956Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-11-23T02:56:18.2045555Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-11-23T02:56:18.2046110Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-11-23T02:56:18.2046731Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-11-23T02:56:18.2047724Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-11-23T02:56:18.2048337Z [ RUN ] ModulesTest.BatchNorm3d 2022-11-23T02:56:18.2052859Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-11-23T02:56:18.2053492Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-11-23T02:56:18.2054177Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-11-23T02:56:18.2054876Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-11-23T02:56:18.2055581Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-11-23T02:56:18.2056223Z [ RUN ] ModulesTest.InstanceNorm1d 2022-11-23T02:56:18.2058694Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-11-23T02:56:18.2059352Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-11-23T02:56:18.2060016Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-11-23T02:56:18.2060713Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-11-23T02:56:18.2061427Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-11-23T02:56:18.2062071Z [ RUN ] ModulesTest.InstanceNorm2d 2022-11-23T02:56:18.2064838Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-11-23T02:56:18.2065472Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-11-23T02:56:18.2066057Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-11-23T02:56:18.2066753Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-11-23T02:56:18.2067456Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-11-23T02:56:18.2068100Z [ RUN ] ModulesTest.InstanceNorm3d 2022-11-23T02:56:18.2076305Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-11-23T02:56:18.2076897Z [ RUN ] ModulesTest.Linear_CUDA 2022-11-23T02:56:19.1356426Z [ OK ] ModulesTest.Linear_CUDA (927 ms) 2022-11-23T02:56:19.1356808Z [ RUN ] ModulesTest.Linear2_CUDA 2022-11-23T02:56:19.1360609Z [ OK ] ModulesTest.Linear2_CUDA (0 ms) 2022-11-23T02:56:19.1360923Z [ RUN ] ModulesTest.L1Loss 2022-11-23T02:56:19.1363296Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-11-23T02:56:19.1363606Z [ RUN ] ModulesTest.MSELoss 2022-11-23T02:56:19.1366063Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-11-23T02:56:19.1366534Z [ RUN ] ModulesTest.BCELoss 2022-11-23T02:56:19.1368337Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-11-23T02:56:19.1368637Z [ RUN ] ModulesTest.KLDivLoss 2022-11-23T02:56:19.1369790Z [W loss.h:57] Warning: 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. (function kl_div) 2022-11-23T02:56:19.1371289Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-11-23T02:56:19.1371736Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-11-23T02:56:19.1376762Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-11-23T02:56:19.1377112Z [ RUN ] ModulesTest.MultiMarginLoss 2022-11-23T02:56:19.1380540Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-11-23T02:56:19.1380879Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-11-23T02:56:19.1388032Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-11-23T02:56:19.1388415Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-11-23T02:56:19.1390846Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-11-23T02:56:19.1391237Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-11-23T02:56:19.1393857Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-11-23T02:56:19.1394279Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-11-23T02:56:19.1396842Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-11-23T02:56:19.1397276Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-11-23T02:56:19.1399997Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-11-23T02:56:19.1400371Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-11-23T02:56:19.1402539Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-11-23T02:56:19.1403186Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-11-23T02:56:19.1405376Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-11-23T02:56:19.1405866Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-11-23T02:56:19.1407928Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-11-23T02:56:19.1408267Z [ RUN ] ModulesTest.HuberLossDelta 2022-11-23T02:56:19.1410129Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-11-23T02:56:19.1410470Z [ RUN ] ModulesTest.TripletMarginLoss 2022-11-23T02:56:19.1415679Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-11-23T02:56:19.1416122Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-11-23T02:56:19.1706652Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (28 ms) 2022-11-23T02:56:19.1707245Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-11-23T02:56:19.2256228Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (54 ms) 2022-11-23T02:56:19.2256710Z [ RUN ] ModulesTest.NLLLoss 2022-11-23T02:56:19.2260895Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-11-23T02:56:19.2261584Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-11-23T02:56:19.2273846Z [ OK ] ModulesTest.CrossEntropyLoss (1 ms) 2022-11-23T02:56:19.2274541Z [ RUN ] ModulesTest.CosineSimilarity 2022-11-23T02:56:19.2280309Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-11-23T02:56:19.2281073Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-11-23T02:56:19.2284412Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:56:19.2285811Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-11-23T02:56:19.2290454Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:56:19.2291368Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-11-23T02:56:19.2294139Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-11-23T02:56:19.2295112Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-11-23T02:56:19.2299475Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-11-23T02:56:19.2300343Z [ RUN ] ModulesTest.PairwiseDistance 2022-11-23T02:56:19.2302627Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-11-23T02:56:19.2303073Z [ RUN ] ModulesTest.ELU 2022-11-23T02:56:19.2331505Z [ OK ] ModulesTest.ELU (2 ms) 2022-11-23T02:56:19.2331826Z [ RUN ] ModulesTest.SELU 2022-11-23T02:56:19.2337039Z [ OK ] ModulesTest.SELU (0 ms) 2022-11-23T02:56:19.2337648Z [ RUN ] ModulesTest.Hardshrink 2022-11-23T02:56:19.2351211Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-11-23T02:56:19.2351835Z [ RUN ] ModulesTest.Hardtanh 2022-11-23T02:56:19.2403038Z [ OK ] ModulesTest.Hardtanh (5 ms) 2022-11-23T02:56:19.2403504Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-11-23T02:56:19.2412012Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (0 ms) 2022-11-23T02:56:19.2412645Z [ RUN ] ModulesTest.LeakyReLU 2022-11-23T02:56:19.2448268Z [ OK ] ModulesTest.LeakyReLU (3 ms) 2022-11-23T02:56:19.2511398Z [ RUN ] ModulesTest.LogSigmoid 2022-11-23T02:56:19.2511930Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-11-23T02:56:19.2512461Z [ RUN ] ModulesTest.Softmax 2022-11-23T02:56:19.2512908Z [ OK ] ModulesTest.Softmax (0 ms) 2022-11-23T02:56:19.2513361Z [ RUN ] ModulesTest.Softmin 2022-11-23T02:56:19.2513798Z [ OK ] ModulesTest.Softmin (0 ms) 2022-11-23T02:56:19.2514090Z [ RUN ] ModulesTest.LogSoftmax 2022-11-23T02:56:19.2514387Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-11-23T02:56:19.2514735Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-11-23T02:56:19.2534262Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (7 ms) 2022-11-23T02:56:19.2534845Z [ RUN ] ModulesTest.Softmax2d 2022-11-23T02:56:19.2567765Z [ OK ] ModulesTest.Softmax2d (3 ms) 2022-11-23T02:56:19.2568787Z [ RUN ] ModulesTest.PReLU 2022-11-23T02:56:19.2578123Z [ OK ] ModulesTest.PReLU (1 ms) 2022-11-23T02:56:19.2578668Z [ RUN ] ModulesTest.ReLU 2022-11-23T02:56:19.2586151Z [ OK ] ModulesTest.ReLU (0 ms) 2022-11-23T02:56:19.2586736Z [ RUN ] ModulesTest.ReLU6 2022-11-23T02:56:19.2594791Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-11-23T02:56:19.2595270Z [ RUN ] ModulesTest.RReLU 2022-11-23T02:56:19.2692491Z [ OK ] ModulesTest.RReLU (9 ms) 2022-11-23T02:56:19.2693097Z [ RUN ] ModulesTest.CELU 2022-11-23T02:56:19.2709551Z [ OK ] ModulesTest.CELU (1 ms) 2022-11-23T02:56:19.2710126Z [ RUN ] ModulesTest.GLU 2022-11-23T02:56:19.2714802Z [ OK ] ModulesTest.GLU (0 ms) 2022-11-23T02:56:19.2715391Z [ RUN ] ModulesTest.GELU 2022-11-23T02:56:19.2718082Z [ OK ] ModulesTest.GELU (0 ms) 2022-11-23T02:56:19.2718405Z [ RUN ] ModulesTest.TanhGELU 2022-11-23T02:56:19.2720714Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-11-23T02:56:19.2721054Z [ RUN ] ModulesTest.Mish 2022-11-23T02:56:19.2722803Z [ OK ] ModulesTest.Mish (0 ms) 2022-11-23T02:56:19.2723267Z [ RUN ] ModulesTest.Sigmoid 2022-11-23T02:56:19.2725039Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-11-23T02:56:19.2725373Z [ RUN ] ModulesTest.PixelShuffle 2022-11-23T02:56:19.2729273Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-11-23T02:56:19.2729615Z [ RUN ] ModulesTest.PixelUnshuffle 2022-11-23T02:56:19.2733047Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-11-23T02:56:19.2733369Z [ RUN ] ModulesTest.Softplus 2022-11-23T02:56:19.2752018Z [ OK ] ModulesTest.Softplus (1 ms) 2022-11-23T02:56:19.2752801Z [ RUN ] ModulesTest.Softshrink 2022-11-23T02:56:19.2767693Z [ OK ] ModulesTest.Softshrink (1 ms) 2022-11-23T02:56:19.2768196Z [ RUN ] ModulesTest.Softsign 2022-11-23T02:56:19.2770060Z [ OK ] ModulesTest.Softsign (0 ms) 2022-11-23T02:56:19.2770902Z [ RUN ] ModulesTest.Tanh 2022-11-23T02:56:19.2772241Z [ OK ] ModulesTest.Tanh (0 ms) 2022-11-23T02:56:19.2772547Z [ RUN ] ModulesTest.Tanhshrink 2022-11-23T02:56:19.2774209Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-11-23T02:56:19.2774544Z [ RUN ] ModulesTest.Threshold 2022-11-23T02:56:19.2813068Z [ OK ] ModulesTest.Threshold (3 ms) 2022-11-23T02:56:19.2813396Z [ RUN ] ModulesTest.Upsampling1D 2022-11-23T02:56:19.2818272Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2821225Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2826352Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2828790Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2835273Z [ OK ] ModulesTest.Upsampling1D (2 ms) 2022-11-23T02:56:19.2835608Z [ RUN ] ModulesTest.Upsampling2D 2022-11-23T02:56:19.2839715Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2842738Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2847833Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2850337Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2855010Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2859034Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2865126Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2867860Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2873316Z [ OK ] ModulesTest.Upsampling2D (3 ms) 2022-11-23T02:56:19.2873656Z [ RUN ] ModulesTest.Upsampling3D 2022-11-23T02:56:19.2877397Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2880455Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2885635Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2887907Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:56:19.2892270Z [ OK ] ModulesTest.Upsampling3D (1 ms) 2022-11-23T02:56:19.2892769Z [ RUN ] ModulesTest.CTCLoss 2022-11-23T02:56:19.2897744Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-11-23T02:56:19.2898423Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-11-23T02:56:19.2902941Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-11-23T02:56:19.2903557Z [ RUN ] ModulesTest.MarginRankingLoss 2022-11-23T02:56:19.2910876Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-11-23T02:56:19.2911891Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-11-23T02:56:19.2953105Z [ OK ] ModulesTest.BCEWithLogitsLoss (4 ms) 2022-11-23T02:56:19.2953458Z [ RUN ] ModulesTest.MultiheadAttention 2022-11-23T02:56:42.5936791Z [ OK ] ModulesTest.MultiheadAttention (23298 ms) 2022-11-23T02:56:42.5937502Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-11-23T02:56:42.5938109Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-11-23T02:56:42.5938720Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-11-23T02:56:42.5941392Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-11-23T02:56:42.5945172Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-11-23T02:56:42.5945893Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-11-23T02:56:42.5946585Z [ RUN ] ModulesTest.ReflectionPad1d 2022-11-23T02:56:42.5947236Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-11-23T02:56:42.5947867Z [ RUN ] ModulesTest.ReflectionPad2d 2022-11-23T02:56:42.5952622Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-11-23T02:56:42.5953236Z [ RUN ] ModulesTest.ReflectionPad3d 2022-11-23T02:56:42.5963010Z [ OK ] ModulesTest.ReflectionPad3d (1 ms) 2022-11-23T02:56:42.5963600Z [ RUN ] ModulesTest.ReplicationPad1d 2022-11-23T02:56:42.5968850Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-11-23T02:56:42.5969464Z [ RUN ] ModulesTest.ReplicationPad2d 2022-11-23T02:56:42.5974145Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-11-23T02:56:42.5974760Z [ RUN ] ModulesTest.ReplicationPad3d 2022-11-23T02:56:42.5982514Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-11-23T02:56:42.5983099Z [ RUN ] ModulesTest.ZeroPad2d 2022-11-23T02:56:42.5988121Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-11-23T02:56:42.5988677Z [ RUN ] ModulesTest.ConstantPad1d 2022-11-23T02:56:42.5991841Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-11-23T02:56:42.5992479Z [ RUN ] ModulesTest.ConstantPad2d 2022-11-23T02:56:42.5996792Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-11-23T02:56:42.5997127Z [ RUN ] ModulesTest.ConstantPad3d 2022-11-23T02:56:42.6010391Z [ OK ] ModulesTest.ConstantPad3d (1 ms) 2022-11-23T02:56:42.6010980Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-11-23T02:56:42.6030560Z [ OK ] ModulesTest.CrossMapLRN2d (1 ms) 2022-11-23T02:56:42.6031126Z [ RUN ] ModulesTest.RNNCell 2022-11-23T02:56:42.6037503Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-11-23T02:56:42.6038022Z [ RUN ] ModulesTest.LSTMCell 2022-11-23T02:56:42.6062444Z [ OK ] ModulesTest.LSTMCell (2 ms) 2022-11-23T02:56:42.6062943Z [ RUN ] ModulesTest.GRUCell 2022-11-23T02:56:42.6072382Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-11-23T02:56:42.6072990Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-11-23T02:56:42.6073601Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-11-23T02:56:42.6074210Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-11-23T02:56:42.6074833Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-11-23T02:56:42.6075449Z [ RUN ] ModulesTest.PrettyPrintConv 2022-11-23T02:56:42.6080381Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-11-23T02:56:42.6081070Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-11-23T02:56:42.6085541Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-11-23T02:56:42.6085954Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-11-23T02:56:42.6086541Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-11-23T02:56:42.6086982Z [ RUN ] ModulesTest.PrettyPrintFold 2022-11-23T02:56:42.6087565Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-11-23T02:56:42.6088090Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-11-23T02:56:42.6088666Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-11-23T02:56:42.6089265Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-11-23T02:56:42.6089868Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-11-23T02:56:42.6090545Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-11-23T02:56:42.6091320Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-11-23T02:56:42.6092068Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-11-23T02:56:42.6092881Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-11-23T02:56:42.6093471Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-11-23T02:56:42.6094061Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-11-23T02:56:42.6094731Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-11-23T02:56:42.6095454Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-11-23T02:56:42.6096174Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-11-23T02:56:42.6096903Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-11-23T02:56:42.6097698Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-11-23T02:56:42.6098266Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-11-23T02:56:42.6098942Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-11-23T02:56:42.6099634Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-11-23T02:56:42.6100264Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-11-23T02:56:42.6100711Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-11-23T02:56:42.6101245Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-11-23T02:56:42.6101881Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-11-23T02:56:42.6102544Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-11-23T02:56:42.6103205Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-11-23T02:56:42.6103829Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-11-23T02:56:42.6104591Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-11-23T02:56:42.6105283Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-11-23T02:56:42.6106125Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-11-23T02:56:42.6106804Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-11-23T02:56:42.6107473Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-11-23T02:56:42.6108161Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-11-23T02:56:42.6108837Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-11-23T02:56:42.6109735Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-11-23T02:56:42.6110463Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-11-23T02:56:42.6111158Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-11-23T02:56:42.6111977Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-11-23T02:56:42.6112658Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-11-23T02:56:42.6113295Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-11-23T02:56:42.6113787Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-11-23T02:56:42.6114447Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-11-23T02:56:42.6115129Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-11-23T02:56:42.6115824Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-11-23T02:56:42.6116529Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-11-23T02:56:42.6117183Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-11-23T02:56:42.6117932Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-11-23T02:56:42.6118711Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-11-23T02:56:42.6119450Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-11-23T02:56:42.6120062Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-11-23T02:56:42.6120692Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-11-23T02:56:42.6121324Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-11-23T02:56:42.6121956Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-11-23T02:56:42.6122585Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-11-23T02:56:42.6123205Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-11-23T02:56:42.6123972Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-11-23T02:56:42.6124812Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-11-23T02:56:42.6125630Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-11-23T02:56:42.6126455Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-11-23T02:56:42.6127242Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-11-23T02:56:42.6127996Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-11-23T02:56:42.6128800Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-11-23T02:56:42.6129629Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-11-23T02:56:42.6130548Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-11-23T02:56:42.6131411Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-11-23T02:56:42.6132022Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-11-23T02:56:42.6132834Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-11-23T02:56:42.6133573Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-11-23T02:56:42.6134233Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-11-23T02:56:42.6135013Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-11-23T02:56:42.6135888Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-11-23T02:56:42.6136756Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-11-23T02:56:42.6137533Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-11-23T02:56:42.6138053Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-11-23T02:56:42.6138603Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-11-23T02:56:42.6139486Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-11-23T02:56:42.6140240Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-11-23T02:56:42.6141014Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-11-23T02:56:42.6141749Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-11-23T02:56:42.6142428Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-11-23T02:56:42.6143151Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-11-23T02:56:42.6143891Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-11-23T02:56:42.6144863Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-11-23T02:56:42.6145463Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-11-23T02:56:42.6146094Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-11-23T02:56:42.6146687Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-11-23T02:56:42.6147396Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-11-23T02:56:42.6148093Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-11-23T02:56:42.6148706Z [ RUN ] ModulesTest.PrettyPrintELU 2022-11-23T02:56:42.6149257Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-11-23T02:56:42.6149836Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-11-23T02:56:42.6166869Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-11-23T02:56:42.6167444Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-11-23T02:56:42.6167981Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-11-23T02:56:42.6168380Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-11-23T02:56:42.6168745Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-11-23T02:56:42.6169110Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-11-23T02:56:42.6169462Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-11-23T02:56:42.6169815Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-11-23T02:56:42.6170155Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-11-23T02:56:42.6170805Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-11-23T02:56:42.6171575Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-11-23T02:56:42.6172222Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-11-23T02:56:42.6172948Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-11-23T02:56:42.6173693Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-11-23T02:56:42.6174342Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-11-23T02:56:42.6174992Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-11-23T02:56:42.6175589Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-11-23T02:56:42.6176216Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-11-23T02:56:42.6176876Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-11-23T02:56:42.6177527Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-11-23T02:56:42.6178139Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-11-23T02:56:42.6178836Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-11-23T02:56:42.6179541Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-11-23T02:56:42.6180141Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-11-23T02:56:42.6180752Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-11-23T02:56:42.6181335Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-11-23T02:56:42.6181941Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-11-23T02:56:42.6182543Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-11-23T02:56:42.6183139Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-11-23T02:56:42.6183747Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-11-23T02:56:42.6184357Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-11-23T02:56:42.6185088Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-11-23T02:56:42.6185833Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-11-23T02:56:42.6186583Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-11-23T02:56:42.6187309Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-11-23T02:56:42.6187988Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-11-23T02:56:42.6188615Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-11-23T02:56:42.6189274Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-11-23T02:56:42.6189939Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-11-23T02:56:42.6190585Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-11-23T02:56:42.6191231Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-11-23T02:56:42.6191905Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-11-23T02:56:42.6192495Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-11-23T02:56:42.6193239Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-11-23T02:56:42.6194078Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-11-23T02:56:42.6194730Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-11-23T02:56:42.6195930Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator ()) 2022-11-23T02:56:42.6197023Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-11-23T02:56:42.6197671Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-11-23T02:56:42.6198352Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-11-23T02:56:42.6199033Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-11-23T02:56:42.6199861Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-11-23T02:56:42.6200598Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-11-23T02:56:42.6201357Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-11-23T02:56:42.6202082Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-11-23T02:56:42.6202776Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-11-23T02:56:42.6203468Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-11-23T02:56:42.6204161Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-11-23T02:56:42.6204947Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-11-23T02:56:42.6205784Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-11-23T02:56:42.6206611Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-11-23T02:56:42.6207348Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-11-23T02:56:42.6208222Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-11-23T02:56:42.6209024Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-11-23T02:56:42.6209721Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-11-23T02:56:42.6210353Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-11-23T02:56:42.6210969Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-11-23T02:56:42.6211740Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-11-23T02:56:42.6212441Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-11-23T02:56:42.6213071Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-11-23T02:56:42.6213828Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-11-23T02:56:42.6214712Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-11-23T02:56:42.6215461Z [----------] 258 tests from ModulesTest (24650 ms total) 2022-11-23T02:56:42.6215815Z 2022-11-23T02:56:42.6216025Z [----------] 1 test from NestedTest 2022-11-23T02:56:42.6216504Z [ RUN ] NestedTest.Nested 2022-11-23T02:56:42.6217000Z [ OK ] NestedTest.Nested (0 ms) 2022-11-23T02:56:42.6217632Z [----------] 1 test from NestedTest (0 ms total) 2022-11-23T02:56:42.6217969Z 2022-11-23T02:56:42.6218223Z [----------] 10 tests from ParameterDictTest 2022-11-23T02:56:42.6218969Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-11-23T02:56:42.6219701Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-11-23T02:56:42.6220440Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-11-23T02:56:42.6221218Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-11-23T02:56:42.6221949Z [ RUN ] ParameterDictTest.InsertAndContains 2022-11-23T02:56:42.6222631Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-11-23T02:56:42.6223276Z [ RUN ] ParameterDictTest.InsertAndClear 2022-11-23T02:56:42.6223928Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-11-23T02:56:42.6224649Z [ RUN ] ParameterDictTest.InsertAndPop 2022-11-23T02:56:42.6225406Z [ OK ] ParameterDictTest.InsertAndPop (0 ms) 2022-11-23T02:56:42.6226042Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-11-23T02:56:42.6226657Z [ OK ] ParameterDictTest.SimpleUpdate (0 ms) 2022-11-23T02:56:42.6227242Z [ RUN ] ParameterDictTest.Keys 2022-11-23T02:56:42.6227785Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-11-23T02:56:42.6228485Z [ RUN ] ParameterDictTest.Values 2022-11-23T02:56:42.6229053Z [ OK ] ParameterDictTest.Values (0 ms) 2022-11-23T02:56:42.6229600Z [ RUN ] ParameterDictTest.Get 2022-11-23T02:56:42.6230113Z [ OK ] ParameterDictTest.Get (0 ms) 2022-11-23T02:56:42.6230855Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-11-23T02:56:42.6231738Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-11-23T02:56:42.6232534Z [----------] 10 tests from ParameterDictTest (1 ms total) 2022-11-23T02:56:42.6232905Z 2022-11-23T02:56:42.6233152Z [----------] 8 tests from ParameterListTest 2022-11-23T02:56:42.6233824Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-11-23T02:56:42.6234642Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-11-23T02:56:42.6235331Z [ RUN ] ParameterListTest.isEmpty 2022-11-23T02:56:42.6235910Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-11-23T02:56:42.6236578Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-11-23T02:56:42.6237405Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-11-23T02:56:42.6238141Z [ RUN ] ParameterListTest.ForEachLoop 2022-11-23T02:56:42.6238811Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-11-23T02:56:42.6239429Z [ RUN ] ParameterListTest.AccessWithAt 2022-11-23T02:56:42.6240058Z [ OK ] ParameterListTest.AccessWithAt (0 ms) 2022-11-23T02:56:42.6240919Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-11-23T02:56:42.6242022Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-11-23T02:56:42.6243064Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-11-23T02:56:42.6243961Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-11-23T02:56:42.6244723Z [ RUN ] ParameterListTest.IncrementAdd 2022-11-23T02:56:42.6245439Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-11-23T02:56:42.6246108Z [----------] 8 tests from ParameterListTest (1 ms total) 2022-11-23T02:56:42.6246479Z 2022-11-23T02:56:42.6246705Z [----------] 1 test from NamespaceTests 2022-11-23T02:56:42.6247447Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-11-23T02:56:42.6248468Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-11-23T02:56:42.6249297Z [----------] 1 test from NamespaceTests (0 ms total) 2022-11-23T02:56:42.6249649Z 2022-11-23T02:56:42.6249864Z [----------] 7 tests from NNUtilsTest 2022-11-23T02:56:42.6250442Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-11-23T02:56:42.6251026Z [ OK ] NNUtilsTest.ClipGradNorm (4 ms) 2022-11-23T02:56:42.6251803Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-11-23T02:56:43.1017790Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (479 ms) 2022-11-23T02:56:43.1018231Z [ RUN ] NNUtilsTest.ClipGradValue 2022-11-23T02:56:43.1021728Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-11-23T02:56:43.1022260Z [ RUN ] NNUtilsTest.ConvertParameters 2022-11-23T02:56:43.1028696Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-11-23T02:56:43.1029226Z [ RUN ] NNUtilsTest.PackSequence 2022-11-23T02:56:43.1889535Z [ OK ] NNUtilsTest.PackSequence (85 ms) 2022-11-23T02:56:43.1890211Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-11-23T02:56:43.2146171Z [ OK ] NNUtilsTest.PackPaddedSequence (25 ms) 2022-11-23T02:56:43.2146952Z [ RUN ] NNUtilsTest.PadSequence 2022-11-23T02:56:43.2280077Z [ OK ] NNUtilsTest.PadSequence (13 ms) 2022-11-23T02:56:43.2280754Z [----------] 7 tests from NNUtilsTest (610 ms total) 2022-11-23T02:56:43.2281135Z 2022-11-23T02:56:43.2281396Z [----------] 3 tests from PackedSequenceTest 2022-11-23T02:56:43.2281968Z [ RUN ] PackedSequenceTest.WrongOrder 2022-11-23T02:56:43.2284566Z [ OK ] PackedSequenceTest.WrongOrder (0 ms) 2022-11-23T02:56:43.2285313Z [ RUN ] PackedSequenceTest.TotalLength 2022-11-23T02:56:43.2308310Z [ OK ] PackedSequenceTest.TotalLength (2 ms) 2022-11-23T02:56:43.2308921Z [ RUN ] PackedSequenceTest.To 2022-11-23T02:56:43.2346187Z [ OK ] PackedSequenceTest.To (3 ms) 2022-11-23T02:56:43.2346780Z [----------] 3 tests from PackedSequenceTest (6 ms total) 2022-11-23T02:56:43.2347158Z 2022-11-23T02:56:43.2347356Z [----------] 34 tests from OptimTest 2022-11-23T02:56:43.2347906Z [ RUN ] OptimTest.OptimizerAccessors 2022-11-23T02:56:43.2351880Z [ OK ] OptimTest.OptimizerAccessors (0 ms) 2022-11-23T02:56:43.2352465Z [ RUN ] OptimTest.OldInterface 2022-11-23T02:56:43.2356523Z [ OK ] OptimTest.OldInterface (0 ms) 2022-11-23T02:56:43.2357129Z [ RUN ] OptimTest.XORConvergence_SGD 2022-11-23T02:56:46.7334306Z [ OK ] OptimTest.XORConvergence_SGD (3497 ms) 2022-11-23T02:56:48.9452801Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-11-23T02:56:48.9453216Z [ OK ] OptimTest.XORConvergence_LBFGS (2211 ms) 2022-11-23T02:56:48.9453594Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-11-23T02:56:50.3263197Z [ OK ] OptimTest.XORConvergence_Adagrad (1380 ms) 2022-11-23T02:56:50.3263886Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-11-23T02:56:51.6936696Z [ OK ] OptimTest.XORConvergence_RMSprop (1367 ms) 2022-11-23T02:56:51.6937148Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-11-23T02:56:55.4646990Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (3771 ms) 2022-11-23T02:56:55.4647737Z [ RUN ] OptimTest.XORConvergence_Adam 2022-11-23T02:56:56.8232455Z [ OK ] OptimTest.XORConvergence_Adam (1358 ms) 2022-11-23T02:56:56.8234855Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-11-23T02:56:58.2012425Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (1377 ms) 2022-11-23T02:56:58.2013242Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-11-23T02:56:58.6243309Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (423 ms) 2022-11-23T02:56:58.6243818Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-11-23T02:56:59.0069051Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (382 ms) 2022-11-23T02:56:59.0069609Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-11-23T02:56:59.4129007Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (405 ms) 2022-11-23T02:56:59.4129495Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-11-23T02:57:00.9767215Z [ OK ] OptimTest.XORConvergence_AdamW (1563 ms) 2022-11-23T02:57:00.9767946Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-11-23T02:57:02.4585761Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (1481 ms) 2022-11-23T02:57:02.4587443Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-11-23T02:57:02.9062126Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (447 ms) 2022-11-23T02:57:02.9062613Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-11-23T02:57:03.2754519Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (369 ms) 2022-11-23T02:57:03.2755026Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-11-23T02:57:03.7453625Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (469 ms) 2022-11-23T02:57:03.7454108Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-11-23T02:57:04.1331349Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (387 ms) 2022-11-23T02:57:04.1331965Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-11-23T02:57:04.4832637Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (350 ms) 2022-11-23T02:57:04.4833220Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-11-23T02:57:04.8174225Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (334 ms) 2022-11-23T02:57:04.8176566Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-11-23T02:57:05.1732660Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (355 ms) 2022-11-23T02:57:05.1733467Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-11-23T02:57:05.5288374Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (355 ms) 2022-11-23T02:57:05.5288931Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-11-23T02:57:05.8955638Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (366 ms) 2022-11-23T02:57:05.8956258Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-11-23T02:57:06.3361927Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (440 ms) 2022-11-23T02:57:06.3362460Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-11-23T02:57:06.5966542Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (260 ms) 2022-11-23T02:57:06.5999313Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-11-23T02:57:06.8668887Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (266 ms) 2022-11-23T02:57:06.8669423Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-11-23T02:57:07.1726699Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (305 ms) 2022-11-23T02:57:07.1727289Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-11-23T02:57:07.4924047Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (319 ms) 2022-11-23T02:57:07.4924585Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-11-23T02:57:07.8430347Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (350 ms) 2022-11-23T02:57:07.8431103Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-11-23T02:57:09.3332848Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (1490 ms) 2022-11-23T02:57:09.3333291Z [ RUN ] OptimTest.ZeroGrad 2022-11-23T02:57:09.3335173Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-11-23T02:57:09.3335649Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-11-23T02:57:09.3338424Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-11-23T02:57:09.3338875Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-11-23T02:57:09.3340479Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-11-23T02:57:09.3340992Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-11-23T02:57:09.3341473Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-11-23T02:57:09.3344512Z [----------] 34 tests from OptimTest (26099 ms total) 2022-11-23T02:57:09.3344927Z 2022-11-23T02:57:09.3345090Z [----------] 29 tests from OrderedDictTest 2022-11-23T02:57:09.3345492Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-11-23T02:57:09.3346186Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-11-23T02:57:09.3346676Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-11-23T02:57:09.3347221Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-11-23T02:57:09.3347737Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-11-23T02:57:09.3348214Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-11-23T02:57:09.3348832Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-11-23T02:57:09.3349375Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-11-23T02:57:09.3349814Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-11-23T02:57:09.3350297Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-11-23T02:57:09.3350775Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-11-23T02:57:09.3351336Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (0 ms) 2022-11-23T02:57:09.3352101Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-11-23T02:57:09.3352676Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-11-23T02:57:09.3353377Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-11-23T02:57:09.3353777Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2022-11-23T02:57:09.3354161Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-11-23T02:57:09.3354556Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-11-23T02:57:09.3354937Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-11-23T02:57:09.3355416Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (0 ms) 2022-11-23T02:57:09.3355851Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-11-23T02:57:09.3356363Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-11-23T02:57:09.3357083Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-11-23T02:57:09.3358208Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-11-23T02:57:09.3358987Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-11-23T02:57:09.3359633Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-11-23T02:57:09.3360280Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-11-23T02:57:09.3360994Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-11-23T02:57:09.3361936Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-11-23T02:57:09.3362611Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (0 ms) 2022-11-23T02:57:09.3363208Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-11-23T02:57:09.3363909Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-11-23T02:57:09.3364438Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-11-23T02:57:09.3364879Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (0 ms) 2022-11-23T02:57:09.3365259Z [ RUN ] OrderedDictTest.CanIterateItems 2022-11-23T02:57:09.3365606Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-11-23T02:57:09.3365936Z [ RUN ] OrderedDictTest.EraseWorks 2022-11-23T02:57:09.3366256Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-11-23T02:57:09.3366610Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-11-23T02:57:09.3366983Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-11-23T02:57:09.3367354Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-11-23T02:57:09.3367714Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-11-23T02:57:09.3368057Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-11-23T02:57:09.3368399Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-11-23T02:57:09.3368748Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-11-23T02:57:09.3369084Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-11-23T02:57:09.3369427Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-11-23T02:57:09.3369766Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-11-23T02:57:09.3370117Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-11-23T02:57:09.3370486Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-11-23T02:57:09.3370903Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-11-23T02:57:09.3371402Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (0 ms) 2022-11-23T02:57:09.3371831Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-11-23T02:57:09.3372196Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-11-23T02:57:09.3372570Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-11-23T02:57:09.3373097Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-11-23T02:57:09.3373482Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-11-23T02:57:09.3373975Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-11-23T02:57:09.3374456Z [----------] 29 tests from OrderedDictTest (2 ms total) 2022-11-23T02:57:09.3374851Z 2022-11-23T02:57:09.3374971Z [----------] 25 tests from RNNTest 2022-11-23T02:57:09.3375254Z [ RUN ] RNNTest.CheckOutputSizes 2022-11-23T02:57:09.3516807Z [ OK ] RNNTest.CheckOutputSizes (15 ms) 2022-11-23T02:57:09.3517451Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-11-23T02:57:09.3695523Z [ OK ] RNNTest.CheckOutputSizesProj (17 ms) 2022-11-23T02:57:09.3696256Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-11-23T02:57:09.3704063Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-11-23T02:57:09.3704460Z [ RUN ] RNNTest.EndToEndLSTM 2022-11-23T02:57:13.0528642Z [ OK ] RNNTest.EndToEndLSTM (3682 ms) 2022-11-23T02:57:13.0529062Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-11-23T02:57:16.5898894Z [ OK ] RNNTest.EndToEndLSTMProj (3536 ms) 2022-11-23T02:57:16.5899350Z [ RUN ] RNNTest.EndToEndGRU 2022-11-23T02:57:19.6105989Z [ OK ] RNNTest.EndToEndGRU (3020 ms) 2022-11-23T02:57:19.6106377Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-11-23T02:57:21.2654487Z [ OK ] RNNTest.EndToEndRNNRelu (1654 ms) 2022-11-23T02:57:21.2655118Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-11-23T02:57:23.1123657Z [ OK ] RNNTest.EndToEndRNNTanh (1846 ms) 2022-11-23T02:57:23.1124019Z [ RUN ] RNNTest.Sizes_CUDA 2022-11-23T02:57:31.8643172Z [ OK ] RNNTest.Sizes_CUDA (8751 ms) 2022-11-23T02:57:31.8643535Z [ RUN ] RNNTest.SizesProj_CUDA 2022-11-23T02:57:31.8726343Z [ OK ] RNNTest.SizesProj_CUDA (8 ms) 2022-11-23T02:57:31.8726687Z [ RUN ] RNNTest.EndToEndLSTM_CUDA 2022-11-23T02:57:37.7213252Z [ OK ] RNNTest.EndToEndLSTM_CUDA (5848 ms) 2022-11-23T02:57:37.7214124Z [ RUN ] RNNTest.EndToEndLSTMProj_CUDA 2022-11-23T02:57:39.8019632Z [ OK ] RNNTest.EndToEndLSTMProj_CUDA (2080 ms) 2022-11-23T02:57:39.8020182Z [ RUN ] RNNTest.EndToEndGRU_CUDA 2022-11-23T02:57:41.3745986Z [ OK ] RNNTest.EndToEndGRU_CUDA (1572 ms) 2022-11-23T02:57:41.3746509Z [ RUN ] RNNTest.EndToEndRNNRelu_CUDA 2022-11-23T02:57:42.8566008Z [ OK ] RNNTest.EndToEndRNNRelu_CUDA (1481 ms) 2022-11-23T02:57:42.8566397Z [ RUN ] RNNTest.EndToEndRNNTanh_CUDA 2022-11-23T02:57:44.6260896Z [ OK ] RNNTest.EndToEndRNNTanh_CUDA (1769 ms) 2022-11-23T02:57:44.6261310Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-11-23T02:57:44.6294456Z [ OK ] RNNTest.PrettyPrintRNNs (3 ms) 2022-11-23T02:57:44.6295149Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-11-23T02:57:44.6463511Z [ OK ] RNNTest.BidirectionalFlattenParameters (16 ms) 2022-11-23T02:57:44.6464023Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-11-23T02:57:44.6487983Z [ OK ] RNNTest.BidirectionalGRUReverseForward (2 ms) 2022-11-23T02:57:44.6488416Z [ RUN ] RNNTest.BidirectionalGRUReverseForward_CUDA 2022-11-23T02:57:44.6505750Z [ OK ] RNNTest.BidirectionalGRUReverseForward_CUDA (1 ms) 2022-11-23T02:57:44.6506169Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-11-23T02:57:44.6526920Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (2 ms) 2022-11-23T02:57:44.6527716Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward_CUDA 2022-11-23T02:57:44.6545453Z [ OK ] RNNTest.BidirectionalLSTMReverseForward_CUDA (1 ms) 2022-11-23T02:57:44.6546194Z [ RUN ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA 2022-11-23T02:57:44.6621060Z [ OK ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA (7 ms) 2022-11-23T02:57:44.6621547Z [ RUN ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA 2022-11-23T02:57:44.6694811Z [ OK ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA (7 ms) 2022-11-23T02:57:44.6695316Z [ RUN ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA 2022-11-23T02:57:44.6785227Z [ OK ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA (9 ms) 2022-11-23T02:57:44.6785670Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-11-23T02:57:44.6817734Z [ OK ] RNNTest.UsePackedSequenceAsInput (3 ms) 2022-11-23T02:57:44.6818137Z [----------] 25 tests from RNNTest (35345 ms total) 2022-11-23T02:57:44.6818653Z 2022-11-23T02:57:44.6818794Z [----------] 20 tests from SequentialTest 2022-11-23T02:57:44.6819127Z [ RUN ] SequentialTest.CanContainThings 2022-11-23T02:57:44.6819712Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-11-23T02:57:44.6820089Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-11-23T02:57:44.6820732Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-11-23T02:57:44.6821627Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-11-23T02:57:44.6822492Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-11-23T02:57:44.6823186Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-11-23T02:57:44.6824080Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-11-23T02:57:44.6824491Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-11-23T02:57:44.6824857Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-11-23T02:57:44.6825214Z [ RUN ] SequentialTest.AccessWithAt 2022-11-23T02:57:44.6828192Z [ OK ] SequentialTest.AccessWithAt (0 ms) 2022-11-23T02:57:44.6828850Z [ RUN ] SequentialTest.AccessWithPtr 2022-11-23T02:57:44.6831481Z [ OK ] SequentialTest.AccessWithPtr (0 ms) 2022-11-23T02:57:44.6832045Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-11-23T02:57:44.6833192Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (0 ms) 2022-11-23T02:57:44.6833873Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-11-23T02:57:44.6834308Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-11-23T02:57:44.6835011Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-11-23T02:57:44.6836014Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (0 ms) 2022-11-23T02:57:44.6837134Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-11-23T02:57:44.6837927Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-11-23T02:57:44.6838433Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-11-23T02:57:44.6843143Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-11-23T02:57:44.6844178Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-11-23T02:57:44.6846244Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-11-23T02:57:44.6847075Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-11-23T02:57:44.6847847Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-11-23T02:57:44.6848307Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-11-23T02:57:44.6848693Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-11-23T02:57:44.6849054Z [ RUN ] SequentialTest.IsCloneable 2022-11-23T02:57:44.6855755Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-11-23T02:57:44.6856611Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-11-23T02:57:44.6858000Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-11-23T02:57:44.6858597Z [ RUN ] SequentialTest.CloneToDevice_CUDA 2022-11-23T02:57:44.6861862Z [ OK ] SequentialTest.CloneToDevice_CUDA (0 ms) 2022-11-23T02:57:44.6862532Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-11-23T02:57:44.6868954Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-11-23T02:57:44.6869460Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-11-23T02:57:44.6957105Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (8 ms) 2022-11-23T02:57:44.6957924Z [----------] 20 tests from SequentialTest (13 ms total) 2022-11-23T02:57:44.6958316Z 2022-11-23T02:57:44.6958562Z [----------] 17 tests from TransformerTest 2022-11-23T02:57:44.6959161Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-11-23T02:57:44.7152559Z [ OK ] TransformerTest.TransformerEncoderLayer (19 ms) 2022-11-23T02:57:44.7153519Z [ RUN ] TransformerTest.TransformerEncoderLayer_CUDA 2022-11-23T02:57:44.7553931Z [ OK ] TransformerTest.TransformerEncoderLayer_CUDA (40 ms) 2022-11-23T02:57:44.7554759Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-11-23T02:57:44.7755252Z [ OK ] TransformerTest.TransformerDecoderLayer (20 ms) 2022-11-23T02:57:44.7755765Z [ RUN ] TransformerTest.TransformerDecoderLayer_CUDA 2022-11-23T02:57:44.8188034Z [ OK ] TransformerTest.TransformerDecoderLayer_CUDA (43 ms) 2022-11-23T02:57:44.8188952Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-11-23T02:57:44.8304009Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (11 ms) 2022-11-23T02:57:44.8305018Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu_CUDA 2022-11-23T02:57:44.8546146Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu_CUDA (24 ms) 2022-11-23T02:57:44.8546614Z [ RUN ] TransformerTest.TransformerEncoder 2022-11-23T02:57:44.8969671Z [ OK ] TransformerTest.TransformerEncoder (42 ms) 2022-11-23T02:57:44.8970680Z [ RUN ] TransformerTest.TransformerEncoder_CUDA 2022-11-23T02:57:44.9723160Z [ OK ] TransformerTest.TransformerEncoder_CUDA (75 ms) 2022-11-23T02:57:44.9723701Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-11-23T02:57:44.9728494Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-11-23T02:57:44.9728998Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-11-23T02:57:44.9750216Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (2 ms) 2022-11-23T02:57:44.9750728Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-11-23T02:57:44.9755408Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-11-23T02:57:44.9755878Z [ RUN ] TransformerTest.TransformerDecoder 2022-11-23T02:57:45.0787514Z [ OK ] TransformerTest.TransformerDecoder (103 ms) 2022-11-23T02:57:45.0788365Z [ RUN ] TransformerTest.TransformerDecoder_CUDA 2022-11-23T02:57:45.3083774Z [ OK ] TransformerTest.TransformerDecoder_CUDA (229 ms) 2022-11-23T02:57:45.3084277Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-11-23T02:57:45.3100213Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-11-23T02:57:45.3100617Z [ RUN ] TransformerTest.Transformer 2022-11-23T02:57:45.3413487Z [ OK ] TransformerTest.Transformer (31 ms) 2022-11-23T02:57:45.3414279Z [ RUN ] TransformerTest.Transformer_CUDA 2022-11-23T02:57:45.4254496Z [ OK ] TransformerTest.Transformer_CUDA (84 ms) 2022-11-23T02:57:45.4255115Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-11-23T02:57:45.4278391Z [ OK ] TransformerTest.TransformerArgsCorrectness (2 ms) 2022-11-23T02:57:45.4279166Z [----------] 17 tests from TransformerTest (732 ms total) 2022-11-23T02:57:45.4279540Z 2022-11-23T02:57:45.4279770Z [----------] 24 tests from SerializeTest 2022-11-23T02:57:45.4280361Z [ RUN ] SerializeTest.KeysFunc 2022-11-23T02:57:45.4393231Z [ OK ] SerializeTest.KeysFunc (11 ms) 2022-11-23T02:57:45.4393600Z [ RUN ] SerializeTest.TryReadFunc 2022-11-23T02:57:45.4417081Z [ OK ] SerializeTest.TryReadFunc (2 ms) 2022-11-23T02:57:45.4417654Z [ RUN ] SerializeTest.Basic 2022-11-23T02:57:45.4423691Z [ OK ] SerializeTest.Basic (0 ms) 2022-11-23T02:57:45.4424244Z [ RUN ] SerializeTest.MathBits 2022-11-23T02:57:45.4448444Z [ OK ] SerializeTest.MathBits (2 ms) 2022-11-23T02:57:45.4448777Z [ RUN ] SerializeTest.BasicToFile 2022-11-23T02:57:45.4535254Z [ OK ] SerializeTest.BasicToFile (8 ms) 2022-11-23T02:57:45.4536574Z [ RUN ] SerializeTest.BasicViaFunc 2022-11-23T02:57:45.4543780Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-11-23T02:57:45.4544446Z [ RUN ] SerializeTest.Resized 2022-11-23T02:57:45.4548821Z [ OK ] SerializeTest.Resized (0 ms) 2022-11-23T02:57:45.4549321Z [ RUN ] SerializeTest.Sliced 2022-11-23T02:57:45.4553108Z [ OK ] SerializeTest.Sliced (0 ms) 2022-11-23T02:57:45.4553993Z [ RUN ] SerializeTest.NonContiguous 2022-11-23T02:57:45.4557977Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-11-23T02:57:45.4558349Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-11-23T02:57:45.4577271Z [ OK ] SerializeTest.ErrorOnMissingKey (1 ms) 2022-11-23T02:57:45.4577660Z [ RUN ] SerializeTest.XOR 2022-11-23T02:57:45.8121269Z [ OK ] SerializeTest.XOR (354 ms) 2022-11-23T02:57:45.8121958Z [ RUN ] SerializeTest.Optim 2022-11-23T02:57:45.8355361Z [ OK ] SerializeTest.Optim (23 ms) 2022-11-23T02:57:45.8355751Z [ RUN ] SerializeTest.Optim_Adagrad 2022-11-23T02:57:45.8628271Z [ OK ] SerializeTest.Optim_Adagrad (27 ms) 2022-11-23T02:57:45.8628631Z [ RUN ] SerializeTest.Optim_SGD 2022-11-23T02:57:45.8831841Z [ OK ] SerializeTest.Optim_SGD (20 ms) 2022-11-23T02:57:45.8832234Z [ RUN ] SerializeTest.Optim_Adam 2022-11-23T02:57:45.9057996Z [ OK ] SerializeTest.Optim_Adam (22 ms) 2022-11-23T02:57:45.9058416Z [ RUN ] SerializeTest.Optim_AdamW 2022-11-23T02:57:45.9298707Z [ OK ] SerializeTest.Optim_AdamW (24 ms) 2022-11-23T02:57:45.9299098Z [ RUN ] SerializeTest.Optim_RMSprop 2022-11-23T02:57:45.9531542Z [ OK ] SerializeTest.Optim_RMSprop (23 ms) 2022-11-23T02:57:45.9531917Z [ RUN ] SerializeTest.Optim_LBFGS 2022-11-23T02:57:45.9809551Z [ OK ] SerializeTest.Optim_LBFGS (27 ms) 2022-11-23T02:57:45.9809897Z [ RUN ] SerializeTest.XOR_CUDA 2022-11-23T02:57:46.3845020Z [ OK ] SerializeTest.XOR_CUDA (403 ms) 2022-11-23T02:57:46.3845698Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-11-23T02:57:46.3857015Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (1 ms) 2022-11-23T02:57:46.3857618Z [ RUN ] SerializeTest.VectorOfTensors 2022-11-23T02:57:46.3863790Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-11-23T02:57:46.3864177Z [ RUN ] SerializeTest.IValue 2022-11-23T02:57:46.3952692Z [ OK ] SerializeTest.IValue (8 ms) 2022-11-23T02:57:46.3953219Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-11-23T02:57:46.3954834Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-11-23T02:57:46.3955885Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-11-23T02:57:46.4064846Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (10 ms) 2022-11-23T02:57:46.4065520Z [----------] 24 tests from SerializeTest (978 ms total) 2022-11-23T02:57:46.4065894Z 2022-11-23T02:57:46.4066363Z [----------] 1 test from SpecialTest 2022-11-23T02:57:46.4066973Z [ RUN ] SpecialTest.special 2022-11-23T02:57:46.4067479Z [ OK ] SpecialTest.special (0 ms) 2022-11-23T02:57:46.4068066Z [----------] 1 test from SpecialTest (0 ms total) 2022-11-23T02:57:46.4068544Z 2022-11-23T02:57:46.4068758Z [----------] 5 tests from TestStatic 2022-11-23T02:57:46.4071732Z [ RUN ] TestStatic.AllOf 2022-11-23T02:57:46.4072274Z [ OK ] TestStatic.AllOf (0 ms) 2022-11-23T02:57:46.4072807Z [ RUN ] TestStatic.AnyOf 2022-11-23T02:57:46.4073312Z [ OK ] TestStatic.AnyOf (0 ms) 2022-11-23T02:57:46.4073839Z [ RUN ] TestStatic.EnableIfModule 2022-11-23T02:57:46.4074416Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-11-23T02:57:46.4074957Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-11-23T02:57:46.4075678Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-11-23T02:57:46.4076219Z [ RUN ] TestStatic.Apply 2022-11-23T02:57:46.4076764Z [ OK ] TestStatic.Apply (0 ms) 2022-11-23T02:57:46.4077371Z [----------] 5 tests from TestStatic (0 ms total) 2022-11-23T02:57:46.4077709Z 2022-11-23T02:57:46.4077920Z [----------] 49 tests from TensorTest 2022-11-23T02:57:46.4078590Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA 2022-11-23T02:57:46.4079498Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA (0 ms) 2022-11-23T02:57:46.4080349Z [ RUN ] TensorTest.MagmaInitializesCorrectly_CUDA 2022-11-23T02:57:46.5635622Z [ OK ] TensorTest.MagmaInitializesCorrectly_CUDA (156 ms) 2022-11-23T02:57:46.5636092Z [ RUN ] TensorTest.ToDtype 2022-11-23T02:57:46.5636381Z [ OK ] TensorTest.ToDtype (0 ms) 2022-11-23T02:57:46.5636723Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-11-23T02:57:46.5637121Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-11-23T02:57:46.5637507Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-11-23T02:57:46.5639614Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (0 ms) 2022-11-23T02:57:46.5641523Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-11-23T02:57:46.5642706Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-11-23T02:57:46.5643110Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-11-23T02:57:46.5643452Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-11-23T02:57:46.5643808Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-11-23T02:57:46.5644337Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-11-23T02:57:46.5644814Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-11-23T02:57:46.5645203Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-11-23T02:57:46.5645615Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-11-23T02:57:46.5650084Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (0 ms) 2022-11-23T02:57:46.5650659Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-11-23T02:57:46.5651078Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-11-23T02:57:46.5651942Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-11-23T02:57:46.5652432Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-11-23T02:57:46.5652915Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-11-23T02:57:46.5653356Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-11-23T02:57:46.5655774Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-11-23T02:57:46.5656272Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-11-23T02:57:46.5656897Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-11-23T02:57:46.5657355Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-11-23T02:57:46.5657789Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-11-23T02:57:46.5658218Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-11-23T02:57:46.5658646Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-11-23T02:57:46.5668875Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (1 ms) 2022-11-23T02:57:46.5669365Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-11-23T02:57:46.5675394Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-11-23T02:57:46.5675880Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-11-23T02:57:46.5676307Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-11-23T02:57:46.5676730Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-11-23T02:57:46.5677169Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-11-23T02:57:46.5677605Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-11-23T02:57:46.5684891Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (0 ms) 2022-11-23T02:57:46.5685332Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-11-23T02:57:46.5685735Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-11-23T02:57:46.5686177Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-11-23T02:57:46.5688928Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275] Warning: Casting complex values to real discards the imaginary part (function operator ()) 2022-11-23T02:57:46.5689751Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (0 ms) 2022-11-23T02:57:46.5690414Z [ RUN ] TensorTest.TorchTensorCtorMultiDim_CUDA 2022-11-23T02:57:46.5698589Z [ OK ] TensorTest.TorchTensorCtorMultiDim_CUDA (0 ms) 2022-11-23T02:57:46.5698980Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-11-23T02:57:46.5701893Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-11-23T02:57:46.5702465Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-11-23T02:57:46.5702966Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-11-23T02:57:46.5703416Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-11-23T02:57:46.5704056Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-11-23T02:57:46.5704513Z [ RUN ] TensorTest.Arange 2022-11-23T02:57:46.5704774Z [ OK ] TensorTest.Arange (0 ms) 2022-11-23T02:57:46.5705122Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-11-23T02:57:46.5705948Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-11-23T02:57:46.5708275Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-11-23T02:57:46.5714061Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (0 ms) 2022-11-23T02:57:46.5714638Z [ RUN ] TensorTest.FromBlob 2022-11-23T02:57:46.5714923Z [ OK ] TensorTest.FromBlob (0 ms) 2022-11-23T02:57:46.5715239Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-11-23T02:57:46.5715848Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-11-23T02:57:46.5716209Z [ RUN ] TensorTest.FromBlobWithStrides 2022-11-23T02:57:46.5716549Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-11-23T02:57:46.5717134Z [ RUN ] TensorTest.Item 2022-11-23T02:57:46.5717638Z [ OK ] TensorTest.Item (0 ms) 2022-11-23T02:57:46.5719991Z [ RUN ] TensorTest.Item_CUDA 2022-11-23T02:57:46.5720295Z [ OK ] TensorTest.Item_CUDA (0 ms) 2022-11-23T02:57:46.5720573Z [ RUN ] TensorTest.DataPtr 2022-11-23T02:57:46.5720856Z [ OK ] TensorTest.DataPtr (0 ms) 2022-11-23T02:57:46.5721129Z [ RUN ] TensorTest.Data 2022-11-23T02:57:46.5721377Z [ OK ] TensorTest.Data (0 ms) 2022-11-23T02:57:46.5721665Z [ RUN ] TensorTest.BackwardAndGrad 2022-11-23T02:57:46.5721982Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-11-23T02:57:46.5722321Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-11-23T02:57:46.5722691Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-11-23T02:57:46.5723040Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-11-23T02:57:46.5723418Z [ OK ] TensorTest.BackwardNonScalarOutputs (0 ms) 2022-11-23T02:57:46.5723744Z [ RUN ] TensorTest.IsLeaf 2022-11-23T02:57:46.5724022Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-11-23T02:57:46.5724298Z [ RUN ] TensorTest.OutputNr 2022-11-23T02:57:46.5724580Z [ OK ] TensorTest.OutputNr (0 ms) 2022-11-23T02:57:46.5724841Z [ RUN ] TensorTest.Version 2022-11-23T02:57:46.5725414Z [ OK ] TensorTest.Version (0 ms) 2022-11-23T02:57:46.5725732Z [ RUN ] TensorTest.Detach 2022-11-23T02:57:46.5726115Z [ OK ] TensorTest.Detach (0 ms) 2022-11-23T02:57:46.5726402Z [ RUN ] TensorTest.DetachInplace 2022-11-23T02:57:46.5726718Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-11-23T02:57:46.5727015Z [ RUN ] TensorTest.SetData 2022-11-23T02:57:46.5727296Z [ OK ] TensorTest.SetData (0 ms) 2022-11-23T02:57:46.5727608Z [ RUN ] TensorTest.RequiresGradInplace 2022-11-23T02:57:46.5729704Z [ OK ] TensorTest.RequiresGradInplace (0 ms) 2022-11-23T02:57:46.5730022Z [ RUN ] TensorTest.StdDimension 2022-11-23T02:57:46.5731695Z [ OK ] TensorTest.StdDimension (0 ms) 2022-11-23T02:57:46.5732007Z [ RUN ] TensorTest.ReshapeAlias 2022-11-23T02:57:46.5735623Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-11-23T02:57:46.5736242Z [----------] 49 tests from TensorTest (166 ms total) 2022-11-23T02:57:46.5736490Z 2022-11-23T02:57:46.5736888Z [----------] 40 tests from TensorIndexingTest 2022-11-23T02:57:46.5737180Z [ RUN ] TensorIndexingTest.Slice 2022-11-23T02:57:46.5737493Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-11-23T02:57:46.5737816Z [ RUN ] TensorIndexingTest.TensorIndex 2022-11-23T02:57:46.5740130Z [ OK ] TensorIndexingTest.TensorIndex (0 ms) 2022-11-23T02:57:46.5740624Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-11-23T02:57:46.5748219Z [ OK ] TensorIndexingTest.TestNoIndices (0 ms) 2022-11-23T02:57:46.5748684Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-11-23T02:57:46.5750597Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-11-23T02:57:46.5751171Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-11-23T02:57:46.5751530Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-11-23T02:57:46.5751996Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-11-23T02:57:46.5752559Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-11-23T02:57:46.5752917Z [ RUN ] TensorIndexingTest.TestNone 2022-11-23T02:57:46.5753225Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-11-23T02:57:46.5753546Z [ RUN ] TensorIndexingTest.TestStep 2022-11-23T02:57:46.5754571Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-11-23T02:57:46.5754979Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-11-23T02:57:46.5756632Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-11-23T02:57:46.5757030Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-11-23T02:57:46.5760589Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-11-23T02:57:46.5761028Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-11-23T02:57:46.5761790Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-11-23T02:57:46.5762256Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-11-23T02:57:46.5762924Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-11-23T02:57:46.5763343Z [ RUN ] TensorIndexingTest.TestByteMask 2022-11-23T02:57:46.5765463Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-11-23T02:57:46.5765888Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-11-23T02:57:46.5768202Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-11-23T02:57:46.5768627Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-11-23T02:57:46.5769041Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-11-23T02:57:46.5769527Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-11-23T02:57:46.5769902Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-11-23T02:57:46.5770267Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-11-23T02:57:46.5770813Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-11-23T02:57:46.5771202Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-11-23T02:57:46.5772385Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-11-23T02:57:46.5772822Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-11-23T02:57:46.5773760Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-11-23T02:57:46.5774164Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-11-23T02:57:46.5775443Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-11-23T02:57:46.5775810Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-11-23T02:57:46.5780946Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (0 ms) 2022-11-23T02:57:46.5781399Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex_CUDA 2022-11-23T02:57:46.5782764Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex_CUDA (0 ms) 2022-11-23T02:57:46.5783195Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-11-23T02:57:46.5785028Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (0 ms) 2022-11-23T02:57:46.5785480Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA 2022-11-23T02:57:46.5787283Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA (0 ms) 2022-11-23T02:57:46.5787909Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-11-23T02:57:46.5788282Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-11-23T02:57:46.5788666Z [ RUN ] TensorIndexingTest.TestEmptySlice_CUDA 2022-11-23T02:57:46.5789058Z [ OK ] TensorIndexingTest.TestEmptySlice_CUDA (0 ms) 2022-11-23T02:57:46.5789494Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-11-23T02:57:46.5791199Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-11-23T02:57:46.5791666Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-11-23T02:57:46.5801265Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (0 ms) 2022-11-23T02:57:46.5801746Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-11-23T02:57:46.5803617Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-11-23T02:57:46.5804121Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA 2022-11-23T02:57:46.5812430Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA (0 ms) 2022-11-23T02:57:46.5812921Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-11-23T02:57:46.5819241Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (0 ms) 2022-11-23T02:57:46.5819671Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-11-23T02:57:46.5828155Z [ OK ] TensorIndexingTest.TestGetitemScalars (0 ms) 2022-11-23T02:57:46.5828559Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-11-23T02:57:46.5836514Z [ OK ] TensorIndexingTest.TestSetitemScalars (0 ms) 2022-11-23T02:57:46.5836948Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-11-23T02:57:46.5839667Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-11-23T02:57:46.5840102Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-11-23T02:57:46.5841105Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-11-23T02:57:46.5841529Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-11-23T02:57:46.5843741Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-11-23T02:57:46.5844166Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-11-23T02:57:46.5844572Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-11-23T02:57:46.5844972Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-11-23T02:57:46.5846223Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-11-23T02:57:46.5846634Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-11-23T02:57:46.5853399Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (0 ms) 2022-11-23T02:57:46.5853793Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-11-23T02:57:46.5855166Z [ OK ] TensorIndexingTest.TestZeroDimIndex (0 ms) 2022-11-23T02:57:46.5855781Z [----------] 40 tests from TensorIndexingTest (11 ms total) 2022-11-23T02:57:46.5856134Z 2022-11-23T02:57:46.5856291Z [----------] 18 tests from NumpyTests 2022-11-23T02:57:46.5856570Z [ RUN ] NumpyTests.TestNoneIndex 2022-11-23T02:57:46.5856898Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-11-23T02:57:46.5857236Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-11-23T02:57:46.5859611Z [ OK ] NumpyTests.TestEmptyFancyIndex (0 ms) 2022-11-23T02:57:46.5859965Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-11-23T02:57:46.5861420Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-11-23T02:57:46.5861773Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-11-23T02:57:46.5864122Z [ OK ] NumpyTests.TestSingleIntIndex (0 ms) 2022-11-23T02:57:46.5864521Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-11-23T02:57:46.5865556Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-11-23T02:57:46.5865958Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-11-23T02:57:46.5875771Z [ OK ] NumpyTests.TestBooleanShapeMismatch (1 ms) 2022-11-23T02:57:46.5876299Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-11-23T02:57:46.5877690Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-11-23T02:57:46.5879082Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-11-23T02:57:46.5886036Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (0 ms) 2022-11-23T02:57:46.5886468Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-11-23T02:57:46.5889059Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-11-23T02:57:46.5889466Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-11-23T02:57:46.5896736Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (0 ms) 2022-11-23T02:57:46.5897185Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-11-23T02:57:46.5903594Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (0 ms) 2022-11-23T02:57:46.5904036Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-11-23T02:57:46.5904438Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-11-23T02:57:46.5904825Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-11-23T02:57:46.5907104Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-11-23T02:57:46.5907625Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-11-23T02:57:46.5908026Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-11-23T02:57:46.5908392Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-11-23T02:57:46.5917667Z [ OK ] NumpyTests.TestBroaderrorsIndexing (1 ms) 2022-11-23T02:57:46.5918068Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-11-23T02:57:46.5939962Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (1 ms) 2022-11-23T02:57:46.5943838Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-11-23T02:57:46.5944447Z [ OK ] NumpyTests.TestIndexIsLarger (1 ms) 2022-11-23T02:57:46.5945333Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-11-23T02:57:46.5949642Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-11-23T02:57:46.5950298Z [----------] 18 tests from NumpyTests (9 ms total) 2022-11-23T02:57:46.5950620Z 2022-11-23T02:57:46.5950849Z [----------] 6 tests from TensorOptionsTest 2022-11-23T02:57:46.5951524Z [ RUN ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA 2022-11-23T02:57:46.5952313Z [ OK ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA (0 ms) 2022-11-23T02:57:46.5953077Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-11-23T02:57:46.5953709Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-11-23T02:57:46.5954229Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-11-23T02:57:46.5954822Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-11-23T02:57:46.5955332Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-11-23T02:57:46.5955789Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-11-23T02:57:46.5956242Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-11-23T02:57:46.5956682Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-11-23T02:57:46.5957140Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-11-23T02:57:46.5957595Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-11-23T02:57:46.5958192Z [----------] 6 tests from TensorOptionsTest (0 ms total) 2022-11-23T02:57:46.5958568Z 2022-11-23T02:57:46.5958794Z [----------] 1 test from DeviceTest 2022-11-23T02:57:46.5959395Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-11-23T02:57:46.5968827Z [ OK ] DeviceTest.ParsesCorrectlyFromString (1 ms) 2022-11-23T02:57:46.5969526Z [----------] 1 test from DeviceTest (1 ms total) 2022-11-23T02:57:46.5969823Z 2022-11-23T02:57:46.5970043Z [----------] 3 tests from DefaultDtypeTest 2022-11-23T02:57:46.5970606Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-11-23T02:57:46.5971452Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-11-23T02:57:46.5972245Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-11-23T02:57:46.5973053Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-11-23T02:57:46.5974141Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-11-23T02:57:46.5975051Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-11-23T02:57:46.5975829Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-11-23T02:57:46.5976181Z 2022-11-23T02:57:46.5976394Z [----------] 1 test from TorchIncludeTest 2022-11-23T02:57:46.5976919Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-11-23T02:57:46.6055455Z [ OK ] TorchIncludeTest.GetSetNumThreads (8 ms) 2022-11-23T02:57:46.6056112Z [----------] 1 test from TorchIncludeTest (8 ms total) 2022-11-23T02:57:46.6056471Z 2022-11-23T02:57:46.6056709Z [----------] 28 tests from InferenceModeTest 2022-11-23T02:57:46.6057310Z [ RUN ] InferenceModeTest.TestTLSState 2022-11-23T02:57:46.6057868Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-11-23T02:57:46.6058571Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-11-23T02:57:46.6059391Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-11-23T02:57:46.6060196Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-11-23T02:57:46.6062448Z [ OK ] InferenceModeTest.TestExistingAutogradSession (0 ms) 2022-11-23T02:57:46.6063355Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-11-23T02:57:46.6064392Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-11-23T02:57:46.6065361Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-11-23T02:57:46.6066453Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-11-23T02:57:46.6067719Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-11-23T02:57:46.6068755Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-11-23T02:57:46.6069762Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-11-23T02:57:46.6070714Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-11-23T02:57:46.6071695Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-11-23T02:57:46.6072637Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (0 ms) 2022-11-23T02:57:46.6073541Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-11-23T02:57:46.6074419Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-11-23T02:57:46.6075328Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-11-23T02:57:46.6076417Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-11-23T02:57:46.6077476Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-11-23T02:57:46.6078413Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-11-23T02:57:46.6079363Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-11-23T02:57:46.6080305Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-11-23T02:57:46.6081193Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-11-23T02:57:46.6082100Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (0 ms) 2022-11-23T02:57:46.6082858Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-11-23T02:57:46.6083803Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (0 ms) 2022-11-23T02:57:46.6084820Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-11-23T02:57:46.6089257Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (0 ms) 2022-11-23T02:57:46.6090158Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-11-23T02:57:46.6091074Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-11-23T02:57:46.6091977Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-11-23T02:57:46.6092853Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (0 ms) 2022-11-23T02:57:46.6093323Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-11-23T02:57:46.6096047Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (0 ms) 2022-11-23T02:57:46.6096794Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-11-23T02:57:46.6100117Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (0 ms) 2022-11-23T02:57:46.6100856Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-11-23T02:57:46.6106976Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (0 ms) 2022-11-23T02:57:46.6107765Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-11-23T02:57:46.6112459Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (0 ms) 2022-11-23T02:57:46.6113236Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-11-23T02:57:46.6114530Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (0 ms) 2022-11-23T02:57:46.6115271Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-11-23T02:57:46.6120182Z [ OK ] InferenceModeTest.TestAccessVersionCounter (0 ms) 2022-11-23T02:57:46.6121152Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-11-23T02:57:46.6124323Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (0 ms) 2022-11-23T02:57:46.6125226Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-11-23T02:57:46.6125714Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-11-23T02:57:46.6126288Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-11-23T02:57:46.6127235Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-11-23T02:57:46.6127964Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-11-23T02:57:46.6128621Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-11-23T02:57:46.6129474Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-11-23T02:57:46.6130347Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-11-23T02:57:46.6131292Z [----------] 28 tests from InferenceModeTest (7 ms total) 2022-11-23T02:57:46.6131670Z 2022-11-23T02:57:46.6131891Z [----------] 4 tests from GradModeTest 2022-11-23T02:57:46.6132525Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-11-23T02:57:46.6133219Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-11-23T02:57:46.6133875Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-11-23T02:57:46.6134524Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-11-23T02:57:46.6134977Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-11-23T02:57:46.6135377Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-11-23T02:57:46.6135784Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-11-23T02:57:46.6136199Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (0 ms) 2022-11-23T02:57:46.6136586Z [----------] 4 tests from GradModeTest (0 ms total) 2022-11-23T02:57:46.6136781Z 2022-11-23T02:57:46.6136912Z [----------] 3 tests from OperationTest 2022-11-23T02:57:46.6137195Z [ RUN ] OperationTest.Lerp 2022-11-23T02:57:46.6149818Z [ OK ] OperationTest.Lerp (1 ms) 2022-11-23T02:57:46.6150222Z [ RUN ] OperationTest.Cross 2022-11-23T02:57:46.6216356Z [ OK ] OperationTest.Cross (6 ms) 2022-11-23T02:57:46.6216985Z [ RUN ] OperationTest.Linear_out 2022-11-23T02:57:46.6221861Z [ OK ] OperationTest.Linear_out (0 ms) 2022-11-23T02:57:46.6222479Z [----------] 3 tests from OperationTest (8 ms total) 2022-11-23T02:57:46.6222813Z 2022-11-23T02:57:46.6223026Z [----------] 1 test from ParallelTest 2022-11-23T02:57:46.6223695Z [ RUN ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA 2022-11-23T02:57:46.6224796Z [ OK ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA (0 ms) 2022-11-23T02:57:46.6225784Z [----------] 1 test from ParallelTest (0 ms total) 2022-11-23T02:57:46.6226144Z 2022-11-23T02:57:46.6226408Z [----------] Global test environment tear-down 2022-11-23T02:57:46.6512794Z [==========] 1020 tests from 48 test suites ran. (124598 ms total) 2022-11-23T02:57:46.6513155Z [ PASSED ] 1020 tests. 2022-11-23T02:57:46.8862187Z [W CUDAGuardImpl.h:46] Warning: CUDA warning: driver shutting down (function uncheckedGetDevice) 2022-11-23T02:57:46.8862747Z [W CUDAGuardImpl.h:62] Warning: CUDA warning: invalid device ordinal (function uncheckedSetDevice) 2022-11-23T02:57:47.4369495Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2022-11-23T02:57:48.1271792Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:57:48.1272294Z [==========] Running 6 tests from 1 test suite. 2022-11-23T02:57:48.1272797Z [----------] Global test environment set-up. 2022-11-23T02:57:48.1273247Z [----------] 6 tests from ApplyUtilsTest 2022-11-23T02:57:48.1273563Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-11-23T02:57:48.2475019Z [ OK ] ApplyUtilsTest.Contiguous2D (120 ms) 2022-11-23T02:57:48.2475452Z [ RUN ] ApplyUtilsTest.Small2D 2022-11-23T02:57:48.2476031Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-11-23T02:57:48.2476369Z [ RUN ] ApplyUtilsTest._2D 2022-11-23T02:57:48.2506499Z [ OK ] ApplyUtilsTest._2D (3 ms) 2022-11-23T02:57:48.2506828Z [ RUN ] ApplyUtilsTest._3D 2022-11-23T02:57:48.2511328Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-11-23T02:57:48.2511670Z [ RUN ] ApplyUtilsTest.Medium3D 2022-11-23T02:57:48.2547818Z [ OK ] ApplyUtilsTest.Medium3D (3 ms) 2022-11-23T02:57:48.2548177Z [ RUN ] ApplyUtilsTest._10D 2022-11-23T02:57:48.5037039Z [ OK ] ApplyUtilsTest._10D (248 ms) 2022-11-23T02:57:48.5037449Z [----------] 6 tests from ApplyUtilsTest (376 ms total) 2022-11-23T02:57:48.5037654Z 2022-11-23T02:57:48.5037821Z [----------] Global test environment tear-down 2022-11-23T02:57:48.5056205Z [==========] 6 tests from 1 test suite ran. (376 ms total) 2022-11-23T02:57:48.7394015Z [ PASSED ] 6 tests. 2022-11-23T02:57:48.7394482Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2022-11-23T02:57:49.4409009Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:57:49.4409506Z [==========] Running 16 tests from 1 test suite. 2022-11-23T02:57:49.4409829Z [----------] Global test environment set-up. 2022-11-23T02:57:49.4410123Z [----------] 16 tests from atest 2022-11-23T02:57:49.4410557Z [ RUN ] atest.operators 2022-11-23T02:57:49.4414898Z [ OK ] atest.operators (0 ms) 2022-11-23T02:57:49.4415200Z [ RUN ] atest.logical_and_operators 2022-11-23T02:57:49.4418999Z [ OK ] atest.logical_and_operators (0 ms) 2022-11-23T02:57:49.4419309Z [ RUN ] atest.logical_or_operators 2022-11-23T02:57:49.4419842Z [ OK ] atest.logical_or_operators (0 ms) 2022-11-23T02:57:49.4420130Z [ RUN ] atest.logical_xor_operators 2022-11-23T02:57:49.4421176Z [ OK ] atest.logical_xor_operators (0 ms) 2022-11-23T02:57:49.4421477Z [ RUN ] atest.lt_operators 2022-11-23T02:57:49.4421747Z [ OK ] atest.lt_operators (0 ms) 2022-11-23T02:57:49.4422013Z [ RUN ] atest.le_operators 2022-11-23T02:57:49.4422583Z [ OK ] atest.le_operators (0 ms) 2022-11-23T02:57:49.4422954Z [ RUN ] atest.gt_operators 2022-11-23T02:57:49.4423487Z [ OK ] atest.gt_operators (0 ms) 2022-11-23T02:57:49.4423828Z [ RUN ] atest.ge_operators 2022-11-23T02:57:49.4426302Z [ OK ] atest.ge_operators (0 ms) 2022-11-23T02:57:49.4426582Z [ RUN ] atest.eq_operators 2022-11-23T02:57:49.4427295Z [ OK ] atest.eq_operators (0 ms) 2022-11-23T02:57:49.4427572Z [ RUN ] atest.ne_operators 2022-11-23T02:57:49.4427988Z [ OK ] atest.ne_operators (0 ms) 2022-11-23T02:57:49.4428530Z [ RUN ] atest.add_operators 2022-11-23T02:57:49.4429092Z [ OK ] atest.add_operators (0 ms) 2022-11-23T02:57:49.4429476Z [ RUN ] atest.max_operators 2022-11-23T02:57:49.4435345Z [ OK ] atest.max_operators (0 ms) 2022-11-23T02:57:49.4435627Z [ RUN ] atest.min_operators 2022-11-23T02:57:49.4439162Z [ OK ] atest.min_operators (0 ms) 2022-11-23T02:57:49.4439450Z [ RUN ] atest.sigmoid_backward_operator 2022-11-23T02:57:49.4440985Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-11-23T02:57:49.4441304Z [ RUN ] atest.fmod_tensor_operators 2022-11-23T02:57:49.4442587Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-11-23T02:57:49.4442885Z [ RUN ] atest.atest 2022-11-23T02:57:50.5074247Z [ OK ] atest.atest (1063 ms) 2022-11-23T02:57:50.5074634Z [----------] 16 tests from atest (1066 ms total) 2022-11-23T02:57:50.5074820Z 2022-11-23T02:57:50.5074972Z [----------] Global test environment tear-down 2022-11-23T02:57:50.5093497Z [==========] 16 tests from 1 test suite ran. (1066 ms total) 2022-11-23T02:57:50.5094460Z [ PASSED ] 16 tests. 2022-11-23T02:57:50.7918239Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2022-11-23T02:57:51.5045015Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:57:51.5045507Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:57:51.5045833Z [----------] Global test environment set-up. 2022-11-23T02:57:51.5046161Z [----------] 3 tests from BackendFallbackTest 2022-11-23T02:57:51.5046533Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithMode 2022-11-23T02:57:51.5150980Z [ OK ] BackendFallbackTest.TestBackendFallbackWithMode (10 ms) 2022-11-23T02:57:51.5151979Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithWrapper 2022-11-23T02:57:51.5187924Z [ OK ] BackendFallbackTest.TestBackendFallbackWithWrapper (3 ms) 2022-11-23T02:57:51.5208394Z [ RUN ] BackendFallbackTest.TestFallthroughBackendFallback 2022-11-23T02:57:51.5209384Z [ OK ] BackendFallbackTest.TestFallthroughBackendFallback (2 ms) 2022-11-23T02:57:51.5210344Z [----------] 3 tests from BackendFallbackTest (16 ms total) 2022-11-23T02:57:51.5210781Z 2022-11-23T02:57:51.5211041Z [----------] Global test environment tear-down 2022-11-23T02:57:51.5230874Z [==========] 3 tests from 1 test suite ran. (16 ms total) 2022-11-23T02:57:51.5231523Z [ PASSED ] 3 tests. 2022-11-23T02:57:51.6486240Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2022-11-23T02:57:52.3199907Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:57:52.3200406Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:57:52.3200715Z [----------] Global test environment set-up. 2022-11-23T02:57:52.3201159Z [----------] 5 tests from BasicTest 2022-11-23T02:57:52.3201555Z [ RUN ] BasicTest.BasicTestCPU 2022-11-23T02:57:52.4815274Z 8 ms 2022-11-23T02:57:52.6430142Z 161 ms 2022-11-23T02:57:52.8539650Z 210 ms 2022-11-23T02:57:53.7858441Z [ OK ] BasicTest.BasicTestCPU (1465 ms) 2022-11-23T02:57:53.7859136Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-11-23T02:57:53.7908862Z 4 ms 2022-11-23T02:57:54.0581955Z 266 ms 2022-11-23T02:57:54.3159015Z 257 ms 2022-11-23T02:57:54.3188357Z [ OK ] BasicTest.BasicTestHalfCPU (533 ms) 2022-11-23T02:57:54.3188722Z [ RUN ] BasicTest.BasicTestCUDA 2022-11-23T02:57:57.1434647Z 9 ms 2022-11-23T02:57:57.7262099Z 582 ms 2022-11-23T02:57:58.5810123Z 854 ms 2022-11-23T02:57:58.6723147Z [ OK ] BasicTest.BasicTestCUDA (4353 ms) 2022-11-23T02:57:58.6723526Z [ RUN ] BasicTest.FactoryMethodsTest 2022-11-23T02:57:58.6737692Z [ OK ] BasicTest.FactoryMethodsTest (1 ms) 2022-11-23T02:57:58.6739530Z [ RUN ] BasicTest.BasicStdTestCPU 2022-11-23T02:57:58.6782038Z Simple example: called once 2022-11-23T02:57:58.6782923Z throw: call_once will retry 2022-11-23T02:57:58.6783359Z throw: call_once will retry 2022-11-23T02:57:58.6783771Z Didn't throw, call_once will not attempt again 2022-11-23T02:57:58.6784217Z [ OK ] BasicTest.BasicStdTestCPU (4 ms) 2022-11-23T02:57:58.6784565Z [----------] 5 tests from BasicTest (6358 ms total) 2022-11-23T02:57:58.6784756Z 2022-11-23T02:57:58.6784906Z [----------] Global test environment tear-down 2022-11-23T02:57:58.6805373Z [==========] 5 tests from 1 test suite ran. (6358 ms total) 2022-11-23T02:57:58.6805925Z [ PASSED ] 5 tests. 2022-11-23T02:57:59.1553492Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2022-11-23T02:57:59.8222448Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:57:59.8222940Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:57:59.8223408Z [----------] Global test environment set-up. 2022-11-23T02:57:59.8223733Z [----------] 1 test from BroadcastTest 2022-11-23T02:57:59.8224026Z [ RUN ] BroadcastTest.Broadcast 2022-11-23T02:58:00.9383245Z [ OK ] BroadcastTest.Broadcast (1116 ms) 2022-11-23T02:58:00.9383680Z [----------] 1 test from BroadcastTest (1116 ms total) 2022-11-23T02:58:00.9383884Z 2022-11-23T02:58:00.9384015Z [----------] Global test environment tear-down 2022-11-23T02:58:00.9397471Z [==========] 1 test from 1 test suite ran. (1116 ms total) 2022-11-23T02:58:00.9397888Z [ PASSED ] 1 test. 2022-11-23T02:58:01.1775006Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2022-11-23T02:58:01.1931507Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.1932213Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:58:01.1932518Z [----------] Global test environment set-up. 2022-11-23T02:58:01.1932943Z [----------] 4 tests from accumulate_test 2022-11-23T02:58:01.1933341Z [ RUN ] accumulate_test.vector_test 2022-11-23T02:58:01.1933647Z [ OK ] accumulate_test.vector_test (0 ms) 2022-11-23T02:58:01.1933938Z [ RUN ] accumulate_test.list_test 2022-11-23T02:58:01.1934214Z [ OK ] accumulate_test.list_test (0 ms) 2022-11-23T02:58:01.1934504Z [ RUN ] accumulate_test.base_cases 2022-11-23T02:58:01.1934803Z [ OK ] accumulate_test.base_cases (0 ms) 2022-11-23T02:58:01.1935092Z [ RUN ] accumulate_test.errors 2022-11-23T02:58:01.2114031Z [ OK ] accumulate_test.errors (18 ms) 2022-11-23T02:58:01.2114451Z [----------] 4 tests from accumulate_test (18 ms total) 2022-11-23T02:58:01.2114680Z 2022-11-23T02:58:01.2114818Z [----------] Global test environment tear-down 2022-11-23T02:58:01.2130636Z [==========] 4 tests from 1 test suite ran. (18 ms total) 2022-11-23T02:58:01.2130958Z [ PASSED ] 4 tests. 2022-11-23T02:58:01.2248180Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Array_test.exe" 2022-11-23T02:58:01.2406253Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.2406740Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:58:01.2422633Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:58:01.2422926Z [ PASSED ] 0 tests. 2022-11-23T02:58:01.2510456Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2022-11-23T02:58:01.2654498Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.2655410Z [==========] Running 13 tests from 3 test suites. 2022-11-23T02:58:01.2656423Z [----------] Global test environment set-up. 2022-11-23T02:58:01.2656972Z [----------] 5 tests from BFloat16Conversion 2022-11-23T02:58:01.2657604Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2022-11-23T02:58:01.2659115Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2022-11-23T02:58:01.2659927Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2022-11-23T02:58:01.2660736Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2022-11-23T02:58:01.2661388Z [ RUN ] BFloat16Conversion.NaN 2022-11-23T02:58:01.2661946Z [ OK ] BFloat16Conversion.NaN (0 ms) 2022-11-23T02:58:01.2662472Z [ RUN ] BFloat16Conversion.Inf 2022-11-23T02:58:01.2663029Z [ OK ] BFloat16Conversion.Inf (0 ms) 2022-11-23T02:58:01.2663664Z [ RUN ] BFloat16Conversion.SmallestDenormal 2022-11-23T02:58:01.2664363Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2022-11-23T02:58:01.2665085Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2022-11-23T02:58:01.2665482Z 2022-11-23T02:58:01.2665722Z [----------] 3 tests from BFloat16Math 2022-11-23T02:58:01.2666230Z [ RUN ] BFloat16Math.Addition 2022-11-23T02:58:01.2666758Z [ OK ] BFloat16Math.Addition (0 ms) 2022-11-23T02:58:01.2667298Z [ RUN ] BFloat16Math.Subtraction 2022-11-23T02:58:01.2667828Z [ OK ] BFloat16Math.Subtraction (0 ms) 2022-11-23T02:58:01.2668432Z [ RUN ] BFloat16Math.NextAfterZero 2022-11-23T02:58:01.2669018Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2022-11-23T02:58:01.2669617Z [----------] 3 tests from BFloat16Math (0 ms total) 2022-11-23T02:58:01.2669960Z 2022-11-23T02:58:01.2670310Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test 2022-11-23T02:58:01.2671044Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 2022-11-23T02:58:01.2671821Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2022-11-23T02:58:01.2672782Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 2022-11-23T02:58:01.2673589Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2022-11-23T02:58:01.2674362Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 2022-11-23T02:58:01.2675219Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2022-11-23T02:58:01.2676039Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 2022-11-23T02:58:01.2676853Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2022-11-23T02:58:01.2677675Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 2022-11-23T02:58:01.2678502Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2022-11-23T02:58:01.2679356Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test (0 ms total) 2022-11-23T02:58:01.2679805Z 2022-11-23T02:58:01.2680099Z [----------] Global test environment tear-down 2022-11-23T02:58:01.2686549Z [==========] 13 tests from 3 test suites ran. (0 ms total) 2022-11-23T02:58:01.2687095Z [ PASSED ] 13 tests. 2022-11-23T02:58:01.2765011Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2022-11-23T02:58:01.2900350Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.2901250Z [==========] Running 12 tests from 1 test suite. 2022-11-23T02:58:01.2901592Z [----------] Global test environment set-up. 2022-11-23T02:58:01.2901878Z [----------] 12 tests from BitsetTest 2022-11-23T02:58:01.2902241Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2022-11-23T02:58:01.2902671Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2022-11-23T02:58:01.2903106Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2022-11-23T02:58:01.2903562Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2022-11-23T02:58:01.2904027Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2022-11-23T02:58:01.2904493Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2022-11-23T02:58:01.2905208Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2022-11-23T02:58:01.2905627Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-11-23T02:58:01.2906064Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2022-11-23T02:58:01.2906527Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2022-11-23T02:58:01.2906975Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2022-11-23T02:58:01.2907412Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-11-23T02:58:01.2907859Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2022-11-23T02:58:01.2908362Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2022-11-23T02:58:01.2908836Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2022-11-23T02:58:01.2909283Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2022-11-23T02:58:01.2909768Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2022-11-23T02:58:01.2910332Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2022-11-23T02:58:01.2910808Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2022-11-23T02:58:01.2911278Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2022-11-23T02:58:01.2911782Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2022-11-23T02:58:01.2912316Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-11-23T02:58:01.2912997Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2022-11-23T02:58:01.2913595Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-11-23T02:58:01.2914044Z [----------] 12 tests from BitsetTest (0 ms total) 2022-11-23T02:58:01.2914224Z 2022-11-23T02:58:01.2914371Z [----------] Global test environment tear-down 2022-11-23T02:58:01.2923325Z [==========] 12 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:01.2923664Z [ PASSED ] 12 tests. 2022-11-23T02:58:01.3012772Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_C++17_test.exe" 2022-11-23T02:58:01.3187300Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.3188092Z [==========] Running 9 tests from 1 test suite. 2022-11-23T02:58:01.3188667Z [----------] Global test environment set-up. 2022-11-23T02:58:01.3189203Z [----------] 9 tests from if_constexpr 2022-11-23T02:58:01.3189742Z [ RUN ] if_constexpr.whenIsTrue_thenReturnsTrueCase 2022-11-23T02:58:01.3192586Z [ OK ] if_constexpr.whenIsTrue_thenReturnsTrueCase (0 ms) 2022-11-23T02:58:01.3193238Z [ RUN ] if_constexpr.whenIsFalse_thenReturnsFalseCase 2022-11-23T02:58:01.3193803Z [ OK ] if_constexpr.whenIsFalse_thenReturnsFalseCase (0 ms) 2022-11-23T02:58:01.3194224Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg 2022-11-23T02:58:01.3194654Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg (0 ms) 2022-11-23T02:58:01.3195106Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg 2022-11-23T02:58:01.3195563Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg (0 ms) 2022-11-23T02:58:01.3195988Z [ RUN ] if_constexpr.otherCaseCanHaveInvalidCode 2022-11-23T02:58:01.3196385Z [ OK ] if_constexpr.otherCaseCanHaveInvalidCode (0 ms) 2022-11-23T02:58:01.3198687Z [ RUN ] if_constexpr.worksWithoutElseCase_withIdentityArg 2022-11-23T02:58:01.3199097Z [ OK ] if_constexpr.worksWithoutElseCase_withIdentityArg (0 ms) 2022-11-23T02:58:01.3199514Z [ RUN ] if_constexpr.worksWithoutElseCase_withoutIdentityArg 2022-11-23T02:58:01.3200200Z [ OK ] if_constexpr.worksWithoutElseCase_withoutIdentityArg (0 ms) 2022-11-23T02:58:01.3200619Z [ RUN ] if_constexpr.returnTypeCanDiffer_withIdentityArg 2022-11-23T02:58:01.3201031Z [ OK ] if_constexpr.returnTypeCanDiffer_withIdentityArg (0 ms) 2022-11-23T02:58:01.3201446Z [ RUN ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg 2022-11-23T02:58:01.3201847Z [ OK ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg (0 ms) 2022-11-23T02:58:01.3202230Z [----------] 9 tests from if_constexpr (0 ms total) 2022-11-23T02:58:01.3202422Z 2022-11-23T02:58:01.3202570Z [----------] Global test environment tear-down 2022-11-23T02:58:01.3209532Z [==========] 9 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:01.3211989Z [ PASSED ] 9 tests. 2022-11-23T02:58:01.3298601Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2022-11-23T02:58:01.3434627Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.3435248Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:58:01.3435586Z [----------] Global test environment set-up. 2022-11-23T02:58:01.3435946Z [----------] 2 tests from CompileTimeFunctionPointerTest 2022-11-23T02:58:01.3436399Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2022-11-23T02:58:01.3436914Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2022-11-23T02:58:01.3437422Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2022-11-23T02:58:01.3437916Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2022-11-23T02:58:01.3438621Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2022-11-23T02:58:01.3438895Z 2022-11-23T02:58:01.3439048Z [----------] Global test environment tear-down 2022-11-23T02:58:01.3452557Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:01.3453077Z [ PASSED ] 2 tests. 2022-11-23T02:58:01.3534912Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2022-11-23T02:58:01.3696363Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.3697447Z [==========] Running 12 tests from 11 test suites. 2022-11-23T02:58:01.3698035Z [----------] Global test environment set-up. 2022-11-23T02:58:01.3698787Z [----------] 2 tests from TestExponential 2022-11-23T02:58:01.3699366Z [ RUN ] TestExponential.IPi 2022-11-23T02:58:01.3700124Z [ OK ] TestExponential.IPi (0 ms) 2022-11-23T02:58:01.3700738Z [ RUN ] TestExponential.EulerFormula 2022-11-23T02:58:01.3701357Z [ OK ] TestExponential.EulerFormula (0 ms) 2022-11-23T02:58:01.3702026Z [----------] 2 tests from TestExponential (0 ms total) 2022-11-23T02:58:01.3702398Z 2022-11-23T02:58:01.3702609Z [----------] 1 test from TestLog 2022-11-23T02:58:01.3703108Z [ RUN ] TestLog.Definition 2022-11-23T02:58:01.3703621Z [ OK ] TestLog.Definition (0 ms) 2022-11-23T02:58:01.3704177Z [----------] 1 test from TestLog (0 ms total) 2022-11-23T02:58:01.3704505Z 2022-11-23T02:58:01.3704705Z [----------] 1 test from TestLog10 2022-11-23T02:58:01.3705193Z [ RUN ] TestLog10.Rev 2022-11-23T02:58:01.3705862Z [ OK ] TestLog10.Rev (0 ms) 2022-11-23T02:58:01.3706599Z [----------] 1 test from TestLog10 (0 ms total) 2022-11-23T02:58:01.3706934Z 2022-11-23T02:58:01.3707145Z [----------] 1 test from TestLog2 2022-11-23T02:58:01.3707607Z [ RUN ] TestLog2.Rev 2022-11-23T02:58:01.3708088Z [ OK ] TestLog2.Rev (0 ms) 2022-11-23T02:58:01.3708615Z [----------] 1 test from TestLog2 (0 ms total) 2022-11-23T02:58:01.3708952Z 2022-11-23T02:58:01.3709189Z [----------] 1 test from TestPowSqrt 2022-11-23T02:58:01.3709716Z [ RUN ] TestPowSqrt.Equal 2022-11-23T02:58:01.3710281Z [ OK ] TestPowSqrt.Equal (0 ms) 2022-11-23T02:58:01.3711177Z [----------] 1 test from TestPowSqrt (0 ms total) 2022-11-23T02:58:01.3711547Z 2022-11-23T02:58:01.3711866Z [----------] 1 test from TestPow 2022-11-23T02:58:01.3712363Z [ RUN ] TestPow.Square 2022-11-23T02:58:01.3713062Z [ OK ] TestPow.Square (0 ms) 2022-11-23T02:58:01.3713603Z [----------] 1 test from TestPow (0 ms total) 2022-11-23T02:58:01.3713930Z 2022-11-23T02:58:01.3714169Z [----------] 1 test from TestSinCosSinhCosh 2022-11-23T02:58:01.3714745Z [ RUN ] TestSinCosSinhCosh.Identity 2022-11-23T02:58:01.3715332Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2022-11-23T02:58:01.3715995Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2022-11-23T02:58:01.3716373Z 2022-11-23T02:58:01.3716590Z [----------] 1 test from TestTan 2022-11-23T02:58:01.3717071Z [ RUN ] TestTan.Identity 2022-11-23T02:58:01.3717551Z [ OK ] TestTan.Identity (0 ms) 2022-11-23T02:58:01.3718213Z [----------] 1 test from TestTan (0 ms total) 2022-11-23T02:58:01.3718513Z 2022-11-23T02:58:01.3718734Z [----------] 1 test from TestTanh 2022-11-23T02:58:01.3719395Z [ RUN ] TestTanh.Identity 2022-11-23T02:58:01.3719891Z [ OK ] TestTanh.Identity (0 ms) 2022-11-23T02:58:01.3720435Z [----------] 1 test from TestTanh (0 ms total) 2022-11-23T02:58:01.3720763Z 2022-11-23T02:58:01.3721044Z [----------] 1 test from TestRevTrigonometric 2022-11-23T02:58:01.3721598Z [ RUN ] TestRevTrigonometric.Rev 2022-11-23T02:58:01.3722214Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2022-11-23T02:58:01.3722895Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2022-11-23T02:58:01.3723310Z 2022-11-23T02:58:01.3723581Z [----------] 1 test from TestRevHyperbolic 2022-11-23T02:58:01.3724380Z [ RUN ] TestRevHyperbolic.Rev 2022-11-23T02:58:01.3725111Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2022-11-23T02:58:01.3725906Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2022-11-23T02:58:01.3726309Z 2022-11-23T02:58:01.3726593Z [----------] Global test environment tear-down 2022-11-23T02:58:01.3733999Z [==========] 12 tests from 11 test suites ran. (0 ms total) 2022-11-23T02:58:01.3734560Z [ PASSED ] 12 tests. 2022-11-23T02:58:01.3822398Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2022-11-23T02:58:01.3958635Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.3959623Z [==========] Running 5 tests from 5 test suites. 2022-11-23T02:58:01.3960291Z [----------] Global test environment set-up. 2022-11-23T02:58:01.3960757Z [----------] 1 test from TestMemory 2022-11-23T02:58:01.3961252Z [ RUN ] TestMemory.ReinterpretCast 2022-11-23T02:58:01.3961709Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2022-11-23T02:58:01.3962042Z [----------] 1 test from TestMemory (0 ms total) 2022-11-23T02:58:01.3962229Z 2022-11-23T02:58:01.3962364Z [----------] 1 test from TestConstructors 2022-11-23T02:58:01.3962660Z [ RUN ] TestConstructors.UnorderedMap 2022-11-23T02:58:01.3963016Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2022-11-23T02:58:01.3963369Z [----------] 1 test from TestConstructors (0 ms total) 2022-11-23T02:58:01.3963570Z 2022-11-23T02:58:01.3963725Z [----------] 1 test from TestArithmeticIntScalar 2022-11-23T02:58:01.3964052Z [ RUN ] TestArithmeticIntScalar.All 2022-11-23T02:58:01.3964384Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2022-11-23T02:58:01.3964732Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2022-11-23T02:58:01.3964948Z 2022-11-23T02:58:01.3965061Z [----------] 1 test from TestIO 2022-11-23T02:58:01.3965311Z [ RUN ] TestIO.All 2022-11-23T02:58:01.3965558Z [ OK ] TestIO.All (0 ms) 2022-11-23T02:58:01.3965834Z [----------] 1 test from TestIO (0 ms total) 2022-11-23T02:58:01.3966008Z 2022-11-23T02:58:01.3966121Z [----------] 1 test from TestStd 2022-11-23T02:58:01.3966375Z [ RUN ] TestStd.BasicFunctions 2022-11-23T02:58:01.3966673Z [ OK ] TestStd.BasicFunctions (0 ms) 2022-11-23T02:58:01.3967229Z [----------] 1 test from TestStd (0 ms total) 2022-11-23T02:58:01.3967403Z 2022-11-23T02:58:01.3967550Z [----------] Global test environment tear-down 2022-11-23T02:58:01.3980535Z [==========] 5 tests from 5 test suites ran. (0 ms total) 2022-11-23T02:58:01.3980836Z [ PASSED ] 5 tests. 2022-11-23T02:58:01.4060202Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2022-11-23T02:58:01.4207921Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.4208566Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:58:01.4224672Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:58:01.4225093Z [ PASSED ] 0 tests. 2022-11-23T02:58:01.4313471Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_cuda_CUDATest.exe" 2022-11-23T02:58:01.4500718Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.4501358Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:01.4501676Z [----------] Global test environment set-up. 2022-11-23T02:58:01.4501971Z [----------] 1 test from CUDATest 2022-11-23T02:58:01.4502242Z [ RUN ] CUDATest.SmokeTest 2022-11-23T02:58:01.5704998Z [ OK ] CUDATest.SmokeTest (120 ms) 2022-11-23T02:58:01.5705408Z [----------] 1 test from CUDATest (120 ms total) 2022-11-23T02:58:01.5705598Z 2022-11-23T02:58:01.5705751Z [----------] Global test environment tear-down 2022-11-23T02:58:01.5722391Z [==========] 1 test from 1 test suite ran. (120 ms total) 2022-11-23T02:58:01.5723026Z [ PASSED ] 1 test. 2022-11-23T02:58:01.6953186Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2022-11-23T02:58:01.7122207Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.7122992Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:01.7123308Z [----------] Global test environment set-up. 2022-11-23T02:58:01.7123743Z [----------] 1 test from DeadlockDetection 2022-11-23T02:58:01.7124168Z [ RUN ] DeadlockDetection.basic 2022-11-23T02:58:01.7124487Z [ OK ] DeadlockDetection.basic (0 ms) 2022-11-23T02:58:01.7124826Z [----------] 1 test from DeadlockDetection (0 ms total) 2022-11-23T02:58:01.7125031Z 2022-11-23T02:58:01.7125180Z [----------] Global test environment tear-down 2022-11-23T02:58:01.7138436Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:58:01.7138757Z [ PASSED ] 1 test. 2022-11-23T02:58:01.7225182Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2022-11-23T02:58:01.7383531Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.7384331Z [==========] Running 2 tests from 2 test suites. 2022-11-23T02:58:01.7384853Z [----------] Global test environment set-up. 2022-11-23T02:58:01.7385195Z [----------] 1 test from DeviceGuard 2022-11-23T02:58:01.7385527Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2022-11-23T02:58:01.7385964Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-11-23T02:58:01.7386346Z [----------] 1 test from DeviceGuard (0 ms total) 2022-11-23T02:58:01.7386536Z 2022-11-23T02:58:01.7386683Z [----------] 1 test from OptionalDeviceGuard 2022-11-23T02:58:01.7387081Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2022-11-23T02:58:01.7387575Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-11-23T02:58:01.7387990Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2022-11-23T02:58:01.7388199Z 2022-11-23T02:58:01.7388346Z [----------] Global test environment tear-down 2022-11-23T02:58:01.7399925Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-11-23T02:58:01.7400621Z [ PASSED ] 2 tests. 2022-11-23T02:58:01.7481415Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2022-11-23T02:58:01.7627881Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.7628445Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:01.7628742Z [----------] Global test environment set-up. 2022-11-23T02:58:01.7629048Z [----------] 1 test from DeviceTest 2022-11-23T02:58:01.7629350Z [ RUN ] DeviceTest.BasicConstruction 2022-11-23T02:58:01.7807331Z [ OK ] DeviceTest.BasicConstruction (17 ms) 2022-11-23T02:58:01.7807769Z [----------] 1 test from DeviceTest (17 ms total) 2022-11-23T02:58:01.7807962Z 2022-11-23T02:58:01.7808111Z [----------] Global test environment tear-down 2022-11-23T02:58:01.7823991Z [==========] 1 test from 1 test suite ran. (18 ms total) 2022-11-23T02:58:01.7824328Z [ PASSED ] 1 test. 2022-11-23T02:58:01.7912983Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2022-11-23T02:58:01.8089446Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.8090052Z [==========] Running 16 tests from 1 test suite. 2022-11-23T02:58:01.8090391Z [----------] Global test environment set-up. 2022-11-23T02:58:01.8090837Z [----------] 16 tests from DispatchKeySet 2022-11-23T02:58:01.8091250Z [ RUN ] DispatchKeySet.ShowSemantics 2022-11-23T02:58:01.8091589Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2022-11-23T02:58:01.8095279Z [ RUN ] DispatchKeySet.Empty 2022-11-23T02:58:01.8097829Z [ OK ] DispatchKeySet.Empty (0 ms) 2022-11-23T02:58:01.8099565Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2022-11-23T02:58:01.8100412Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2022-11-23T02:58:01.8101674Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2022-11-23T02:58:01.8102913Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2022-11-23T02:58:01.8107018Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2022-11-23T02:58:01.8108000Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2022-11-23T02:58:01.8108835Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2022-11-23T02:58:01.8125008Z [ OK ] DispatchKeySet.DoubletonPerBackend (3 ms) 2022-11-23T02:58:01.8125674Z [ RUN ] DispatchKeySet.Full 2022-11-23T02:58:01.8125974Z [ OK ] DispatchKeySet.Full (0 ms) 2022-11-23T02:58:01.8126429Z [ RUN ] DispatchKeySet.IteratorBasicOps 2022-11-23T02:58:01.8127019Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2022-11-23T02:58:01.8127433Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2022-11-23T02:58:01.8127885Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2022-11-23T02:58:01.8128265Z [ RUN ] DispatchKeySet.IteratorEmpty 2022-11-23T02:58:01.8128604Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2022-11-23T02:58:01.8128962Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2022-11-23T02:58:01.8129341Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2022-11-23T02:58:01.8129693Z [ RUN ] DispatchKeySet.IteratorFull 2022-11-23T02:58:01.8130002Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2022-11-23T02:58:01.8130341Z [ RUN ] DispatchKeySet.FailAtEndIterator 2022-11-23T02:58:01.8304027Z [ OK ] DispatchKeySet.FailAtEndIterator (17 ms) 2022-11-23T02:58:01.8304568Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2022-11-23T02:58:01.8305308Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2022-11-23T02:58:01.8305774Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2022-11-23T02:58:01.8306237Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2022-11-23T02:58:01.8306723Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2022-11-23T02:58:01.8307495Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2022-11-23T02:58:01.8307928Z [----------] 16 tests from DispatchKeySet (21 ms total) 2022-11-23T02:58:01.8308130Z 2022-11-23T02:58:01.8308280Z [----------] Global test environment tear-down 2022-11-23T02:58:01.8326281Z [==========] 16 tests from 1 test suite ran. (21 ms total) 2022-11-23T02:58:01.8326880Z [ PASSED ] 16 tests. 2022-11-23T02:58:01.8416467Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_either_test.exe" 2022-11-23T02:58:01.8559501Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.8560003Z [==========] Running 83 tests from 2 test suites. 2022-11-23T02:58:01.8560382Z [----------] Global test environment set-up. 2022-11-23T02:58:01.8560827Z [----------] 73 tests from EitherTest 2022-11-23T02:58:01.8561285Z [ RUN ] EitherTest.SpaceUsage 2022-11-23T02:58:01.8561592Z [ OK ] EitherTest.SpaceUsage (0 ms) 2022-11-23T02:58:01.8561999Z [ RUN ] EitherTest.givenLeft 2022-11-23T02:58:01.8562512Z [ OK ] EitherTest.givenLeft (0 ms) 2022-11-23T02:58:01.8563043Z [ RUN ] EitherTest.givenRight 2022-11-23T02:58:01.8563390Z [ OK ] EitherTest.givenRight (0 ms) 2022-11-23T02:58:01.8563747Z [ RUN ] EitherTest.givenMakeLeft 2022-11-23T02:58:01.8564040Z [ OK ] EitherTest.givenMakeLeft (0 ms) 2022-11-23T02:58:01.8564592Z [ RUN ] EitherTest.givenMakeLeftWithSameType 2022-11-23T02:58:01.8565220Z [ OK ] EitherTest.givenMakeLeftWithSameType (0 ms) 2022-11-23T02:58:01.8565865Z [ RUN ] EitherTest.givenMakeRight 2022-11-23T02:58:01.8566332Z [ OK ] EitherTest.givenMakeRight (0 ms) 2022-11-23T02:58:01.8566682Z [ RUN ] EitherTest.givenMakeRightWithSameType 2022-11-23T02:58:01.8567149Z [ OK ] EitherTest.givenMakeRightWithSameType (0 ms) 2022-11-23T02:58:01.8567700Z [ RUN ] EitherTest.givenMovableOnlyMakeLeft 2022-11-23T02:58:01.8568356Z [ OK ] EitherTest.givenMovableOnlyMakeLeft (0 ms) 2022-11-23T02:58:01.8568899Z [ RUN ] EitherTest.givenMovableOnlyMakeRight 2022-11-23T02:58:01.8569642Z [ OK ] EitherTest.givenMovableOnlyMakeRight (0 ms) 2022-11-23T02:58:01.8570140Z [ RUN ] EitherTest.givenMultiParamMakeLeft 2022-11-23T02:58:01.8570580Z [ OK ] EitherTest.givenMultiParamMakeLeft (0 ms) 2022-11-23T02:58:01.8571060Z [ RUN ] EitherTest.givenMultiParamMakeRight 2022-11-23T02:58:01.8571573Z [ OK ] EitherTest.givenMultiParamMakeRight (0 ms) 2022-11-23T02:58:01.8572116Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8572804Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8573582Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8574159Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8574678Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8575316Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8576050Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8576755Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8577433Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8578078Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8578933Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8579824Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8580423Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8581349Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8582243Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8583248Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8583894Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8584576Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8585060Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8585542Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8586080Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8586749Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8587281Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8588125Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8588628Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8589465Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8590101Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8590728Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8591249Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect 2022-11-23T02:58:01.8591861Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8592352Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect 2022-11-23T02:58:01.8592838Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8593299Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect 2022-11-23T02:58:01.8593745Z [ OK ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8594189Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect 2022-11-23T02:58:01.8594624Z [ OK ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8595228Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8595849Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8596348Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8596966Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8597435Z [ RUN ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect 2022-11-23T02:58:01.8597888Z [ OK ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8598340Z [ RUN ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect 2022-11-23T02:58:01.8598766Z [ OK ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8599235Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8599730Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8600225Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8600719Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8601186Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect 2022-11-23T02:58:01.8601614Z [ OK ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8602200Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect 2022-11-23T02:58:01.8602746Z [ OK ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8603508Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8603995Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8604478Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8604940Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8605406Z [ RUN ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect 2022-11-23T02:58:01.8605856Z [ OK ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8606306Z [ RUN ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect 2022-11-23T02:58:01.8606753Z [ OK ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8607219Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8607691Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8608185Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8608821Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8609403Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect 2022-11-23T02:58:01.8609958Z [ OK ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8610420Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect 2022-11-23T02:58:01.8610822Z [ OK ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8611372Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8611865Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8612333Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8612802Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8613243Z [ RUN ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect 2022-11-23T02:58:01.8613667Z [ OK ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8614073Z [ RUN ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect 2022-11-23T02:58:01.8614495Z [ OK ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8614948Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8615568Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8616266Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8616767Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8617193Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect 2022-11-23T02:58:01.8617618Z [ OK ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8618034Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect 2022-11-23T02:58:01.8618450Z [ OK ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8618891Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8619360Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8619806Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8620272Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8620717Z [ RUN ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect 2022-11-23T02:58:01.8621146Z [ OK ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8621690Z [ RUN ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect 2022-11-23T02:58:01.8622250Z [ OK ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8622971Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:58:01.8623453Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:58:01.8623923Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:58:01.8624390Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:58:01.8624825Z [ RUN ] EitherTest.givenLeft_whenModified_thenValueIsChanged 2022-11-23T02:58:01.8625243Z [ OK ] EitherTest.givenLeft_whenModified_thenValueIsChanged (0 ms) 2022-11-23T02:58:01.8625636Z [ RUN ] EitherTest.givenRight_whenModified_thenValueIsChanged 2022-11-23T02:58:01.8626050Z [ OK ] EitherTest.givenRight_whenModified_thenValueIsChanged (0 ms) 2022-11-23T02:58:01.8626439Z [ RUN ] EitherTest.canEmplaceConstructLeft 2022-11-23T02:58:01.8626812Z [ OK ] EitherTest.canEmplaceConstructLeft (0 ms) 2022-11-23T02:58:01.8627183Z [ RUN ] EitherTest.canEmplaceConstructRight 2022-11-23T02:58:01.8627559Z [ OK ] EitherTest.canEmplaceConstructRight (0 ms) 2022-11-23T02:58:01.8627910Z [ RUN ] EitherTest.givenEqualLefts_thenAreEqual 2022-11-23T02:58:01.8628403Z [ OK ] EitherTest.givenEqualLefts_thenAreEqual (0 ms) 2022-11-23T02:58:01.8628784Z [ RUN ] EitherTest.givenEqualLefts_thenAreNotUnequal 2022-11-23T02:58:01.8629491Z [ OK ] EitherTest.givenEqualLefts_thenAreNotUnequal (0 ms) 2022-11-23T02:58:01.8629891Z [ RUN ] EitherTest.givenEqualRights_thenAreEqual 2022-11-23T02:58:01.8630367Z [ OK ] EitherTest.givenEqualRights_thenAreEqual (0 ms) 2022-11-23T02:58:01.8630756Z [ RUN ] EitherTest.givenEqualRights_thenAreNotUnequal 2022-11-23T02:58:01.8631281Z [ OK ] EitherTest.givenEqualRights_thenAreNotUnequal (0 ms) 2022-11-23T02:58:01.8631726Z [ RUN ] EitherTest.givenLeftAndRight_thenAreNotEqual 2022-11-23T02:58:01.8632130Z [ OK ] EitherTest.givenLeftAndRight_thenAreNotEqual (0 ms) 2022-11-23T02:58:01.8632521Z [ RUN ] EitherTest.givenLeftAndRight_thenAreUnequal 2022-11-23T02:58:01.8632908Z [ OK ] EitherTest.givenLeftAndRight_thenAreUnequal (0 ms) 2022-11-23T02:58:01.8633226Z [ RUN ] EitherTest.OutputLeft 2022-11-23T02:58:01.8633525Z [ OK ] EitherTest.OutputLeft (0 ms) 2022-11-23T02:58:01.8633819Z [ RUN ] EitherTest.OutputRight 2022-11-23T02:58:01.8634118Z [ OK ] EitherTest.OutputRight (0 ms) 2022-11-23T02:58:01.8634505Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual 2022-11-23T02:58:01.8635097Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual (0 ms) 2022-11-23T02:58:01.8635568Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal 2022-11-23T02:58:01.8636386Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal (0 ms) 2022-11-23T02:58:01.8636793Z [----------] 73 tests from EitherTest (2 ms total) 2022-11-23T02:58:01.8636991Z 2022-11-23T02:58:01.8637138Z [----------] 10 tests from EitherTest_Destructor 2022-11-23T02:58:01.8637498Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalled 2022-11-23T02:58:01.8637874Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalled (0 ms) 2022-11-23T02:58:01.8638273Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalled 2022-11-23T02:58:01.8638676Z [ OK ] EitherTest_Destructor.RightDestructorIsCalled (0 ms) 2022-11-23T02:58:01.8639112Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying 2022-11-23T02:58:01.8639590Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying (0 ms) 2022-11-23T02:58:01.8640309Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying 2022-11-23T02:58:01.8641024Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying (0 ms) 2022-11-23T02:58:01.8641721Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving 2022-11-23T02:58:01.8643353Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving (0 ms) 2022-11-23T02:58:01.8643898Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving 2022-11-23T02:58:01.8644439Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving (0 ms) 2022-11-23T02:58:01.8644986Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment 2022-11-23T02:58:01.8645548Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment (0 ms) 2022-11-23T02:58:01.8646064Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment 2022-11-23T02:58:01.8660689Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment (0 ms) 2022-11-23T02:58:01.8661322Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment 2022-11-23T02:58:01.8661886Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment (0 ms) 2022-11-23T02:58:01.8662612Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment 2022-11-23T02:58:01.8663170Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment (0 ms) 2022-11-23T02:58:01.8663867Z [----------] 10 tests from EitherTest_Destructor (0 ms total) 2022-11-23T02:58:01.8664062Z 2022-11-23T02:58:01.8664213Z [----------] Global test environment tear-down 2022-11-23T02:58:01.8664538Z [==========] 83 tests from 2 test suites ran. (3 ms total) 2022-11-23T02:58:01.8664815Z [ PASSED ] 83 tests. 2022-11-23T02:58:01.8722123Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2022-11-23T02:58:01.8877585Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.8878104Z [==========] Running 5 tests from 2 test suites. 2022-11-23T02:58:01.8878441Z [----------] Global test environment set-up. 2022-11-23T02:58:01.8878732Z [----------] 4 tests from ExceptionTest 2022-11-23T02:58:01.8879086Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2022-11-23T02:58:01.8879462Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2022-11-23T02:58:01.8879811Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2022-11-23T02:58:01.8992047Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.9062840Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (18 ms) 2022-11-23T02:58:01.9063310Z [ RUN ] ExceptionTest.ErrorFormatting 2022-11-23T02:58:01.9249109Z [ OK ] ExceptionTest.ErrorFormatting (18 ms) 2022-11-23T02:58:01.9249647Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2022-11-23T02:58:01.9250522Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2022-11-23T02:58:01.9251470Z [W C:\actions-runner\_work\pytorch\pytorch\c10\test\util\exception_test.cpp:46] Warning: I'm a warning (function TestBody) 2022-11-23T02:58:01.9251964Z [----------] 4 tests from ExceptionTest (37 ms total) 2022-11-23T02:58:01.9252162Z 2022-11-23T02:58:01.9252286Z [----------] 1 test from WarningTest 2022-11-23T02:58:01.9252713Z [ RUN ] WarningTest.JustPrintWarning 2022-11-23T02:58:01.9253068Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2022-11-23T02:58:01.9253525Z [----------] 1 test from WarningTest (0 ms total) 2022-11-23T02:58:01.9253834Z 2022-11-23T02:58:01.9253983Z [----------] Global test environment tear-down 2022-11-23T02:58:01.9270750Z [==========] 5 tests from 2 test suites ran. (37 ms total) 2022-11-23T02:58:01.9271058Z [ PASSED ] 5 tests. 2022-11-23T02:58:01.9393361Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2022-11-23T02:58:01.9558289Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.9558782Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:01.9559112Z [----------] Global test environment set-up. 2022-11-23T02:58:01.9559677Z [----------] 1 test from FlagsTest 2022-11-23T02:58:01.9559985Z [ RUN ] FlagsTest.TestGflagsCorrectness 2022-11-23T02:58:01.9560499Z Caffe2 is not built with gflags. Nothing to test here. 2022-11-23T02:58:01.9560843Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2022-11-23T02:58:01.9561326Z [----------] 1 test from FlagsTest (0 ms total) 2022-11-23T02:58:01.9561702Z 2022-11-23T02:58:01.9561858Z [----------] Global test environment tear-down 2022-11-23T02:58:01.9579593Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:58:01.9580112Z [ PASSED ] 1 test. 2022-11-23T02:58:01.9674225Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2022-11-23T02:58:01.9810253Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:01.9810762Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:01.9811117Z [----------] Global test environment set-up. 2022-11-23T02:58:01.9811457Z [----------] 1 test from HalfDoubleConversionTest 2022-11-23T02:58:01.9811818Z [ RUN ] HalfDoubleConversionTest.Half2Double 2022-11-23T02:58:01.9812338Z [ OK ] HalfDoubleConversionTest.Half2Double (0 ms) 2022-11-23T02:58:01.9812726Z [----------] 1 test from HalfDoubleConversionTest (0 ms total) 2022-11-23T02:58:01.9812952Z 2022-11-23T02:58:01.9813201Z [----------] Global test environment tear-down 2022-11-23T02:58:01.9827527Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:58:01.9827938Z [ PASSED ] 1 test. 2022-11-23T02:58:01.9907797Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2022-11-23T02:58:02.0052526Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:02.0053016Z [==========] Running 9 tests from 2 test suites. 2022-11-23T02:58:02.0053381Z [----------] Global test environment set-up. 2022-11-23T02:58:02.0053684Z [----------] 5 tests from InlineDeviceGuard 2022-11-23T02:58:02.0054009Z [ RUN ] InlineDeviceGuard.Constructor 2022-11-23T02:58:02.0054349Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2022-11-23T02:58:02.0054699Z [ RUN ] InlineDeviceGuard.ConstructorError 2022-11-23T02:58:02.0227164Z [ OK ] InlineDeviceGuard.ConstructorError (17 ms) 2022-11-23T02:58:02.0227799Z [ RUN ] InlineDeviceGuard.SetDevice 2022-11-23T02:58:02.0228124Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2022-11-23T02:58:02.0228604Z [ RUN ] InlineDeviceGuard.ResetDevice 2022-11-23T02:58:02.0228969Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2022-11-23T02:58:02.0229304Z [ RUN ] InlineDeviceGuard.SetIndex 2022-11-23T02:58:02.0229863Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2022-11-23T02:58:02.0230208Z [----------] 5 tests from InlineDeviceGuard (17 ms total) 2022-11-23T02:58:02.0230419Z 2022-11-23T02:58:02.0230605Z [----------] 4 tests from InlineOptionalDeviceGuard 2022-11-23T02:58:02.0230970Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2022-11-23T02:58:02.0231359Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2022-11-23T02:58:02.0231770Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2022-11-23T02:58:02.0232202Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2022-11-23T02:58:02.0232592Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2022-11-23T02:58:02.0232970Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2022-11-23T02:58:02.0233339Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2022-11-23T02:58:02.0233708Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2022-11-23T02:58:02.0234103Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2022-11-23T02:58:02.0234325Z 2022-11-23T02:58:02.0234469Z [----------] Global test environment tear-down 2022-11-23T02:58:02.0250692Z [==========] 9 tests from 2 test suites ran. (17 ms total) 2022-11-23T02:58:02.0251532Z [ PASSED ] 9 tests. 2022-11-23T02:58:02.0350884Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2022-11-23T02:58:02.0525835Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:02.0526576Z [==========] Running 8 tests from 3 test suites. 2022-11-23T02:58:02.0526989Z [----------] Global test environment set-up. 2022-11-23T02:58:02.0527309Z [----------] 4 tests from InlineStreamGuard 2022-11-23T02:58:02.0527606Z [ RUN ] InlineStreamGuard.Constructor 2022-11-23T02:58:02.0527972Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2022-11-23T02:58:02.0528360Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2022-11-23T02:58:02.0528785Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2022-11-23T02:58:02.0529386Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2022-11-23T02:58:02.0529976Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2022-11-23T02:58:02.0530527Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2022-11-23T02:58:02.0530961Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-11-23T02:58:02.0531365Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2022-11-23T02:58:02.0531570Z 2022-11-23T02:58:02.0531737Z [----------] 3 tests from InlineOptionalStreamGuard 2022-11-23T02:58:02.0532101Z [ RUN ] InlineOptionalStreamGuard.Constructor 2022-11-23T02:58:02.0532487Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2022-11-23T02:58:02.0533125Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2022-11-23T02:58:02.0533608Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2022-11-23T02:58:02.0534079Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2022-11-23T02:58:02.0534568Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-11-23T02:58:02.0535028Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2022-11-23T02:58:02.0535252Z 2022-11-23T02:58:02.0535405Z [----------] 1 test from InlineMultiStreamGuard 2022-11-23T02:58:02.0535886Z [ RUN ] InlineMultiStreamGuard.Constructor 2022-11-23T02:58:02.0536275Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2022-11-23T02:58:02.0536760Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2022-11-23T02:58:02.0537104Z 2022-11-23T02:58:02.0537254Z [----------] Global test environment tear-down 2022-11-23T02:58:02.0546357Z [==========] 8 tests from 3 test suites ran. (0 ms total) 2022-11-23T02:58:02.0546684Z [ PASSED ] 8 tests. 2022-11-23T02:58:02.0631905Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2022-11-23T02:58:02.0812051Z 2022-11-23T02:58:02+00:00 2022-11-23T02:58:02.0812665Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2022-11-23T02:58:02.0813379Z Run on (8 X 2300 MHz CPU s) 2022-11-23T02:58:02.0813622Z CPU Caches: 2022-11-23T02:58:02.0813849Z L1 Data 32 KiB (x4) 2022-11-23T02:58:02.0814081Z L1 Instruction 32 KiB (x4) 2022-11-23T02:58:02.0814333Z L2 Unified 256 KiB (x4) 2022-11-23T02:58:02.0814578Z L3 Unified 46080 KiB (x1) 2022-11-23T02:58:02.9183333Z ---------------------------------------------------------------------------- 2022-11-23T02:58:02.9183810Z Benchmark Time CPU Iterations 2022-11-23T02:58:02.9184337Z ---------------------------------------------------------------------------- 2022-11-23T02:58:02.9184776Z BM_IntrusivePtrCtorDtor 17.3 ns 17.2 ns 37333333 2022-11-23T02:58:03.7330801Z BM_SharedPtrCtorDtor 14.6 ns 14.3 ns 44800000 2022-11-23T02:58:04.7603456Z BM_IntrusivePtrArray/16 287 ns 283 ns 2488889 2022-11-23T02:58:05.3719053Z BM_IntrusivePtrArray/32 596 ns 593 ns 896000 2022-11-23T02:58:06.2246947Z BM_IntrusivePtrArray/64 1141 ns 1147 ns 640000 2022-11-23T02:58:07.1345324Z BM_IntrusivePtrArray/128 2219 ns 2145 ns 298667 2022-11-23T02:58:08.3598398Z BM_IntrusivePtrArray/256 4667 ns 4551 ns 154483 2022-11-23T02:58:09.1238390Z BM_IntrusivePtrArray/512 8921 ns 8789 ns 74667 2022-11-23T02:58:10.0894988Z BM_IntrusivePtrArray/1024 18741 ns 18799 ns 40727 2022-11-23T02:58:11.1874671Z BM_IntrusivePtrArray/2048 35590 ns 35296 ns 19478 2022-11-23T02:58:12.1136485Z BM_IntrusivePtrArray/4096 75444 ns 76730 ns 11200 2022-11-23T02:58:13.1413727Z BM_SharedPtrArray/16 319 ns 315 ns 2036364 2022-11-23T02:58:13.9293803Z BM_SharedPtrArray/32 640 ns 642 ns 1120000 2022-11-23T02:58:14.8160408Z BM_SharedPtrArray/64 1329 ns 1311 ns 560000 2022-11-23T02:58:15.8759045Z BM_SharedPtrArray/128 2603 ns 2668 ns 298667 2022-11-23T02:58:16.4441370Z BM_SharedPtrArray/256 5105 ns 5156 ns 100000 2022-11-23T02:58:17.4783623Z BM_SharedPtrArray/512 10267 ns 10114 ns 89600 2022-11-23T02:58:18.4668329Z BM_SharedPtrArray/1024 20391 ns 20089 ns 37333 2022-11-23T02:58:19.6471817Z BM_SharedPtrArray/2048 43707 ns 43316 ns 16593 2022-11-23T02:58:20.3719315Z BM_SharedPtrArray/4096 83617 ns 83702 ns 7467 2022-11-23T02:58:21.0172544Z BM_IntrusivePtrExclusiveOwnership 83.9 ns 83.0 ns 6400000 2022-11-23T02:58:21.7355749Z BM_SharedPtrExclusiveOwnership 95.2 ns 95.2 ns 6400000 2022-11-23T02:58:21.7438811Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2022-11-23T02:58:21.7610235Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:21.7611308Z [==========] Running 324 tests from 4 test suites. 2022-11-23T02:58:21.7611909Z [----------] Global test environment set-up. 2022-11-23T02:58:21.7612506Z [----------] 5 tests from MakeIntrusiveTest 2022-11-23T02:58:21.7613136Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2022-11-23T02:58:21.7613869Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2022-11-23T02:58:21.7614564Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2022-11-23T02:58:21.7614980Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2022-11-23T02:58:21.7615555Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2022-11-23T02:58:21.7616045Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2022-11-23T02:58:21.7616434Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2022-11-23T02:58:21.7617137Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2022-11-23T02:58:21.7617880Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2022-11-23T02:58:21.7618386Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2022-11-23T02:58:21.7618956Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2022-11-23T02:58:21.7619329Z 2022-11-23T02:58:21.7619616Z [----------] 1 test from IntrusivePtrTargetTest 2022-11-23T02:58:21.7620336Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2022-11-23T02:58:21.7621323Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2022-11-23T02:58:21.7622216Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2022-11-23T02:58:21.7622688Z 2022-11-23T02:58:21.7622958Z [----------] 146 tests from IntrusivePtrTest 2022-11-23T02:58:21.7623650Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2022-11-23T02:58:21.7624804Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2022-11-23T02:58:21.7625709Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2022-11-23T02:58:21.7626625Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2022-11-23T02:58:21.7627470Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2022-11-23T02:58:21.7628464Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2022-11-23T02:58:21.7629855Z [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 2022-11-23T02:58:21.7630817Z [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 2022-11-23T02:58:21.7631770Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2022-11-23T02:58:21.7632731Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:58:21.7633714Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2022-11-23T02:58:21.7634808Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:58:21.7635915Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2022-11-23T02:58:21.7636986Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:58:21.7638021Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2022-11-23T02:58:21.7639066Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:58:21.7640314Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7641342Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7642427Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-11-23T02:58:21.7643859Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7644865Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-11-23T02:58:21.7645929Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7646950Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-11-23T02:58:21.7647911Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:58:21.7649007Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-11-23T02:58:21.7650148Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:58:21.7650856Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-11-23T02:58:21.7651750Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7652487Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7653256Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7654254Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-11-23T02:58:21.7655296Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:58:21.7656442Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7657592Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7658407Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7659456Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7660691Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7661669Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7662777Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7664007Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7665140Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7665913Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7666555Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7667133Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7667670Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7668182Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7668682Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-11-23T02:58:21.7669173Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-11-23T02:58:21.7670568Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-11-23T02:58:21.7671171Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7671687Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-11-23T02:58:21.7672186Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:58:21.7672705Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-11-23T02:58:21.7673220Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:58:21.7673927Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-11-23T02:58:21.7674437Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7675238Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7675812Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7676376Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7676930Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7677495Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7678065Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7678618Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7679188Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7679774Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-11-23T02:58:21.7680378Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:58:21.7680967Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7681541Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7682213Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-11-23T02:58:21.7682691Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7683178Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-11-23T02:58:21.7683667Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7684154Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-11-23T02:58:21.7684641Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:58:21.7685162Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7685715Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7686272Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7686821Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7687363Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7687902Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7688436Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-11-23T02:58:21.7689059Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-11-23T02:58:21.7689652Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7690436Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7691324Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7691924Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7692461Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-11-23T02:58:21.7692955Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7693441Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-11-23T02:58:21.7693911Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-11-23T02:58:21.7694387Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-11-23T02:58:21.7694866Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:58:21.7695398Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7695964Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7696517Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7697065Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7697589Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7698138Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7698677Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-11-23T02:58:21.7699217Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7699925Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7700567Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7701182Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7701760Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7702215Z [ RUN ] IntrusivePtrTest.SwapFunction 2022-11-23T02:58:21.7702551Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2022-11-23T02:58:21.7702886Z [ RUN ] IntrusivePtrTest.SwapMethod 2022-11-23T02:58:21.7703217Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2022-11-23T02:58:21.7703583Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2022-11-23T02:58:21.7703976Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-11-23T02:58:21.7704375Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2022-11-23T02:58:21.7704768Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-11-23T02:58:21.7705164Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2022-11-23T02:58:21.7705571Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-11-23T02:58:21.7705946Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2022-11-23T02:58:21.7706335Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-11-23T02:58:21.7706755Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-11-23T02:58:21.7707205Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-11-23T02:58:21.7707741Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-11-23T02:58:21.7708205Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-11-23T02:58:21.7708595Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2022-11-23T02:58:21.7708979Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2022-11-23T02:58:21.7709347Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2022-11-23T02:58:21.7709692Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2022-11-23T02:58:21.7710114Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2022-11-23T02:58:21.7710519Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-11-23T02:58:21.7710870Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2022-11-23T02:58:21.7711216Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2022-11-23T02:58:21.7711588Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2022-11-23T02:58:21.7711990Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-11-23T02:58:21.7712394Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2022-11-23T02:58:21.7712777Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-11-23T02:58:21.7713173Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2022-11-23T02:58:21.7713565Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-11-23T02:58:21.7713932Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2022-11-23T02:58:21.7714275Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2022-11-23T02:58:21.7714606Z [ RUN ] IntrusivePtrTest.Inequality 2022-11-23T02:58:21.7714916Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2022-11-23T02:58:21.7715263Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2022-11-23T02:58:21.7715631Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2022-11-23T02:58:21.7716006Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2022-11-23T02:58:21.7716383Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2022-11-23T02:58:21.7716745Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2022-11-23T02:58:21.7717085Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2022-11-23T02:58:21.7717473Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-11-23T02:58:21.7717890Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-11-23T02:58:21.7718416Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-11-23T02:58:21.7718824Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-11-23T02:58:21.7719229Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-11-23T02:58:21.7719616Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-11-23T02:58:21.7720003Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2022-11-23T02:58:21.7720372Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2022-11-23T02:58:21.7720705Z [ RUN ] IntrusivePtrTest.OneIsLess 2022-11-23T02:58:21.7721026Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2022-11-23T02:58:21.7721346Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2022-11-23T02:58:21.7721879Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2022-11-23T02:58:21.7722354Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2022-11-23T02:58:21.7722717Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2022-11-23T02:58:21.7723247Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2022-11-23T02:58:21.7723681Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2022-11-23T02:58:21.7724100Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2022-11-23T02:58:21.7724533Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2022-11-23T02:58:21.7724969Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2022-11-23T02:58:21.7725414Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2022-11-23T02:58:21.7725859Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-11-23T02:58:21.7726402Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-11-23T02:58:21.7726927Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7727516Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7728134Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7728781Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7729338Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-11-23T02:58:21.7729811Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7730307Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:58:21.7730822Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7731403Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7732044Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7732711Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7733404Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7734089Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7734776Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7735408Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7735966Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7736562Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7737292Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7737924Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7738570Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7739249Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7739970Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7740657Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7741351Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7742085Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7742854Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7743552Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7744188Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7744935Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7745650Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7746324Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7747000Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7747706Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7748449Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7749054Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-11-23T02:58:21.7749532Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7750035Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:58:21.7750544Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7751131Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7751769Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7752432Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7753124Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7753813Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7754499Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7755052Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-11-23T02:58:21.7755576Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-11-23T02:58:21.7756077Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-11-23T02:58:21.7756649Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-11-23T02:58:21.7757245Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-11-23T02:58:21.7757865Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-11-23T02:58:21.7758462Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-11-23T02:58:21.7759097Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-11-23T02:58:21.7759889Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-11-23T02:58:21.7760462Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-11-23T02:58:21.7760962Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2022-11-23T02:58:21.7761408Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-11-23T02:58:21.7761855Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2022-11-23T02:58:21.7762297Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-11-23T02:58:21.7762714Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2022-11-23T02:58:21.7763136Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-11-23T02:58:21.7763652Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2022-11-23T02:58:21.7764252Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-11-23T02:58:21.7764836Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-11-23T02:58:21.7765509Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7766167Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2022-11-23T02:58:21.7766825Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2022-11-23T02:58:21.7767489Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2022-11-23T02:58:21.7768171Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:58:21.7768865Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2022-11-23T02:58:21.7769809Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2022-11-23T02:58:21.7770336Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2022-11-23T02:58:21.7770772Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:58:21.7771188Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2022-11-23T02:58:21.7771598Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2022-11-23T02:58:21.7772046Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-11-23T02:58:21.7772626Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7773082Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2022-11-23T02:58:21.7773537Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2022-11-23T02:58:21.7774012Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-11-23T02:58:21.7774502Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:58:21.7774983Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2022-11-23T02:58:21.7775467Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2022-11-23T02:58:21.7775916Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-11-23T02:58:21.7776367Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7777005Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2022-11-23T02:58:21.7777440Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2022-11-23T02:58:21.7777891Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-11-23T02:58:21.7778858Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:58:21.7779753Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2022-11-23T02:58:21.7780632Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2022-11-23T02:58:21.7781114Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2022-11-23T02:58:21.7781596Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2022-11-23T02:58:21.7782068Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2022-11-23T02:58:21.7782540Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2022-11-23T02:58:21.7783006Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2022-11-23T02:58:21.7783495Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2022-11-23T02:58:21.7783979Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2022-11-23T02:58:21.7784458Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2022-11-23T02:58:21.7784974Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2022-11-23T02:58:21.7785526Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7786190Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2022-11-23T02:58:21.7786738Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-11-23T02:58:21.7787274Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2022-11-23T02:58:21.7787826Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7788360Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2022-11-23T02:58:21.7788889Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-11-23T02:58:21.7789371Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2022-11-23T02:58:21.7789810Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2022-11-23T02:58:21.7790257Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2022-11-23T02:58:21.7790711Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2022-11-23T02:58:21.7791203Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2022-11-23T02:58:21.7791731Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7792251Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2022-11-23T02:58:21.7792762Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-11-23T02:58:21.7793264Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2022-11-23T02:58:21.7793790Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7794305Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2022-11-23T02:58:21.7794817Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-11-23T02:58:21.7795311Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-11-23T02:58:21.7795793Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:58:21.7796265Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-11-23T02:58:21.7796896Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:58:21.7797379Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2022-11-23T02:58:21.7797856Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:58:21.7798336Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2022-11-23T02:58:21.7798832Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:58:21.7799265Z [----------] 146 tests from IntrusivePtrTest (2 ms total) 2022-11-23T02:58:21.7799472Z 2022-11-23T02:58:21.7799615Z [----------] 172 tests from WeakIntrusivePtrTest 2022-11-23T02:58:21.7800042Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2022-11-23T02:58:21.7800552Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2022-11-23T02:58:21.7801055Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2022-11-23T02:58:21.7801536Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2022-11-23T02:58:21.7802011Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2022-11-23T02:58:21.7802466Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2022-11-23T02:58:21.7802890Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2022-11-23T02:58:21.7803276Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2022-11-23T02:58:21.7803816Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7804373Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7804903Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-11-23T02:58:21.7805431Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7805869Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2022-11-23T02:58:21.7806268Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2022-11-23T02:58:21.7806736Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-11-23T02:58:21.7807278Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7807824Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-11-23T02:58:21.7808383Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7808907Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-11-23T02:58:21.7809427Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:58:21.7810003Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7810550Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7811084Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-11-23T02:58:21.7811625Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:58:21.7812163Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-11-23T02:58:21.7812691Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7813228Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7813773Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7814431Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-11-23T02:58:21.7814975Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:58:21.7815534Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-11-23T02:58:21.7816107Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7816681Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-11-23T02:58:21.7817296Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:58:21.7817909Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2022-11-23T02:58:21.7818525Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:58:21.7819127Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7819709Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7820285Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7820845Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7821429Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7822113Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7822738Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7823322Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7823944Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7824596Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7825220Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7825800Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7826397Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7826995Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7827624Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7828287Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7828914Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7829511Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7830051Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7830578Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7831102Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-11-23T02:58:21.7831622Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-11-23T02:58:21.7832157Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-11-23T02:58:21.7832826Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7833363Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-11-23T02:58:21.7833865Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:58:21.7834394Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-11-23T02:58:21.7834934Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7835476Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-11-23T02:58:21.7836015Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:58:21.7836555Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-11-23T02:58:21.7837090Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7837628Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2022-11-23T02:58:21.7838169Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7838895Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-11-23T02:58:21.7839532Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:58:21.7840191Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-11-23T02:58:21.7840793Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7841360Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7841951Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7842530Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7843107Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7843696Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7844285Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7844878Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7845465Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7846052Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-11-23T02:58:21.7846678Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:58:21.7847287Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7847883Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7848475Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7849077Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7849684Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:58:21.7850495Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:58:21.7851225Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7852000Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7852558Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-11-23T02:58:21.7853072Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7853582Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-11-23T02:58:21.7854097Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7854587Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-11-23T02:58:21.7855086Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:58:21.7855640Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7856226Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7856819Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7857408Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7857984Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7858635Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7859231Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7859802Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7860372Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-11-23T02:58:21.7860926Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-11-23T02:58:21.7861528Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7862186Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7862831Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7863496Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7864131Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7864751Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7865310Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-11-23T02:58:21.7865823Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7866329Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-11-23T02:58:21.7867092Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-11-23T02:58:21.7867602Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-11-23T02:58:21.7868109Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:58:21.7868660Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7869249Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7870617Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7871216Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7871780Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:58:21.7872352Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:58:21.7872920Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:58:21.7873493Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:58:21.7874054Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-11-23T02:58:21.7874622Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7875234Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7875878Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7876537Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:58:21.7877201Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:58:21.7877931Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:58:21.7878570Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:58:21.7879048Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2022-11-23T02:58:21.7879417Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2022-11-23T02:58:21.7879756Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2022-11-23T02:58:21.7880204Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2022-11-23T02:58:21.7881060Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2022-11-23T02:58:21.7882031Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-11-23T02:58:21.7882707Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2022-11-23T02:58:21.7883133Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-11-23T02:58:21.7883543Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2022-11-23T02:58:21.7883974Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-11-23T02:58:21.7884396Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2022-11-23T02:58:21.7884815Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-11-23T02:58:21.7885268Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-11-23T02:58:21.7885749Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-11-23T02:58:21.7886205Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-11-23T02:58:21.7886666Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-11-23T02:58:21.7887256Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2022-11-23T02:58:21.7888241Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2022-11-23T02:58:21.7889181Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2022-11-23T02:58:21.7889861Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2022-11-23T02:58:21.7890300Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2022-11-23T02:58:21.7890761Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2022-11-23T02:58:21.7891218Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2022-11-23T02:58:21.7891806Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2022-11-23T02:58:21.7892310Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2022-11-23T02:58:21.7892854Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-11-23T02:58:21.7893374Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2022-11-23T02:58:21.7893902Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-11-23T02:58:21.7894878Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2022-11-23T02:58:21.7895629Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2022-11-23T02:58:21.7896061Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2022-11-23T02:58:21.7896805Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2022-11-23T02:58:21.7897191Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2022-11-23T02:58:21.7897613Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-11-23T02:58:21.7898020Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2022-11-23T02:58:21.7898386Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2022-11-23T02:58:21.7898778Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2022-11-23T02:58:21.7899182Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-11-23T02:58:21.7899602Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2022-11-23T02:58:21.7900021Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-11-23T02:58:21.7900440Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2022-11-23T02:58:21.7900958Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-11-23T02:58:21.7901641Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2022-11-23T02:58:21.7902510Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2022-11-23T02:58:21.7903368Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2022-11-23T02:58:21.7903871Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2022-11-23T02:58:21.7904227Z [ RUN ] WeakIntrusivePtrTest.Inequality 2022-11-23T02:58:21.7904575Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2022-11-23T02:58:21.7904947Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2022-11-23T02:58:21.7905318Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2022-11-23T02:58:21.7905711Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2022-11-23T02:58:21.7906104Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2022-11-23T02:58:21.7906488Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2022-11-23T02:58:21.7906868Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2022-11-23T02:58:21.7907241Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2022-11-23T02:58:21.7907602Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2022-11-23T02:58:21.7908008Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-11-23T02:58:21.7908857Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-11-23T02:58:21.7909711Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2022-11-23T02:58:21.7910596Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2022-11-23T02:58:21.7911060Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2022-11-23T02:58:21.7911519Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2022-11-23T02:58:21.7911967Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-11-23T02:58:21.7912412Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-11-23T02:58:21.7912860Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2022-11-23T02:58:21.7913304Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2022-11-23T02:58:21.7913749Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-11-23T02:58:21.7914312Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-11-23T02:58:21.7914762Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2022-11-23T02:58:21.7915509Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2022-11-23T02:58:21.7916342Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2022-11-23T02:58:21.7917070Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2022-11-23T02:58:21.7917612Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2022-11-23T02:58:21.7917954Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2022-11-23T02:58:21.7918319Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2022-11-23T02:58:21.7918695Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2022-11-23T02:58:21.7919046Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2022-11-23T02:58:21.7919422Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2022-11-23T02:58:21.7919843Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2022-11-23T02:58:21.7920306Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2022-11-23T02:58:21.7920791Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2022-11-23T02:58:21.7921294Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2022-11-23T02:58:21.7921783Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2022-11-23T02:58:21.7922750Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2022-11-23T02:58:21.7923904Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2022-11-23T02:58:21.7924592Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-11-23T02:58:21.7925077Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2022-11-23T02:58:21.7925549Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-11-23T02:58:21.7926021Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2022-11-23T02:58:21.7926455Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-11-23T02:58:21.7926907Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2022-11-23T02:58:21.7927358Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-11-23T02:58:21.7927801Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-11-23T02:58:21.7928225Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7928630Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2022-11-23T02:58:21.7929427Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2022-11-23T02:58:21.7930330Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2022-11-23T02:58:21.7931193Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:58:21.7931644Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2022-11-23T02:58:21.7932081Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2022-11-23T02:58:21.7932504Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2022-11-23T02:58:21.7932957Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:58:21.7933401Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2022-11-23T02:58:21.7933845Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2022-11-23T02:58:21.7934311Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2022-11-23T02:58:21.7934803Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2022-11-23T02:58:21.7935282Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2022-11-23T02:58:21.7935930Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2022-11-23T02:58:21.7937104Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2022-11-23T02:58:21.7938015Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2022-11-23T02:58:21.7938516Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2022-11-23T02:58:21.7939009Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2022-11-23T02:58:21.7939502Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-11-23T02:58:21.7939983Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7940489Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2022-11-23T02:58:21.7940989Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2022-11-23T02:58:21.7941496Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-11-23T02:58:21.7942015Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:58:21.7942527Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2022-11-23T02:58:21.7943576Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2022-11-23T02:58:21.7944604Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-11-23T02:58:21.7945228Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7945706Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2022-11-23T02:58:21.7946183Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2022-11-23T02:58:21.7946768Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-11-23T02:58:21.7947282Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:58:21.7947744Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2022-11-23T02:58:21.7948226Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2022-11-23T02:58:21.7949093Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2022-11-23T02:58:21.7950131Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:58:21.7951326Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2022-11-23T02:58:21.7952307Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2022-11-23T02:58:21.7953344Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2022-11-23T02:58:21.7954137Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2022-11-23T02:58:21.7954799Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2022-11-23T02:58:21.7955324Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2022-11-23T02:58:21.7955862Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2022-11-23T02:58:21.7956534Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2022-11-23T02:58:21.7957779Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2022-11-23T02:58:21.7958901Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2022-11-23T02:58:21.7959462Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-11-23T02:58:21.7959938Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-11-23T02:58:21.7960482Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7961086Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7961892Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7962557Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7963119Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-11-23T02:58:21.7964080Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7965206Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:58:21.7965955Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7966565Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7967231Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7967932Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7968633Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7969351Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7970077Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7971630Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7972672Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7973298Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:58:21.7974197Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:58:21.7975085Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7975748Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7976456Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7977552Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7979085Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7979889Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7980650Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7981439Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7982163Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7982802Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7983490Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7984723Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7986230Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7986938Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7987671Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:58:21.7988442Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:58:21.7989078Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-11-23T02:58:21.7989561Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7990082Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:58:21.7990723Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:58:21.7992054Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7993285Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7994479Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7996345Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7997111Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:58:21.7998343Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:58:21.7999524Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-11-23T02:58:21.8000210Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-11-23T02:58:21.8000740Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-11-23T02:58:21.8001340Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-11-23T02:58:21.8001965Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-11-23T02:58:21.8002713Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-11-23T02:58:21.8003352Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-11-23T02:58:21.8003956Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-11-23T02:58:21.8004648Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-11-23T02:58:21.8005970Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-11-23T02:58:21.8006558Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-11-23T02:58:21.8007472Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:58:21.8007992Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-11-23T02:58:21.8008542Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:58:21.8009082Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-11-23T02:58:21.8009615Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:58:21.8010368Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-11-23T02:58:21.8010944Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:58:21.8011467Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2022-11-23T02:58:21.8012025Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2022-11-23T02:58:21.8013189Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2022-11-23T02:58:21.8014382Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2022-11-23T02:58:21.8014902Z [----------] 172 tests from WeakIntrusivePtrTest (3 ms total) 2022-11-23T02:58:21.8015116Z 2022-11-23T02:58:21.8015263Z [----------] Global test environment tear-down 2022-11-23T02:58:21.8015588Z [==========] 324 tests from 4 test suites ran. (5 ms total) 2022-11-23T02:58:21.8015868Z [ PASSED ] 324 tests. 2022-11-23T02:58:21.8016252Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2022-11-23T02:58:21.8016853Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:21.8017282Z [==========] Running 5 tests from 2 test suites. 2022-11-23T02:58:21.8017595Z [----------] Global test environment set-up. 2022-11-23T02:58:21.8017891Z [----------] 3 tests from irange_test 2022-11-23T02:58:21.8018164Z [ RUN ] irange_test.range_test 2022-11-23T02:58:21.8018538Z [ OK ] irange_test.range_test (0 ms) 2022-11-23T02:58:21.8018909Z [ RUN ] irange_test.end_test 2022-11-23T02:58:21.8019480Z [ OK ] irange_test.end_test (0 ms) 2022-11-23T02:58:21.8020010Z [ RUN ] irange_test.neg_range_test 2022-11-23T02:58:21.8020661Z [ OK ] irange_test.neg_range_test (0 ms) 2022-11-23T02:58:21.8021223Z [----------] 3 tests from irange_test (0 ms total) 2022-11-23T02:58:21.8021416Z 2022-11-23T02:58:21.8021533Z [----------] 2 tests from irange 2022-11-23T02:58:21.8021832Z [ RUN ] irange.empty_reverse_range_two_inputs 2022-11-23T02:58:21.8022171Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2022-11-23T02:58:21.8022501Z [ RUN ] irange.empty_reverse_range_one_input 2022-11-23T02:58:21.8022831Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2022-11-23T02:58:21.8023129Z [----------] 2 tests from irange (0 ms total) 2022-11-23T02:58:21.8023303Z 2022-11-23T02:58:21.8023450Z [----------] Global test environment tear-down 2022-11-23T02:58:21.8023775Z [==========] 5 tests from 2 test suites ran. (0 ms total) 2022-11-23T02:58:21.8024048Z [ PASSED ] 5 tests. 2022-11-23T02:58:21.8075452Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2022-11-23T02:58:21.8241740Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:21.8242411Z [==========] Running 12 tests from 1 test suite. 2022-11-23T02:58:21.8243033Z [----------] Global test environment set-up. 2022-11-23T02:58:21.8243374Z [----------] 12 tests from LeftRightTest 2022-11-23T02:58:21.8243871Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2022-11-23T02:58:21.8244356Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-11-23T02:58:21.8244852Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2022-11-23T02:58:21.8245369Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-11-23T02:58:21.8246148Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2022-11-23T02:58:21.8247031Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2022-11-23T02:58:21.8248251Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2022-11-23T02:58:21.8254147Z [ OK ] LeftRightTest.readsCanBeConcurrent (1 ms) 2022-11-23T02:58:21.8255141Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2022-11-23T02:58:21.8259238Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2022-11-23T02:58:21.8259769Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2022-11-23T02:58:21.8262397Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2022-11-23T02:58:21.8263150Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2022-11-23T02:58:21.9275386Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (101 ms) 2022-11-23T02:58:21.9276075Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2022-11-23T02:58:21.9276559Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2022-11-23T02:58:21.9277132Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2022-11-23T02:58:21.9277742Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2022-11-23T02:58:21.9280096Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2022-11-23T02:58:21.9280703Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2022-11-23T02:58:21.9281251Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2022-11-23T02:58:21.9281794Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2022-11-23T02:58:21.9282562Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2022-11-23T02:58:21.9283102Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2022-11-23T02:58:21.9283541Z [----------] 12 tests from LeftRightTest (103 ms total) 2022-11-23T02:58:21.9283741Z 2022-11-23T02:58:21.9283877Z [----------] Global test environment tear-down 2022-11-23T02:58:21.9300221Z [==========] 12 tests from 1 test suite ran. (103 ms total) 2022-11-23T02:58:21.9300973Z [ PASSED ] 12 tests. 2022-11-23T02:58:21.9368488Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2022-11-23T02:58:21.9507374Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:21.9507855Z [==========] Running 10 tests from 2 test suites. 2022-11-23T02:58:21.9508181Z [----------] Global test environment set-up. 2022-11-23T02:58:21.9508477Z [----------] 1 test from LoggingDeathTest 2022-11-23T02:58:21.9508842Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2022-11-23T02:58:21.9770704Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:21.9874068Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (36 ms) 2022-11-23T02:58:21.9874898Z [----------] 1 test from LoggingDeathTest (36 ms total) 2022-11-23T02:58:21.9875717Z 2022-11-23T02:58:21.9876384Z [----------] 9 tests from LoggingTest 2022-11-23T02:58:21.9877008Z [ RUN ] LoggingTest.TestEnforceTrue 2022-11-23T02:58:21.9877665Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2022-11-23T02:58:21.9878310Z [ RUN ] LoggingTest.TestEnforceFalse 2022-11-23T02:58:22.0047195Z [ OK ] LoggingTest.TestEnforceFalse (17 ms) 2022-11-23T02:58:22.0047571Z [ RUN ] LoggingTest.TestEnforceEquals 2022-11-23T02:58:22.0048507Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2022-11-23T02:58:22.0049061Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2022-11-23T02:58:22.0050760Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2022-11-23T02:58:22.0051335Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2022-11-23T02:58:22.0052037Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2022-11-23T02:58:22.0052800Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2022-11-23T02:58:22.0053201Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2022-11-23T02:58:22.0053543Z [ RUN ] LoggingTest.EnforceShowcase 2022-11-23T02:58:22.0055702Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2022-11-23T02:58:22.0056196Z [ RUN ] LoggingTest.Join 2022-11-23T02:58:22.0056476Z [ OK ] LoggingTest.Join (0 ms) 2022-11-23T02:58:22.0056778Z [ RUN ] LoggingTest.TestDanglingElse 2022-11-23T02:58:22.0057113Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2022-11-23T02:58:22.0057445Z [----------] 9 tests from LoggingTest (18 ms total) 2022-11-23T02:58:22.0057652Z 2022-11-23T02:58:22.0057804Z [----------] Global test environment tear-down 2022-11-23T02:58:22.0073075Z [==========] 10 tests from 2 test suites ran. (55 ms total) 2022-11-23T02:58:22.0073526Z [ PASSED ] 10 tests. 2022-11-23T02:58:22.0156546Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2022-11-23T02:58:22.0314119Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.0314816Z [==========] Running 39 tests from 1 test suite. 2022-11-23T02:58:22.0315269Z [----------] Global test environment set-up. 2022-11-23T02:58:22.0315615Z [----------] 39 tests from MetaprogrammingTest 2022-11-23T02:58:22.0316125Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex 2022-11-23T02:58:22.0316747Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex (0 ms) 2022-11-23T02:58:22.0317442Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput 2022-11-23T02:58:22.0318161Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput (0 ms) 2022-11-23T02:58:22.0318896Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly 2022-11-23T02:58:22.0319383Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly (0 ms) 2022-11-23T02:58:22.0320079Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary 2022-11-23T02:58:22.0320701Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary (0 ms) 2022-11-23T02:58:22.0321234Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary 2022-11-23T02:58:22.0321762Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary (0 ms) 2022-11-23T02:58:22.0322309Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact 2022-11-23T02:58:22.0322860Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact (0 ms) 2022-11-23T02:58:22.0323318Z [ RUN ] MetaprogrammingTest.FilterMap 2022-11-23T02:58:22.0323662Z [ OK ] MetaprogrammingTest.FilterMap (0 ms) 2022-11-23T02:58:22.0324028Z [ RUN ] MetaprogrammingTest.FilterMap_emptyInput 2022-11-23T02:58:22.0324540Z [ OK ] MetaprogrammingTest.FilterMap_emptyInput (0 ms) 2022-11-23T02:58:22.0324939Z [ RUN ] MetaprogrammingTest.FilterMap_emptyOutput 2022-11-23T02:58:22.0325318Z [ OK ] MetaprogrammingTest.FilterMap_emptyOutput (0 ms) 2022-11-23T02:58:22.0325923Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byRValue 2022-11-23T02:58:22.0326352Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byRValue (0 ms) 2022-11-23T02:58:22.0326767Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byValue 2022-11-23T02:58:22.0327175Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byValue (0 ms) 2022-11-23T02:58:22.0327599Z [ RUN ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 2022-11-23T02:58:22.0328024Z [ OK ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 (0 ms) 2022-11-23T02:58:22.0328457Z [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 2022-11-23T02:58:22.0328919Z [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 2022-11-23T02:58:22.0329350Z [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 2022-11-23T02:58:22.0329951Z [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 2022-11-23T02:58:22.0330370Z [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 2022-11-23T02:58:22.0330771Z [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 2022-11-23T02:58:22.0331146Z [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 2022-11-23T02:58:22.0331723Z [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 2022-11-23T02:58:22.0332104Z [ RUN ] MetaprogrammingTest.TupleTake_negative 2022-11-23T02:58:22.0332579Z [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 2022-11-23T02:58:22.0333053Z [ RUN ] MetaprogrammingTest.TupleSlice_middle 2022-11-23T02:58:22.0333433Z [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 2022-11-23T02:58:22.0333783Z [ RUN ] MetaprogrammingTest.TupleSlice_full 2022-11-23T02:58:22.0334151Z [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 2022-11-23T02:58:22.0334517Z [ RUN ] MetaprogrammingTest.TupleMap_simple 2022-11-23T02:58:22.0334881Z [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 2022-11-23T02:58:22.0335326Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 2022-11-23T02:58:22.0335839Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 2022-11-23T02:58:22.0336316Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 2022-11-23T02:58:22.0336737Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 2022-11-23T02:58:22.0337160Z [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 2022-11-23T02:58:22.0337688Z [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 2022-11-23T02:58:22.0338173Z [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 2022-11-23T02:58:22.0338774Z [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 2022-11-23T02:58:22.0339242Z [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 2022-11-23T02:58:22.0339889Z [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 2022-11-23T02:58:22.0340370Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 2022-11-23T02:58:22.0340838Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 2022-11-23T02:58:22.0341302Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 2022-11-23T02:58:22.0341769Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 2022-11-23T02:58:22.0342206Z [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 2022-11-23T02:58:22.0342653Z [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 2022-11-23T02:58:22.0343078Z [ RUN ] MetaprogrammingTest.TupleConcat_zerotuples 2022-11-23T02:58:22.0343474Z [ OK ] MetaprogrammingTest.TupleConcat_zerotuples (0 ms) 2022-11-23T02:58:22.0343875Z [ RUN ] MetaprogrammingTest.TupleConcat_oneemptytuple 2022-11-23T02:58:22.0344289Z [ OK ] MetaprogrammingTest.TupleConcat_oneemptytuple (0 ms) 2022-11-23T02:58:22.0344686Z [ RUN ] MetaprogrammingTest.TupleConcat_onenonemptytuple 2022-11-23T02:58:22.0345107Z [ OK ] MetaprogrammingTest.TupleConcat_onenonemptytuple (0 ms) 2022-11-23T02:58:22.0345641Z [ RUN ] MetaprogrammingTest.TupleConcat_twotuples 2022-11-23T02:58:22.0346030Z [ OK ] MetaprogrammingTest.TupleConcat_twotuples (0 ms) 2022-11-23T02:58:22.0346591Z [ RUN ] MetaprogrammingTest.TupleConcat_threetuples 2022-11-23T02:58:22.0347120Z [ OK ] MetaprogrammingTest.TupleConcat_threetuples (0 ms) 2022-11-23T02:58:22.0347544Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning 2022-11-23T02:58:22.0347993Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning (0 ms) 2022-11-23T02:58:22.0348592Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle 2022-11-23T02:58:22.0349035Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle (0 ms) 2022-11-23T02:58:22.0349800Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatend 2022-11-23T02:58:22.0350283Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatend (0 ms) 2022-11-23T02:58:22.0350833Z [ RUN ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers 2022-11-23T02:58:22.0351335Z [ OK ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers (0 ms) 2022-11-23T02:58:22.0352030Z [ RUN ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes 2022-11-23T02:58:22.0352498Z [ OK ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes (0 ms) 2022-11-23T02:58:22.0353117Z [ RUN ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary 2022-11-23T02:58:22.0353600Z [ OK ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary (0 ms) 2022-11-23T02:58:22.0354149Z [----------] 39 tests from MetaprogrammingTest (0 ms total) 2022-11-23T02:58:22.0354471Z 2022-11-23T02:58:22.0354626Z [----------] Global test environment tear-down 2022-11-23T02:58:22.0354965Z [==========] 39 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.0355238Z [ PASSED ] 39 tests. 2022-11-23T02:58:22.0355385Z 2022-11-23T02:58:22.0355495Z YOU HAVE 2 DISABLED TESTS 2022-11-23T02:58:22.0355652Z 2022-11-23T02:58:22.0443839Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2022-11-23T02:58:22.0574029Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.0574755Z [==========] Running 16 tests from 12 test suites. 2022-11-23T02:58:22.0575386Z [----------] Global test environment set-up. 2022-11-23T02:58:22.0576087Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2022-11-23T02:58:22.0576613Z [ RUN ] OptionalTest/0.Empty 2022-11-23T02:58:22.0576901Z [ OK ] OptionalTest/0.Empty (0 ms) 2022-11-23T02:58:22.0577290Z [ RUN ] OptionalTest/0.Initialized 2022-11-23T02:58:22.0577593Z [ OK ] OptionalTest/0.Initialized (0 ms) 2022-11-23T02:58:22.0577925Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2022-11-23T02:58:22.0578207Z 2022-11-23T02:58:22.0578420Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned __int64 2022-11-23T02:58:22.0578765Z [ RUN ] OptionalTest/1.Empty 2022-11-23T02:58:22.0579226Z [ OK ] OptionalTest/1.Empty (0 ms) 2022-11-23T02:58:22.0579778Z [ RUN ] OptionalTest/1.Initialized 2022-11-23T02:58:22.0580169Z [ OK ] OptionalTest/1.Initialized (0 ms) 2022-11-23T02:58:22.0580700Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2022-11-23T02:58:22.0581068Z 2022-11-23T02:58:22.0581512Z [----------] 2 tests from OptionalTest/2, where TypeParam = class c10::ArrayRef<__int64> 2022-11-23T02:58:22.0581887Z [ RUN ] OptionalTest/2.Empty 2022-11-23T02:58:22.0582166Z [ OK ] OptionalTest/2.Empty (0 ms) 2022-11-23T02:58:22.0582451Z [ RUN ] OptionalTest/2.Initialized 2022-11-23T02:58:22.0582742Z [ OK ] OptionalTest/2.Initialized (0 ms) 2022-11-23T02:58:22.0583066Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2022-11-23T02:58:22.0583260Z 2022-11-23T02:58:22.0583572Z [----------] 2 tests from OptionalTest/3, where TypeParam = class std::basic_string,class std::allocator > 2022-11-23T02:58:22.0584009Z [ RUN ] OptionalTest/3.Empty 2022-11-23T02:58:22.0584287Z [ OK ] OptionalTest/3.Empty (0 ms) 2022-11-23T02:58:22.0584574Z [ RUN ] OptionalTest/3.Initialized 2022-11-23T02:58:22.0584860Z [ OK ] OptionalTest/3.Initialized (0 ms) 2022-11-23T02:58:22.0585193Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2022-11-23T02:58:22.0585535Z 2022-11-23T02:58:22.0585741Z [----------] 1 test from OptionalTest 2022-11-23T02:58:22.0586207Z [ RUN ] OptionalTest.Nullopt 2022-11-23T02:58:22.0586702Z [ OK ] OptionalTest.Nullopt (0 ms) 2022-11-23T02:58:22.0587239Z [----------] 1 test from OptionalTest (0 ms total) 2022-11-23T02:58:22.0587784Z 2022-11-23T02:58:22.0588251Z [----------] 1 test from CmpTest/0, where TypeParam = struct std::pair,class c10::optional > 2022-11-23T02:58:22.0588869Z [ RUN ] CmpTest/0.Cmp 2022-11-23T02:58:22.0589307Z [ OK ] CmpTest/0.Cmp (0 ms) 2022-11-23T02:58:22.0589796Z [----------] 1 test from CmpTest/0 (0 ms total) 2022-11-23T02:58:22.0590002Z 2022-11-23T02:58:22.0590242Z [----------] 1 test from CmpTest/1, where TypeParam = struct std::pair,int> 2022-11-23T02:58:22.0590597Z [ RUN ] CmpTest/1.Cmp 2022-11-23T02:58:22.0590850Z [ OK ] CmpTest/1.Cmp (0 ms) 2022-11-23T02:58:22.0591127Z [----------] 1 test from CmpTest/1 (0 ms total) 2022-11-23T02:58:22.0591307Z 2022-11-23T02:58:22.0591544Z [----------] 1 test from CmpTest/2, where TypeParam = struct std::pair > 2022-11-23T02:58:22.0591895Z [ RUN ] CmpTest/2.Cmp 2022-11-23T02:58:22.0592148Z [ OK ] CmpTest/2.Cmp (0 ms) 2022-11-23T02:58:22.0592432Z [----------] 1 test from CmpTest/2 (0 ms total) 2022-11-23T02:58:22.0592630Z 2022-11-23T02:58:22.0592866Z [----------] 1 test from CmpTest/3, where TypeParam = struct std::pair,long> 2022-11-23T02:58:22.0593197Z [ RUN ] CmpTest/3.Cmp 2022-11-23T02:58:22.0593444Z [ OK ] CmpTest/3.Cmp (0 ms) 2022-11-23T02:58:22.0593728Z [----------] 1 test from CmpTest/3 (0 ms total) 2022-11-23T02:58:22.0593904Z 2022-11-23T02:58:22.0594140Z [----------] 1 test from CmpTest/4, where TypeParam = struct std::pair > 2022-11-23T02:58:22.0594491Z [ RUN ] CmpTest/4.Cmp 2022-11-23T02:58:22.0594858Z [ OK ] CmpTest/4.Cmp (0 ms) 2022-11-23T02:58:22.0595149Z [----------] 1 test from CmpTest/4 (0 ms total) 2022-11-23T02:58:22.0595327Z 2022-11-23T02:58:22.0595476Z [----------] 1 test from nullopt/SelfCompareTest 2022-11-23T02:58:22.0595822Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2022-11-23T02:58:22.0596197Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2022-11-23T02:58:22.0596572Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2022-11-23T02:58:22.0596783Z 2022-11-23T02:58:22.0596923Z [----------] 1 test from int/SelfCompareTest 2022-11-23T02:58:22.0597234Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2022-11-23T02:58:22.0597583Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2022-11-23T02:58:22.0597938Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2022-11-23T02:58:22.0598137Z 2022-11-23T02:58:22.0598279Z [----------] Global test environment tear-down 2022-11-23T02:58:22.0605161Z [==========] 16 tests from 12 test suites ran. (0 ms total) 2022-11-23T02:58:22.0605468Z [ PASSED ] 16 tests. 2022-11-23T02:58:22.0681260Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2022-11-23T02:58:22.0828166Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.0828727Z [==========] Running 19 tests from 1 test suite. 2022-11-23T02:58:22.0829246Z [----------] Global test environment set-up. 2022-11-23T02:58:22.0829618Z [----------] 19 tests from OrderedPreservingDictTest 2022-11-23T02:58:22.0830164Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2022-11-23T02:58:22.0830805Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2022-11-23T02:58:22.0831291Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2022-11-23T02:58:22.0831831Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2022-11-23T02:58:22.0832311Z [ RUN ] OrderedPreservingDictTest.testRefType 2022-11-23T02:58:22.0832709Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2022-11-23T02:58:22.0833108Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2022-11-23T02:58:22.1895860Z [ OK ] OrderedPreservingDictTest.DictCollisions (106 ms) 2022-11-23T02:58:22.1896626Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2022-11-23T02:58:22.1897597Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2022-11-23T02:58:22.1898033Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2022-11-23T02:58:22.1899549Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2022-11-23T02:58:22.1899993Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2022-11-23T02:58:22.1932399Z [ OK ] OrderedPreservingDictTest.test_range_erase (3 ms) 2022-11-23T02:58:22.1933432Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2022-11-23T02:58:22.1934513Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2022-11-23T02:58:22.1935256Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2022-11-23T02:58:22.1935964Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2022-11-23T02:58:22.1936428Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2022-11-23T02:58:22.1937270Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2022-11-23T02:58:22.1939822Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2022-11-23T02:58:22.1940298Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2022-11-23T02:58:22.1940759Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2022-11-23T02:58:22.1941199Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2022-11-23T02:58:22.1941643Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2022-11-23T02:58:22.1942278Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2022-11-23T02:58:22.1942731Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2022-11-23T02:58:22.1943154Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2022-11-23T02:58:22.1943548Z [ RUN ] OrderedPreservingDictTest.test_at 2022-11-23T02:58:22.1943895Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2022-11-23T02:58:22.1946130Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2022-11-23T02:58:22.1946555Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2022-11-23T02:58:22.1946951Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2022-11-23T02:58:22.1947354Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2022-11-23T02:58:22.1947723Z [ RUN ] OrderedPreservingDictTest.test_swap 2022-11-23T02:58:22.1948115Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2022-11-23T02:58:22.1948501Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2022-11-23T02:58:22.1948888Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2022-11-23T02:58:22.1949304Z [----------] 19 tests from OrderedPreservingDictTest (111 ms total) 2022-11-23T02:58:22.1949541Z 2022-11-23T02:58:22.1949689Z [----------] Global test environment tear-down 2022-11-23T02:58:22.1960952Z [==========] 19 tests from 1 test suite ran. (111 ms total) 2022-11-23T02:58:22.1961418Z [ PASSED ] 19 tests. 2022-11-23T02:58:22.2046532Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2022-11-23T02:58:22.2181593Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.2182442Z Key already registered with the same priority: FooWithPriority 2022-11-23T02:58:22.2182802Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:58:22.2183115Z [----------] Global test environment set-up. 2022-11-23T02:58:22.2183436Z [----------] 3 tests from RegistryTest 2022-11-23T02:58:22.2183721Z [ RUN ] RegistryTest.CanRunCreator 2022-11-23T02:58:22.2184045Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2022-11-23T02:58:22.2184418Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2022-11-23T02:58:22.2185071Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2022-11-23T02:58:22.2187361Z [ RUN ] RegistryTest.RegistryPriorities 2022-11-23T02:58:22.2187737Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2022-11-23T02:58:22.2188093Z [----------] 3 tests from RegistryTest (0 ms total) 2022-11-23T02:58:22.2188289Z 2022-11-23T02:58:22.2188445Z [----------] Global test environment tear-down 2022-11-23T02:58:22.2201079Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.2201399Z [ PASSED ] 3 tests. 2022-11-23T02:58:22.2296145Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2022-11-23T02:58:22.2463111Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.2463788Z [==========] Running 18 tests from 1 test suite. 2022-11-23T02:58:22.2464156Z [----------] Global test environment set-up. 2022-11-23T02:58:22.2464499Z [----------] 18 tests from SizesAndStridesTest 2022-11-23T02:58:22.2464854Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2022-11-23T02:58:22.2465253Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2022-11-23T02:58:22.2465614Z [ RUN ] SizesAndStridesTest.SetSizes 2022-11-23T02:58:22.2465946Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2022-11-23T02:58:22.2466253Z [ RUN ] SizesAndStridesTest.Resize 2022-11-23T02:58:22.2466575Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2022-11-23T02:58:22.2466906Z [ RUN ] SizesAndStridesTest.SetAtIndex 2022-11-23T02:58:22.2469080Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2022-11-23T02:58:22.2469665Z [ RUN ] SizesAndStridesTest.SetAtIterator 2022-11-23T02:58:22.2470040Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2022-11-23T02:58:22.2470393Z [ RUN ] SizesAndStridesTest.SetViaData 2022-11-23T02:58:22.2470736Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2022-11-23T02:58:22.2471093Z [ RUN ] SizesAndStridesTest.MoveConstructor 2022-11-23T02:58:22.2471474Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2022-11-23T02:58:22.2471852Z [ RUN ] SizesAndStridesTest.CopyConstructor 2022-11-23T02:58:22.2472208Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2022-11-23T02:58:22.2472616Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2022-11-23T02:58:22.2473066Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2022-11-23T02:58:22.2473516Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2022-11-23T02:58:22.2475832Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2022-11-23T02:58:22.2476300Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2022-11-23T02:58:22.2476721Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2022-11-23T02:58:22.2477156Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2022-11-23T02:58:22.2477587Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2022-11-23T02:58:22.2478021Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2022-11-23T02:58:22.2478443Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2022-11-23T02:58:22.2478861Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2022-11-23T02:58:22.2479259Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2022-11-23T02:58:22.2479685Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2022-11-23T02:58:22.2480118Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2022-11-23T02:58:22.2482362Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2022-11-23T02:58:22.2482804Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2022-11-23T02:58:22.2483200Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2022-11-23T02:58:22.2483594Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2022-11-23T02:58:22.2483985Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2022-11-23T02:58:22.2484499Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2022-11-23T02:58:22.2485084Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2022-11-23T02:58:22.2485299Z 2022-11-23T02:58:22.2485445Z [----------] Global test environment tear-down 2022-11-23T02:58:22.2485775Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.2486031Z [ PASSED ] 18 tests. 2022-11-23T02:58:22.2563767Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SmallVectorTest.exe" 2022-11-23T02:58:22.2721879Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.2722387Z [==========] Running 221 tests from 15 test suites. 2022-11-23T02:58:22.2722718Z [----------] Global test environment set-up. 2022-11-23T02:58:22.2723422Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2724092Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2022-11-23T02:58:22.2724616Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2022-11-23T02:58:22.2725370Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2022-11-23T02:58:22.2726052Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2022-11-23T02:58:22.2726793Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2022-11-23T02:58:22.2727422Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2022-11-23T02:58:22.2727918Z [ RUN ] SmallVectorTest/0.PushPopTest 2022-11-23T02:58:22.2728378Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2022-11-23T02:58:22.2728791Z [ RUN ] SmallVectorTest/0.ClearTest 2022-11-23T02:58:22.2729420Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2022-11-23T02:58:22.2730046Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2022-11-23T02:58:22.2730565Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2022-11-23T02:58:22.2731045Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2022-11-23T02:58:22.2731567Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2022-11-23T02:58:22.2731995Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2022-11-23T02:58:22.2732771Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2022-11-23T02:58:22.2733429Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2022-11-23T02:58:22.2734183Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2022-11-23T02:58:22.2734766Z [ RUN ] SmallVectorTest/0.OverflowTest 2022-11-23T02:58:22.2735287Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2022-11-23T02:58:22.2735666Z [ RUN ] SmallVectorTest/0.IterationTest 2022-11-23T02:58:22.2736154Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2022-11-23T02:58:22.2736675Z [ RUN ] SmallVectorTest/0.SwapTest 2022-11-23T02:58:22.2737128Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2022-11-23T02:58:22.2737528Z [ RUN ] SmallVectorTest/0.AppendTest 2022-11-23T02:58:22.2738011Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2022-11-23T02:58:22.2738422Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2022-11-23T02:58:22.2738969Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2022-11-23T02:58:22.2739712Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2022-11-23T02:58:22.2740368Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2022-11-23T02:58:22.2741153Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2022-11-23T02:58:22.2741873Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:58:22.2742317Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2022-11-23T02:58:22.2742833Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2022-11-23T02:58:22.2743167Z [ RUN ] SmallVectorTest/0.AssignTest 2022-11-23T02:58:22.2743560Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2022-11-23T02:58:22.2744066Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2022-11-23T02:58:22.2744627Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2022-11-23T02:58:22.2745165Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2022-11-23T02:58:22.2745861Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2022-11-23T02:58:22.2746228Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2022-11-23T02:58:22.2746948Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2022-11-23T02:58:22.2747577Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2022-11-23T02:58:22.2748306Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2022-11-23T02:58:22.2748855Z [ RUN ] SmallVectorTest/0.EraseTest 2022-11-23T02:58:22.2749374Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2022-11-23T02:58:22.2749766Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2022-11-23T02:58:22.2750334Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2022-11-23T02:58:22.2750675Z [ RUN ] SmallVectorTest/0.InsertTest 2022-11-23T02:58:22.2751120Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2022-11-23T02:58:22.2751460Z [ RUN ] SmallVectorTest/0.InsertCopy 2022-11-23T02:58:22.2751951Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2022-11-23T02:58:22.2752421Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2022-11-23T02:58:22.2752929Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2022-11-23T02:58:22.2753554Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2022-11-23T02:58:22.2754367Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:58:22.2755112Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2022-11-23T02:58:22.2755888Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:58:22.2756596Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2022-11-23T02:58:22.2757170Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:58:22.2757753Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2022-11-23T02:58:22.2758201Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2022-11-23T02:58:22.2758637Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2022-11-23T02:58:22.2758996Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2022-11-23T02:58:22.2759354Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2022-11-23T02:58:22.2759711Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2022-11-23T02:58:22.2760033Z [ RUN ] SmallVectorTest/0.ComparisonTest 2022-11-23T02:58:22.2760468Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2022-11-23T02:58:22.2761165Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2022-11-23T02:58:22.2761838Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2022-11-23T02:58:22.2762188Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2022-11-23T02:58:22.2762791Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2022-11-23T02:58:22.2763234Z [ RUN ] SmallVectorTest/0.IteratorTest 2022-11-23T02:58:22.2763556Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2022-11-23T02:58:22.2763904Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2022-11-23T02:58:22.2764107Z 2022-11-23T02:58:22.2764423Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2764900Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2022-11-23T02:58:22.2765266Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2022-11-23T02:58:22.2765602Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2022-11-23T02:58:22.2765950Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2022-11-23T02:58:22.2766290Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2022-11-23T02:58:22.2766622Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2022-11-23T02:58:22.2766946Z [ RUN ] SmallVectorTest/1.PushPopTest 2022-11-23T02:58:22.2767268Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2022-11-23T02:58:22.2767594Z [ RUN ] SmallVectorTest/1.ClearTest 2022-11-23T02:58:22.2768231Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2022-11-23T02:58:22.2768837Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2022-11-23T02:58:22.2770383Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2022-11-23T02:58:22.2770714Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2022-11-23T02:58:22.2771023Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2022-11-23T02:58:22.2771368Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2022-11-23T02:58:22.2771730Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2022-11-23T02:58:22.2772073Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2022-11-23T02:58:22.2772398Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2022-11-23T02:58:22.2772718Z [ RUN ] SmallVectorTest/1.OverflowTest 2022-11-23T02:58:22.2773018Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2022-11-23T02:58:22.2773344Z [ RUN ] SmallVectorTest/1.IterationTest 2022-11-23T02:58:22.2773667Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2022-11-23T02:58:22.2773975Z [ RUN ] SmallVectorTest/1.SwapTest 2022-11-23T02:58:22.2774279Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2022-11-23T02:58:22.2774809Z [ RUN ] SmallVectorTest/1.AppendTest 2022-11-23T02:58:22.2775417Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2022-11-23T02:58:22.2776054Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2022-11-23T02:58:22.2776782Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2022-11-23T02:58:22.2777140Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2022-11-23T02:58:22.2777481Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2022-11-23T02:58:22.2777846Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2022-11-23T02:58:22.2778274Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:58:22.2778781Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2022-11-23T02:58:22.2779153Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2022-11-23T02:58:22.2779476Z [ RUN ] SmallVectorTest/1.AssignTest 2022-11-23T02:58:22.2779769Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2022-11-23T02:58:22.2780086Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2022-11-23T02:58:22.2780417Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2022-11-23T02:58:22.2780748Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2022-11-23T02:58:22.2781084Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2022-11-23T02:58:22.2781538Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2022-11-23T02:58:22.2782240Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2022-11-23T02:58:22.2782922Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2022-11-23T02:58:22.2783558Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2022-11-23T02:58:22.2783955Z [ RUN ] SmallVectorTest/1.EraseTest 2022-11-23T02:58:22.2784265Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2022-11-23T02:58:22.2784580Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2022-11-23T02:58:22.2784890Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2022-11-23T02:58:22.2785206Z [ RUN ] SmallVectorTest/1.InsertTest 2022-11-23T02:58:22.2785523Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2022-11-23T02:58:22.2785830Z [ RUN ] SmallVectorTest/1.InsertCopy 2022-11-23T02:58:22.2786139Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2022-11-23T02:58:22.2786450Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2022-11-23T02:58:22.2786793Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2022-11-23T02:58:22.2787155Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2022-11-23T02:58:22.2787537Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:58:22.2787912Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2022-11-23T02:58:22.2788350Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:58:22.2789116Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2022-11-23T02:58:22.2789844Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:58:22.2790557Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2022-11-23T02:58:22.2790904Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2022-11-23T02:58:22.2791369Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2022-11-23T02:58:22.2791708Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2022-11-23T02:58:22.2792060Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2022-11-23T02:58:22.2792417Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2022-11-23T02:58:22.2792757Z [ RUN ] SmallVectorTest/1.ComparisonTest 2022-11-23T02:58:22.2793086Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2022-11-23T02:58:22.2793412Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2022-11-23T02:58:22.2793724Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2022-11-23T02:58:22.2794058Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2022-11-23T02:58:22.2794395Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2022-11-23T02:58:22.2794717Z [ RUN ] SmallVectorTest/1.IteratorTest 2022-11-23T02:58:22.2795033Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2022-11-23T02:58:22.2795714Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2022-11-23T02:58:22.2796084Z 2022-11-23T02:58:22.2796709Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2797561Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2022-11-23T02:58:22.2797934Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2022-11-23T02:58:22.2798418Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2022-11-23T02:58:22.2798769Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2022-11-23T02:58:22.2799107Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2022-11-23T02:58:22.2799529Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2022-11-23T02:58:22.2799875Z [ RUN ] SmallVectorTest/2.PushPopTest 2022-11-23T02:58:22.2800195Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2022-11-23T02:58:22.2800501Z [ RUN ] SmallVectorTest/2.ClearTest 2022-11-23T02:58:22.2800809Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2022-11-23T02:58:22.2801124Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2022-11-23T02:58:22.2801441Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2022-11-23T02:58:22.2801770Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2022-11-23T02:58:22.2802298Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2022-11-23T02:58:22.2802966Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2022-11-23T02:58:22.2803743Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2022-11-23T02:58:22.2804334Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2022-11-23T02:58:22.2804661Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2022-11-23T02:58:22.2804986Z [ RUN ] SmallVectorTest/2.OverflowTest 2022-11-23T02:58:22.2805302Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2022-11-23T02:58:22.2805619Z [ RUN ] SmallVectorTest/2.IterationTest 2022-11-23T02:58:22.2805939Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2022-11-23T02:58:22.2806236Z [ RUN ] SmallVectorTest/2.SwapTest 2022-11-23T02:58:22.2806539Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2022-11-23T02:58:22.2806842Z [ RUN ] SmallVectorTest/2.AppendTest 2022-11-23T02:58:22.2807156Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2022-11-23T02:58:22.2807491Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2022-11-23T02:58:22.2807824Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2022-11-23T02:58:22.2808168Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2022-11-23T02:58:22.2808509Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2022-11-23T02:58:22.2809002Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2022-11-23T02:58:22.2809949Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:58:22.2810784Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2022-11-23T02:58:22.2811299Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2022-11-23T02:58:22.2811755Z [ RUN ] SmallVectorTest/2.AssignTest 2022-11-23T02:58:22.2812064Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2022-11-23T02:58:22.2812386Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2022-11-23T02:58:22.2812716Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2022-11-23T02:58:22.2813053Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2022-11-23T02:58:22.2813376Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2022-11-23T02:58:22.2813716Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2022-11-23T02:58:22.2814054Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2022-11-23T02:58:22.2814382Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2022-11-23T02:58:22.2814711Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2022-11-23T02:58:22.2815008Z [ RUN ] SmallVectorTest/2.EraseTest 2022-11-23T02:58:22.2815314Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2022-11-23T02:58:22.2815628Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2022-11-23T02:58:22.2816288Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2022-11-23T02:58:22.2816887Z [ RUN ] SmallVectorTest/2.InsertTest 2022-11-23T02:58:22.2817560Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2022-11-23T02:58:22.2818066Z [ RUN ] SmallVectorTest/2.InsertCopy 2022-11-23T02:58:22.2818383Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2022-11-23T02:58:22.2818709Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2022-11-23T02:58:22.2819054Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2022-11-23T02:58:22.2819415Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2022-11-23T02:58:22.2819779Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:58:22.2820253Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2022-11-23T02:58:22.2820656Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:58:22.2821030Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2022-11-23T02:58:22.2821406Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:58:22.2821764Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2022-11-23T02:58:22.2822079Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2022-11-23T02:58:22.2822416Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2022-11-23T02:58:22.2823095Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2022-11-23T02:58:22.2823774Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2022-11-23T02:58:22.2824547Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2022-11-23T02:58:22.2825035Z [ RUN ] SmallVectorTest/2.ComparisonTest 2022-11-23T02:58:22.2825349Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2022-11-23T02:58:22.2825680Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2022-11-23T02:58:22.2826013Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2022-11-23T02:58:22.2826339Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2022-11-23T02:58:22.2826671Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2022-11-23T02:58:22.2826985Z [ RUN ] SmallVectorTest/2.IteratorTest 2022-11-23T02:58:22.2827300Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2022-11-23T02:58:22.2827649Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2022-11-23T02:58:22.2827851Z 2022-11-23T02:58:22.2828160Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2828631Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2022-11-23T02:58:22.2828999Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2022-11-23T02:58:22.2829360Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2022-11-23T02:58:22.2830096Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2022-11-23T02:58:22.2830751Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2022-11-23T02:58:22.2831483Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2022-11-23T02:58:22.2831871Z [ RUN ] SmallVectorTest/3.PushPopTest 2022-11-23T02:58:22.2832316Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2022-11-23T02:58:22.2832607Z [ RUN ] SmallVectorTest/3.ClearTest 2022-11-23T02:58:22.2832912Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2022-11-23T02:58:22.2833229Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2022-11-23T02:58:22.2833564Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2022-11-23T02:58:22.2833893Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2022-11-23T02:58:22.2834217Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2022-11-23T02:58:22.2834544Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2022-11-23T02:58:22.2834907Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2022-11-23T02:58:22.2835251Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2022-11-23T02:58:22.2835578Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2022-11-23T02:58:22.2835897Z [ RUN ] SmallVectorTest/3.OverflowTest 2022-11-23T02:58:22.2836300Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2022-11-23T02:58:22.2836995Z [ RUN ] SmallVectorTest/3.IterationTest 2022-11-23T02:58:22.2837659Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2022-11-23T02:58:22.2838240Z [ RUN ] SmallVectorTest/3.SwapTest 2022-11-23T02:58:22.2838678Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2022-11-23T02:58:22.2838984Z [ RUN ] SmallVectorTest/3.AppendTest 2022-11-23T02:58:22.2839280Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2022-11-23T02:58:22.2839608Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2022-11-23T02:58:22.2839958Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2022-11-23T02:58:22.2840304Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2022-11-23T02:58:22.2840746Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2022-11-23T02:58:22.2841138Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2022-11-23T02:58:22.2841564Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:58:22.2841949Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2022-11-23T02:58:22.2842299Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2022-11-23T02:58:22.2842620Z [ RUN ] SmallVectorTest/3.AssignTest 2022-11-23T02:58:22.2842929Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2022-11-23T02:58:22.2843499Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2022-11-23T02:58:22.2844141Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2022-11-23T02:58:22.2844905Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2022-11-23T02:58:22.2845458Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2022-11-23T02:58:22.2845801Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2022-11-23T02:58:22.2846141Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2022-11-23T02:58:22.2846452Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2022-11-23T02:58:22.2846778Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2022-11-23T02:58:22.2847086Z [ RUN ] SmallVectorTest/3.EraseTest 2022-11-23T02:58:22.2847393Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2022-11-23T02:58:22.2847891Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2022-11-23T02:58:22.2848208Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2022-11-23T02:58:22.2848519Z [ RUN ] SmallVectorTest/3.InsertTest 2022-11-23T02:58:22.2848828Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2022-11-23T02:58:22.2849133Z [ RUN ] SmallVectorTest/3.InsertCopy 2022-11-23T02:58:22.2849441Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2022-11-23T02:58:22.2849766Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2022-11-23T02:58:22.2850414Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2022-11-23T02:58:22.2851125Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2022-11-23T02:58:22.2851908Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:58:22.2852481Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2022-11-23T02:58:22.2852854Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:58:22.2853346Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2022-11-23T02:58:22.2853721Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:58:22.2854065Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2022-11-23T02:58:22.2854395Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2022-11-23T02:58:22.2854733Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2022-11-23T02:58:22.2855086Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2022-11-23T02:58:22.2855422Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2022-11-23T02:58:22.2855777Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2022-11-23T02:58:22.2856122Z [ RUN ] SmallVectorTest/3.ComparisonTest 2022-11-23T02:58:22.2856450Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2022-11-23T02:58:22.2856878Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2022-11-23T02:58:22.2857656Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2022-11-23T02:58:22.2858375Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2022-11-23T02:58:22.2859157Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2022-11-23T02:58:22.2859566Z [ RUN ] SmallVectorTest/3.IteratorTest 2022-11-23T02:58:22.2859944Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2022-11-23T02:58:22.2860352Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2022-11-23T02:58:22.2860753Z 2022-11-23T02:58:22.2861137Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2861629Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2022-11-23T02:58:22.2862160Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2022-11-23T02:58:22.2880520Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2022-11-23T02:58:22.2880973Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2022-11-23T02:58:22.2881324Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2022-11-23T02:58:22.2881672Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2022-11-23T02:58:22.2881983Z [ RUN ] SmallVectorTest/4.PushPopTest 2022-11-23T02:58:22.2882306Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2022-11-23T02:58:22.2882616Z [ RUN ] SmallVectorTest/4.ClearTest 2022-11-23T02:58:22.2882924Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2022-11-23T02:58:22.2883240Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2022-11-23T02:58:22.2883570Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2022-11-23T02:58:22.2883883Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2022-11-23T02:58:22.2884207Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2022-11-23T02:58:22.2884687Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2022-11-23T02:58:22.2885474Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2022-11-23T02:58:22.2886143Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2022-11-23T02:58:22.2886791Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2022-11-23T02:58:22.2887137Z [ RUN ] SmallVectorTest/4.OverflowTest 2022-11-23T02:58:22.2887452Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2022-11-23T02:58:22.2887767Z [ RUN ] SmallVectorTest/4.IterationTest 2022-11-23T02:58:22.2888086Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2022-11-23T02:58:22.2888391Z [ RUN ] SmallVectorTest/4.SwapTest 2022-11-23T02:58:22.2888674Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2022-11-23T02:58:22.2888974Z [ RUN ] SmallVectorTest/4.AppendTest 2022-11-23T02:58:22.2889284Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2022-11-23T02:58:22.2889611Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2022-11-23T02:58:22.2889961Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2022-11-23T02:58:22.2890287Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2022-11-23T02:58:22.2890629Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2022-11-23T02:58:22.2891009Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2022-11-23T02:58:22.2891940Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:58:22.2892692Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2022-11-23T02:58:22.2893414Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2022-11-23T02:58:22.2893894Z [ RUN ] SmallVectorTest/4.AssignTest 2022-11-23T02:58:22.2894203Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2022-11-23T02:58:22.2894518Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2022-11-23T02:58:22.2894845Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2022-11-23T02:58:22.2895177Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2022-11-23T02:58:22.2895521Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2022-11-23T02:58:22.2895839Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2022-11-23T02:58:22.2896174Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2022-11-23T02:58:22.2896500Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2022-11-23T02:58:22.2896830Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2022-11-23T02:58:22.2897137Z [ RUN ] SmallVectorTest/4.EraseTest 2022-11-23T02:58:22.2897423Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2022-11-23T02:58:22.2897734Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2022-11-23T02:58:22.2898056Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2022-11-23T02:58:22.2898482Z [ RUN ] SmallVectorTest/4.InsertTest 2022-11-23T02:58:22.2899139Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2022-11-23T02:58:22.2899775Z [ RUN ] SmallVectorTest/4.InsertCopy 2022-11-23T02:58:22.2900357Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2022-11-23T02:58:22.2901569Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2022-11-23T02:58:22.2901971Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2022-11-23T02:58:22.2902335Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2022-11-23T02:58:22.2902714Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:58:22.2903079Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2022-11-23T02:58:22.2903449Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:58:22.2903821Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2022-11-23T02:58:22.2904188Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:58:22.2904535Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2022-11-23T02:58:22.2904865Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2022-11-23T02:58:22.2905265Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2022-11-23T02:58:22.2906033Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2022-11-23T02:58:22.2906770Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2022-11-23T02:58:22.2907497Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2022-11-23T02:58:22.2907885Z [ RUN ] SmallVectorTest/4.ComparisonTest 2022-11-23T02:58:22.2908212Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2022-11-23T02:58:22.2908525Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2022-11-23T02:58:22.2908854Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2022-11-23T02:58:22.2909182Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2022-11-23T02:58:22.2909515Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2022-11-23T02:58:22.2909841Z [ RUN ] SmallVectorTest/4.IteratorTest 2022-11-23T02:58:22.2910182Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2022-11-23T02:58:22.2910531Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2022-11-23T02:58:22.2910732Z 2022-11-23T02:58:22.2910864Z [----------] 5 tests from SmallVectorTest 2022-11-23T02:58:22.2911194Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2022-11-23T02:58:22.2911557Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2022-11-23T02:58:22.2911887Z [ RUN ] SmallVectorTest.MidInsert 2022-11-23T02:58:22.2912278Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2022-11-23T02:58:22.2912951Z [ RUN ] SmallVectorTest.EmplaceBack 2022-11-23T02:58:22.2913770Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2022-11-23T02:58:22.2914513Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2022-11-23T02:58:22.2914905Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2022-11-23T02:58:22.2915270Z [ RUN ] SmallVectorTest.InitializerList 2022-11-23T02:58:22.2915595Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2022-11-23T02:58:22.2915950Z [----------] 5 tests from SmallVectorTest (0 ms total) 2022-11-23T02:58:22.2916145Z 2022-11-23T02:58:22.2916591Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:58:22.2917163Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2022-11-23T02:58:22.2917513Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2022-11-23T02:58:22.2917881Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2022-11-23T02:58:22.2918095Z 2022-11-23T02:58:22.2918516Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:58:22.2919165Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2022-11-23T02:58:22.2919922Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2022-11-23T02:58:22.2920642Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2022-11-23T02:58:22.2921062Z 2022-11-23T02:58:22.2921785Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:58:22.2922381Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2022-11-23T02:58:22.2922732Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2022-11-23T02:58:22.2923106Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2022-11-23T02:58:22.2923314Z 2022-11-23T02:58:22.2923716Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:58:22.2924283Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2022-11-23T02:58:22.2924631Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2022-11-23T02:58:22.2924997Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2022-11-23T02:58:22.2925201Z 2022-11-23T02:58:22.2925353Z [----------] 1 test from SmallVectorCustomTest 2022-11-23T02:58:22.2925696Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2022-11-23T02:58:22.2926165Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2022-11-23T02:58:22.2926950Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2022-11-23T02:58:22.2927359Z 2022-11-23T02:58:22.2927987Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2928667Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2022-11-23T02:58:22.2929093Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2022-11-23T02:58:22.2929526Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2022-11-23T02:58:22.2929970Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2022-11-23T02:58:22.2930384Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2022-11-23T02:58:22.2930792Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2022-11-23T02:58:22.2931207Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2022-11-23T02:58:22.2931619Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2022-11-23T02:58:22.2932037Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2022-11-23T02:58:22.2932596Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (0 ms) 2022-11-23T02:58:22.2933200Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2022-11-23T02:58:22.2934014Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2022-11-23T02:58:22.2934911Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2022-11-23T02:58:22.2935508Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (0 ms) 2022-11-23T02:58:22.2935926Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2022-11-23T02:58:22.2936334Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2022-11-23T02:58:22.2936737Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2022-11-23T02:58:22.2937163Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2022-11-23T02:58:22.2937583Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2022-11-23T02:58:22.2937994Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2022-11-23T02:58:22.2938436Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2022-11-23T02:58:22.2938860Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (0 ms) 2022-11-23T02:58:22.2939266Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2022-11-23T02:58:22.2939828Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-11-23T02:58:22.2940681Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (0 ms total) 2022-11-23T02:58:22.2941195Z 2022-11-23T02:58:22.2941987Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector 2022-11-23T02:58:22.2943167Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2022-11-23T02:58:22.2943735Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2022-11-23T02:58:22.2944166Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2022-11-23T02:58:22.2944593Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2022-11-23T02:58:22.2945018Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2022-11-23T02:58:22.2945427Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2022-11-23T02:58:22.2945834Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2022-11-23T02:58:22.2946242Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2022-11-23T02:58:22.2946657Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2022-11-23T02:58:22.2947159Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (0 ms) 2022-11-23T02:58:22.2948056Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2022-11-23T02:58:22.2948886Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2022-11-23T02:58:22.2949561Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2022-11-23T02:58:22.2949990Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (0 ms) 2022-11-23T02:58:22.2950412Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2022-11-23T02:58:22.2950800Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2022-11-23T02:58:22.2951213Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2022-11-23T02:58:22.2951636Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2022-11-23T02:58:22.2952052Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2022-11-23T02:58:22.2952461Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2022-11-23T02:58:22.2952876Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2022-11-23T02:58:22.2953286Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (0 ms) 2022-11-23T02:58:22.2953848Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2022-11-23T02:58:22.2954570Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-11-23T02:58:22.2955479Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (0 ms total) 2022-11-23T02:58:22.2956389Z 2022-11-23T02:58:22.2956806Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector,3> 2022-11-23T02:58:22.2957380Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2022-11-23T02:58:22.2957849Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-11-23T02:58:22.2958358Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2022-11-23T02:58:22.2958636Z 2022-11-23T02:58:22.2959085Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector,3> 2022-11-23T02:58:22.2959749Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2022-11-23T02:58:22.2960233Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-11-23T02:58:22.2960747Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2022-11-23T02:58:22.2961035Z 2022-11-23T02:58:22.2961362Z [----------] Global test environment tear-down 2022-11-23T02:58:22.2962031Z [==========] 221 tests from 15 test suites ran. (3 ms total) 2022-11-23T02:58:22.2962571Z [ PASSED ] 221 tests. 2022-11-23T02:58:22.2963369Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2022-11-23T02:58:22.3083959Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.3084663Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:58:22.3100393Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:58:22.3100701Z [ PASSED ] 0 tests. 2022-11-23T02:58:22.3179346Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2022-11-23T02:58:22.3326049Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.3326549Z [==========] Running 18 tests from 1 test suite. 2022-11-23T02:58:22.3326883Z [----------] Global test environment set-up. 2022-11-23T02:58:22.3327299Z [----------] 18 tests from StringViewTest 2022-11-23T02:58:22.3327930Z [ RUN ] StringViewTest.testStringConstructor 2022-11-23T02:58:22.3328326Z [ OK ] StringViewTest.testStringConstructor (0 ms) 2022-11-23T02:58:22.3328820Z [ RUN ] StringViewTest.testConversionToString 2022-11-23T02:58:22.3329347Z [ OK ] StringViewTest.testConversionToString (0 ms) 2022-11-23T02:58:22.3329737Z [ RUN ] StringViewTest.testCopyAssignment 2022-11-23T02:58:22.3330366Z [ OK ] StringViewTest.testCopyAssignment (0 ms) 2022-11-23T02:58:22.3331002Z [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 2022-11-23T02:58:22.3331797Z [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 2022-11-23T02:58:22.3332313Z [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 2022-11-23T02:58:22.3332729Z [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 2022-11-23T02:58:22.3333168Z [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 2022-11-23T02:58:22.3333621Z [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 2022-11-23T02:58:22.3334065Z [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 2022-11-23T02:58:22.3334490Z [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 2022-11-23T02:58:22.3334926Z [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 2022-11-23T02:58:22.3335361Z [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 2022-11-23T02:58:22.3335758Z [ RUN ] StringViewTest.testSwapFunction 2022-11-23T02:58:22.3336112Z [ OK ] StringViewTest.testSwapFunction (0 ms) 2022-11-23T02:58:22.3336683Z [ RUN ] StringViewTest.testSwapMethod 2022-11-23T02:58:22.3337023Z [ OK ] StringViewTest.testSwapMethod (0 ms) 2022-11-23T02:58:22.3337447Z [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 2022-11-23T02:58:22.3337990Z [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 2022-11-23T02:58:22.3338508Z [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 2022-11-23T02:58:22.3338994Z [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 2022-11-23T02:58:22.3339611Z [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 2022-11-23T02:58:22.3340068Z [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 2022-11-23T02:58:22.3340645Z [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 2022-11-23T02:58:22.3341212Z [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 2022-11-23T02:58:22.3341414Z [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 2022-11-23T02:58:22.3341622Z [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 2022-11-23T02:58:22.3341855Z [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 2022-11-23T02:58:22.3342102Z [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 2022-11-23T02:58:22.3342260Z [ RUN ] StringViewTest.testOutputOperator 2022-11-23T02:58:22.3342432Z [ OK ] StringViewTest.testOutputOperator (0 ms) 2022-11-23T02:58:22.3342558Z [ RUN ] StringViewTest.testHash 2022-11-23T02:58:22.3342700Z [ OK ] StringViewTest.testHash (0 ms) 2022-11-23T02:58:22.3342987Z [----------] 18 tests from StringViewTest (0 ms total) 2022-11-23T02:58:22.3343005Z 2022-11-23T02:58:22.3343171Z [----------] Global test environment tear-down 2022-11-23T02:58:22.3354342Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.3354470Z [ PASSED ] 18 tests. 2022-11-23T02:58:22.3442950Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2022-11-23T02:58:22.3581791Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.3581966Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:58:22.3582139Z [----------] Global test environment set-up. 2022-11-23T02:58:22.3582250Z [----------] 2 tests from SymIntTest 2022-11-23T02:58:22.3582378Z [ RUN ] SymIntTest.ConcreteInts 2022-11-23T02:58:22.3582527Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2022-11-23T02:58:22.3582648Z [ RUN ] SymIntTest.CheckRange 2022-11-23T02:58:22.3582798Z [ OK ] SymIntTest.CheckRange (0 ms) 2022-11-23T02:58:22.3582947Z [----------] 2 tests from SymIntTest (0 ms total) 2022-11-23T02:58:22.3582959Z 2022-11-23T02:58:22.3583106Z [----------] Global test environment tear-down 2022-11-23T02:58:22.3598581Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.3598720Z [ PASSED ] 2 tests. 2022-11-23T02:58:22.3697505Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2022-11-23T02:58:22.3839605Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.3839771Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:58:22.3839936Z [----------] Global test environment set-up. 2022-11-23T02:58:22.3840065Z [----------] 2 tests from Synchronized 2022-11-23T02:58:22.3840240Z [ RUN ] Synchronized.TestSingleThreadExecution 2022-11-23T02:58:22.3840529Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2022-11-23T02:58:22.3840728Z [ RUN ] Synchronized.TestMultiThreadedExecution 2022-11-23T02:58:22.3893951Z [ OK ] Synchronized.TestMultiThreadedExecution (5 ms) 2022-11-23T02:58:22.3894152Z [----------] 2 tests from Synchronized (5 ms total) 2022-11-23T02:58:22.3894164Z 2022-11-23T02:58:22.3894543Z [----------] Global test environment tear-down 2022-11-23T02:58:22.3916615Z [==========] 2 tests from 1 test suite ran. (5 ms total) 2022-11-23T02:58:22.3916831Z [ PASSED ] 2 tests. 2022-11-23T02:58:22.3987241Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2022-11-23T02:58:22.4134360Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.4135100Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:22.4135262Z [----------] Global test environment set-up. 2022-11-23T02:58:22.4135393Z [----------] 1 test from TempDirTest 2022-11-23T02:58:22.4135550Z [ RUN ] TempDirTest.tryMakeTempdir 2022-11-23T02:58:22.4144051Z [ OK ] TempDirTest.tryMakeTempdir (1 ms) 2022-11-23T02:58:22.4144434Z [----------] 1 test from TempDirTest (1 ms total) 2022-11-23T02:58:22.4144449Z 2022-11-23T02:58:22.4144615Z [----------] Global test environment tear-down 2022-11-23T02:58:22.4154586Z [==========] 1 test from 1 test suite ran. (1 ms total) 2022-11-23T02:58:22.4154799Z [ PASSED ] 1 test. 2022-11-23T02:58:22.4235233Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2022-11-23T02:58:22.4379883Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.4380319Z [==========] Running 12 tests from 2 test suites. 2022-11-23T02:58:22.4380518Z [----------] Global test environment set-up. 2022-11-23T02:58:22.4380726Z [----------] 1 test from ThreadLocal 2022-11-23T02:58:22.4380906Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2022-11-23T02:58:22.4381485Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2022-11-23T02:58:22.4381675Z [----------] 1 test from ThreadLocal (0 ms total) 2022-11-23T02:58:22.4381687Z 2022-11-23T02:58:22.4381822Z [----------] 11 tests from ThreadLocalTest 2022-11-23T02:58:22.4382111Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2022-11-23T02:58:22.4382321Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2022-11-23T02:58:22.4382581Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2022-11-23T02:58:22.4382765Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2022-11-23T02:58:22.4382929Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2022-11-23T02:58:22.4383111Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2022-11-23T02:58:22.4383294Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2022-11-23T02:58:22.4383492Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2022-11-23T02:58:22.4383655Z [ RUN ] ThreadLocalTest.TestClassScope 2022-11-23T02:58:22.4383821Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2022-11-23T02:58:22.4383992Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2022-11-23T02:58:22.4384180Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2022-11-23T02:58:22.4384372Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2022-11-23T02:58:22.4384589Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2022-11-23T02:58:22.4384777Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2022-11-23T02:58:22.4393103Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (1 ms) 2022-11-23T02:58:22.4393446Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2022-11-23T02:58:22.4396855Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2022-11-23T02:58:22.4397156Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2022-11-23T02:58:22.4397341Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2022-11-23T02:58:22.4397608Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2022-11-23T02:58:22.4399328Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2022-11-23T02:58:22.4399522Z [----------] 11 tests from ThreadLocalTest (1 ms total) 2022-11-23T02:58:22.4399533Z 2022-11-23T02:58:22.4399888Z [----------] Global test environment tear-down 2022-11-23T02:58:22.4420070Z [==========] 12 tests from 2 test suites ran. (2 ms total) 2022-11-23T02:58:22.4420301Z [ PASSED ] 12 tests. 2022-11-23T02:58:22.4493691Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2022-11-23T02:58:22.4635106Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.4635297Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:58:22.4635597Z [----------] Global test environment set-up. 2022-11-23T02:58:22.4635915Z [----------] 5 tests from TypeMetaTest 2022-11-23T02:58:22.4636164Z [ RUN ] TypeMetaTest.TypeMetaStatic 2022-11-23T02:58:22.4636338Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2022-11-23T02:58:22.4636457Z [ RUN ] TypeMetaTest.Names 2022-11-23T02:58:22.4636583Z [ OK ] TypeMetaTest.Names (0 ms) 2022-11-23T02:58:22.4636828Z [ RUN ] TypeMetaTest.TypeMeta 2022-11-23T02:58:22.4636982Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2022-11-23T02:58:22.4637237Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2022-11-23T02:58:22.4637400Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2022-11-23T02:58:22.4637551Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2022-11-23T02:58:22.4637712Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2022-11-23T02:58:22.4637864Z [----------] 5 tests from TypeMetaTest (0 ms total) 2022-11-23T02:58:22.4637875Z 2022-11-23T02:58:22.4638020Z [----------] Global test environment tear-down 2022-11-23T02:58:22.4653344Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.4653474Z [ PASSED ] 5 tests. 2022-11-23T02:58:22.4745685Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2022-11-23T02:58:22.4879081Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.4879402Z [==========] Running 7 tests from 1 test suite. 2022-11-23T02:58:22.4879585Z [----------] Global test environment set-up. 2022-11-23T02:58:22.4879710Z [----------] 7 tests from TypeIndex 2022-11-23T02:58:22.4879840Z [ RUN ] TypeIndex.TopLevelName 2022-11-23T02:58:22.4879984Z [ OK ] TypeIndex.TopLevelName (0 ms) 2022-11-23T02:58:22.4880105Z [ RUN ] TypeIndex.NestedName 2022-11-23T02:58:22.4880238Z [ OK ] TypeIndex.NestedName (0 ms) 2022-11-23T02:58:22.4880391Z [ RUN ] TypeIndex.TypeTemplateParameter 2022-11-23T02:58:22.4880560Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2022-11-23T02:58:22.4880704Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2022-11-23T02:58:22.4880897Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2022-11-23T02:58:22.4881068Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2022-11-23T02:58:22.4881256Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2022-11-23T02:58:22.4881454Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2022-11-23T02:58:22.4881674Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2022-11-23T02:58:22.4883176Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2022-11-23T02:58:22.4883917Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2022-11-23T02:58:22.4884080Z [----------] 7 tests from TypeIndex (0 ms total) 2022-11-23T02:58:22.4884090Z 2022-11-23T02:58:22.4884236Z [----------] Global test environment tear-down 2022-11-23T02:58:22.4898718Z [==========] 7 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.4898844Z [ PASSED ] 7 tests. 2022-11-23T02:58:22.4978717Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2022-11-23T02:58:22.5118976Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.5119543Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:58:22.5119878Z [----------] Global test environment set-up. 2022-11-23T02:58:22.5120407Z [----------] 4 tests from TypeListTest 2022-11-23T02:58:22.5120744Z [ RUN ] TypeListTest.MapTypesToValues_sametype 2022-11-23T02:58:22.5121127Z [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 2022-11-23T02:58:22.5121494Z [ RUN ] TypeListTest.MapTypesToValues_differenttypes 2022-11-23T02:58:22.5121890Z [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 2022-11-23T02:58:22.5122271Z [ RUN ] TypeListTest.MapTypesToValues_members 2022-11-23T02:58:22.5122640Z [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 2022-11-23T02:58:22.5123000Z [ RUN ] TypeListTest.MapTypesToValues_empty 2022-11-23T02:58:22.5123351Z [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 2022-11-23T02:58:22.5123709Z [----------] 4 tests from TypeListTest (0 ms total) 2022-11-23T02:58:22.5123900Z 2022-11-23T02:58:22.5124046Z [----------] Global test environment tear-down 2022-11-23T02:58:22.5136706Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:22.5137173Z [ PASSED ] 4 tests. 2022-11-23T02:58:22.5208726Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2022-11-23T02:58:22.5348282Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:22.5348743Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:58:22.5371444Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:58:22.5371757Z [ PASSED ] 0 tests. 2022-11-23T02:58:22.5452652Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2022-11-23T02:58:23.2699566Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:23.2700216Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:58:23.2700642Z [----------] Global test environment set-up. 2022-11-23T02:58:23.2700972Z [----------] 5 tests from CppSignatureTest 2022-11-23T02:58:23.2701329Z [ RUN ] CppSignatureTest.given_equalSignature_then_areEqual 2022-11-23T02:58:23.2703311Z [ OK ] CppSignatureTest.given_equalSignature_then_areEqual (0 ms) 2022-11-23T02:58:23.2704012Z [ RUN ] CppSignatureTest.given_differentSignature_then_areDifferent 2022-11-23T02:58:23.2704653Z [ OK ] CppSignatureTest.given_differentSignature_then_areDifferent (0 ms) 2022-11-23T02:58:23.2705138Z [ RUN ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual 2022-11-23T02:58:23.2705770Z [ OK ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual (0 ms) 2022-11-23T02:58:23.2706256Z [ RUN ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent 2022-11-23T02:58:23.2706755Z [ OK ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent (0 ms) 2022-11-23T02:58:23.2707356Z [ RUN ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing 2022-11-23T02:58:23.2707826Z [ OK ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing (0 ms) 2022-11-23T02:58:23.2708257Z [----------] 5 tests from CppSignatureTest (0 ms total) 2022-11-23T02:58:23.2708461Z 2022-11-23T02:58:23.2708609Z [----------] Global test environment tear-down 2022-11-23T02:58:23.2718183Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:58:23.2718481Z [ PASSED ] 5 tests. 2022-11-23T02:58:23.4136236Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2022-11-23T02:58:24.0990371Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:24.0991494Z [==========] Running 15 tests from 1 test suite. 2022-11-23T02:58:24.0992227Z [----------] Global test environment set-up. 2022-11-23T02:58:24.0992913Z [----------] 15 tests from CPUGeneratorImpl 2022-11-23T02:58:24.0993719Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-11-23T02:58:24.0994675Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-11-23T02:58:24.0995079Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-11-23T02:58:24.0995469Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-11-23T02:58:24.0995828Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-11-23T02:58:24.0996164Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-11-23T02:58:24.0996576Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-11-23T02:58:24.1003223Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (1 ms) 2022-11-23T02:58:24.1004017Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-11-23T02:58:24.1004868Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-11-23T02:58:24.1005629Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-11-23T02:58:24.1008844Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-11-23T02:58:24.1009300Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-11-23T02:58:24.1024824Z [ OK ] CPUGeneratorImpl.TestRNGForking (1 ms) 2022-11-23T02:58:24.1025952Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-11-23T02:58:24.1026826Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-11-23T02:58:24.1027552Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-11-23T02:58:24.1028299Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-11-23T02:58:24.1029049Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-11-23T02:58:24.1029571Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-11-23T02:58:24.1030289Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-11-23T02:58:24.1031123Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-11-23T02:58:24.1032012Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-11-23T02:58:24.1032571Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-11-23T02:58:24.1033006Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-11-23T02:58:24.1033460Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-11-23T02:58:24.1033934Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-11-23T02:58:24.1034436Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-11-23T02:58:24.1034872Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-11-23T02:58:24.1035280Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-11-23T02:58:24.1035672Z [----------] 15 tests from CPUGeneratorImpl (4 ms total) 2022-11-23T02:58:24.1035877Z 2022-11-23T02:58:24.1036034Z [----------] Global test environment tear-down 2022-11-23T02:58:24.1050002Z [==========] 15 tests from 1 test suite ran. (4 ms total) 2022-11-23T02:58:24.1050670Z [ PASSED ] 15 tests. 2022-11-23T02:58:24.2249868Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2022-11-23T02:58:25.0710309Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:58:25.0710756Z [----------] Global test environment set-up. 2022-11-23T02:58:25.0711099Z [----------] 2 tests from CPUAllocationPlanTest 2022-11-23T02:58:25.0711452Z [ RUN ] CPUAllocationPlanTest.with_control_flow 2022-11-23T02:58:25.0870156Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0883897Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0898265Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0912447Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0926138Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0939849Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0955485Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0970905Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0984678Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.0998014Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:58:25.1026520Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1040435Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1054337Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1072772Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1092000Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1110013Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1127484Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1146909Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1164670Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1182272Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:58:25.1575097Z [ OK ] CPUAllocationPlanTest.with_control_flow (86 ms) 2022-11-23T02:58:25.1575876Z [ RUN ] CPUAllocationPlanTest.with_profiling_alloc 2022-11-23T02:58:26.1010120Z [ OK ] CPUAllocationPlanTest.with_profiling_alloc (943 ms) 2022-11-23T02:58:26.1011070Z [----------] 2 tests from CPUAllocationPlanTest (1029 ms total) 2022-11-23T02:58:26.1011592Z 2022-11-23T02:58:26.1012278Z [----------] Global test environment tear-down 2022-11-23T02:58:26.1030800Z [==========] 2 tests from 1 test suite ran. (1030 ms total) 2022-11-23T02:58:26.1031562Z [ PASSED ] 2 tests. 2022-11-23T02:58:26.3313575Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2022-11-23T02:58:27.0505165Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:27.0505724Z [==========] Running 22 tests from 1 test suite. 2022-11-23T02:58:27.0506026Z [----------] Global test environment set-up. 2022-11-23T02:58:27.0506318Z [----------] 22 tests from RNGTest 2022-11-23T02:58:27.0506601Z [ RUN ] RNGTest.RandomFromTo 2022-11-23T02:58:27.0803896Z [ OK ] RNGTest.RandomFromTo (29 ms) 2022-11-23T02:58:27.0804231Z [ RUN ] RNGTest.Random 2022-11-23T02:58:27.0833758Z [ OK ] RNGTest.Random (2 ms) 2022-11-23T02:58:27.0835071Z [ RUN ] RNGTest.Random64bits 2022-11-23T02:58:27.0835632Z [ OK ] RNGTest.Random64bits (0 ms) 2022-11-23T02:58:27.0835921Z [ RUN ] RNGTest.Normal 2022-11-23T02:58:27.0836976Z [ OK ] RNGTest.Normal (0 ms) 2022-11-23T02:58:27.0837345Z [ RUN ] RNGTest.Normal_float_Tensor_out 2022-11-23T02:58:27.0936847Z [ OK ] RNGTest.Normal_float_Tensor_out (9 ms) 2022-11-23T02:58:27.0937231Z [ RUN ] RNGTest.Normal_Tensor_float_out 2022-11-23T02:58:27.0938232Z [ OK ] RNGTest.Normal_Tensor_float_out (0 ms) 2022-11-23T02:58:27.0938566Z [ RUN ] RNGTest.Normal_Tensor_Tensor_out 2022-11-23T02:58:27.0940092Z [ OK ] RNGTest.Normal_Tensor_Tensor_out (0 ms) 2022-11-23T02:58:27.0940601Z [ RUN ] RNGTest.Normal_float_Tensor 2022-11-23T02:58:27.0941927Z [ OK ] RNGTest.Normal_float_Tensor (0 ms) 2022-11-23T02:58:27.0942237Z [ RUN ] RNGTest.Normal_Tensor_float 2022-11-23T02:58:27.0943329Z [ OK ] RNGTest.Normal_Tensor_float (0 ms) 2022-11-23T02:58:27.0943653Z [ RUN ] RNGTest.Normal_Tensor_Tensor 2022-11-23T02:58:27.0945192Z [ OK ] RNGTest.Normal_Tensor_Tensor (0 ms) 2022-11-23T02:58:27.0945847Z [ RUN ] RNGTest.Uniform 2022-11-23T02:58:27.0947308Z [ OK ] RNGTest.Uniform (0 ms) 2022-11-23T02:58:27.0947754Z [ RUN ] RNGTest.Cauchy 2022-11-23T02:58:27.0949381Z [ OK ] RNGTest.Cauchy (0 ms) 2022-11-23T02:58:27.0949654Z [ RUN ] RNGTest.LogNormal 2022-11-23T02:58:27.0949936Z [ OK ] RNGTest.LogNormal (0 ms) 2022-11-23T02:58:27.0950194Z [ RUN ] RNGTest.Geometric 2022-11-23T02:58:27.0951463Z [ OK ] RNGTest.Geometric (0 ms) 2022-11-23T02:58:27.0951765Z [ RUN ] RNGTest.Exponential 2022-11-23T02:58:27.0952986Z [ OK ] RNGTest.Exponential (0 ms) 2022-11-23T02:58:27.0953621Z [ RUN ] RNGTest.Bernoulli_Tensor 2022-11-23T02:58:27.0954783Z [ OK ] RNGTest.Bernoulli_Tensor (0 ms) 2022-11-23T02:58:27.0955249Z [ RUN ] RNGTest.Bernoulli_scalar 2022-11-23T02:58:27.0956306Z [ OK ] RNGTest.Bernoulli_scalar (0 ms) 2022-11-23T02:58:27.0956676Z [ RUN ] RNGTest.Bernoulli 2022-11-23T02:58:27.0957744Z [ OK ] RNGTest.Bernoulli (0 ms) 2022-11-23T02:58:27.0958097Z [ RUN ] RNGTest.Bernoulli_2 2022-11-23T02:58:27.0958655Z [ OK ] RNGTest.Bernoulli_2 (0 ms) 2022-11-23T02:58:27.0959164Z [ RUN ] RNGTest.Bernoulli_p 2022-11-23T02:58:27.0960424Z [ OK ] RNGTest.Bernoulli_p (0 ms) 2022-11-23T02:58:27.0960737Z [ RUN ] RNGTest.Bernoulli_p_2 2022-11-23T02:58:27.0961767Z [ OK ] RNGTest.Bernoulli_p_2 (0 ms) 2022-11-23T02:58:27.0962125Z [ RUN ] RNGTest.Bernoulli_out 2022-11-23T02:58:27.0963152Z [ OK ] RNGTest.Bernoulli_out (0 ms) 2022-11-23T02:58:27.0963641Z [----------] 22 tests from RNGTest (45 ms total) 2022-11-23T02:58:27.0963829Z 2022-11-23T02:58:27.0963979Z [----------] Global test environment tear-down 2022-11-23T02:58:27.0984262Z [==========] 22 tests from 1 test suite ran. (46 ms total) 2022-11-23T02:58:27.0984774Z [ PASSED ] 22 tests. 2022-11-23T02:58:27.2245046Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_apply_test.exe" 2022-11-23T02:58:27.9366202Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:27.9366733Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:58:27.9379782Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:58:27.9380093Z [ PASSED ] 0 tests. 2022-11-23T02:58:28.0681648Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_atomic_ops_test.exe" 2022-11-23T02:58:28.7404359Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:28.7404996Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:28.7405332Z [----------] Global test environment set-up. 2022-11-23T02:58:28.7405643Z [----------] 1 test from TestAtomicOps 2022-11-23T02:58:28.7405971Z [ RUN ] TestAtomicOps.TestAtomicAdd 2022-11-23T02:58:28.9554508Z [ OK ] TestAtomicOps.TestAtomicAdd (214 ms) 2022-11-23T02:58:28.9555004Z [----------] 1 test from TestAtomicOps (215 ms total) 2022-11-23T02:58:28.9555209Z 2022-11-23T02:58:28.9555361Z [----------] Global test environment tear-down 2022-11-23T02:58:28.9571219Z [==========] 1 test from 1 test suite ran. (215 ms total) 2022-11-23T02:58:28.9571623Z [ PASSED ] 1 test. 2022-11-23T02:58:28.9571781Z 2022-11-23T02:58:28.9571896Z YOU HAVE 3 DISABLED TESTS 2022-11-23T02:58:28.9572052Z 2022-11-23T02:58:29.2266016Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_caching_host_allocator_test.exe" 2022-11-23T02:58:30.1386761Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:58:30.1387198Z [----------] Global test environment set-up. 2022-11-23T02:58:30.1387545Z [----------] 5 tests from CachingHostAllocatorTest 2022-11-23T02:58:30.1387906Z [ RUN ] CachingHostAllocatorTest.pinned_alias_slice 2022-11-23T02:58:31.9887572Z [ OK ] CachingHostAllocatorTest.pinned_alias_slice (1850 ms) 2022-11-23T02:58:31.9888066Z [ RUN ] CachingHostAllocatorTest.check_raw_allocation 2022-11-23T02:58:31.9888468Z [ OK ] CachingHostAllocatorTest.check_raw_allocation (0 ms) 2022-11-23T02:58:31.9889130Z [ RUN ] CachingHostAllocatorTest.check_unknown_tensor 2022-11-23T02:58:31.9889618Z [ OK ] CachingHostAllocatorTest.check_unknown_tensor (0 ms) 2022-11-23T02:58:31.9890031Z [ RUN ] CachingHostAllocatorTest.check_empty_cache 2022-11-23T02:58:31.9893594Z [ OK ] CachingHostAllocatorTest.check_empty_cache (0 ms) 2022-11-23T02:58:31.9894016Z [ RUN ] CachingHostAllocatorTest.check_reuse 2022-11-23T02:58:31.9899024Z [ OK ] CachingHostAllocatorTest.check_reuse (0 ms) 2022-11-23T02:58:31.9899538Z [----------] 5 tests from CachingHostAllocatorTest (1851 ms total) 2022-11-23T02:58:31.9899772Z 2022-11-23T02:58:31.9899925Z [----------] Global test environment tear-down 2022-11-23T02:58:31.9916114Z [==========] 5 tests from 1 test suite ran. (1851 ms total) 2022-11-23T02:58:31.9916693Z [ PASSED ] 5 tests. 2022-11-23T02:58:32.3941961Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_complex_math_test.exe" 2022-11-23T02:58:33.1184199Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:33.1184727Z [==========] Running 24 tests from 22 test suites. 2022-11-23T02:58:33.1185192Z [----------] Global test environment set-up. 2022-11-23T02:58:33.1185528Z [----------] 2 tests from TestExponentialDevice 2022-11-23T02:58:33.1185850Z [ RUN ] TestExponentialDevice.IPi 2022-11-23T02:58:33.3133438Z [ OK ] TestExponentialDevice.IPi (194 ms) 2022-11-23T02:58:33.3134201Z [ RUN ] TestExponentialDevice.EulerFormula 2022-11-23T02:58:33.3134874Z [ OK ] TestExponentialDevice.EulerFormula (0 ms) 2022-11-23T02:58:33.3135933Z [----------] 2 tests from TestExponentialDevice (194 ms total) 2022-11-23T02:58:33.3136353Z 2022-11-23T02:58:33.3136577Z [----------] 1 test from TestLogDevice 2022-11-23T02:58:33.3137077Z [ RUN ] TestLogDevice.Definition 2022-11-23T02:58:33.3137574Z [ OK ] TestLogDevice.Definition (0 ms) 2022-11-23T02:58:33.3138030Z [----------] 1 test from TestLogDevice (0 ms total) 2022-11-23T02:58:33.3138408Z 2022-11-23T02:58:33.3138613Z [----------] 1 test from TestLog10Device 2022-11-23T02:58:33.3139115Z [ RUN ] TestLog10Device.Rev 2022-11-23T02:58:33.3139516Z [ OK ] TestLog10Device.Rev (0 ms) 2022-11-23T02:58:33.3140089Z [----------] 1 test from TestLog10Device (0 ms total) 2022-11-23T02:58:33.3140434Z 2022-11-23T02:58:33.3140658Z [----------] 1 test from TestLog2Device 2022-11-23T02:58:33.3141141Z [ RUN ] TestLog2Device.Rev 2022-11-23T02:58:33.3141669Z [ OK ] TestLog2Device.Rev (0 ms) 2022-11-23T02:58:33.3142205Z [----------] 1 test from TestLog2Device (0 ms total) 2022-11-23T02:58:33.3142536Z 2022-11-23T02:58:33.3142788Z [----------] 1 test from TestPowSqrtDevice 2022-11-23T02:58:33.3143324Z [ RUN ] TestPowSqrtDevice.Equal 2022-11-23T02:58:33.3143840Z [ OK ] TestPowSqrtDevice.Equal (0 ms) 2022-11-23T02:58:33.3144269Z [----------] 1 test from TestPowSqrtDevice (0 ms total) 2022-11-23T02:58:33.3144478Z 2022-11-23T02:58:33.3144606Z [----------] 1 test from TestPowDevice 2022-11-23T02:58:33.3144868Z [ RUN ] TestPowDevice.Square 2022-11-23T02:58:33.3145157Z [ OK ] TestPowDevice.Square (0 ms) 2022-11-23T02:58:33.3145475Z [----------] 1 test from TestPowDevice (0 ms total) 2022-11-23T02:58:33.3145664Z 2022-11-23T02:58:33.3145820Z [----------] 1 test from TestSinCosSinhCoshDevice 2022-11-23T02:58:33.3146165Z [ RUN ] TestSinCosSinhCoshDevice.Identity 2022-11-23T02:58:33.3146524Z [ OK ] TestSinCosSinhCoshDevice.Identity (0 ms) 2022-11-23T02:58:33.3146891Z [----------] 1 test from TestSinCosSinhCoshDevice (0 ms total) 2022-11-23T02:58:33.3147110Z 2022-11-23T02:58:33.3147237Z [----------] 1 test from TestTanDevice 2022-11-23T02:58:33.3147520Z [ RUN ] TestTanDevice.Identity 2022-11-23T02:58:33.3147817Z [ OK ] TestTanDevice.Identity (0 ms) 2022-11-23T02:58:33.3148135Z [----------] 1 test from TestTanDevice (0 ms total) 2022-11-23T02:58:33.3148323Z 2022-11-23T02:58:33.3148632Z [----------] 1 test from TestTanhDevice 2022-11-23T02:58:33.3148905Z [ RUN ] TestTanhDevice.Identity 2022-11-23T02:58:33.3149212Z [ OK ] TestTanhDevice.Identity (0 ms) 2022-11-23T02:58:33.3149539Z [----------] 1 test from TestTanhDevice (0 ms total) 2022-11-23T02:58:33.3149729Z 2022-11-23T02:58:33.3149891Z [----------] 1 test from TestRevTrigonometricDevice 2022-11-23T02:58:33.3150231Z [ RUN ] TestRevTrigonometricDevice.Rev 2022-11-23T02:58:33.3150572Z [ OK ] TestRevTrigonometricDevice.Rev (0 ms) 2022-11-23T02:58:33.3150932Z [----------] 1 test from TestRevTrigonometricDevice (0 ms total) 2022-11-23T02:58:33.3151153Z 2022-11-23T02:58:33.3151312Z [----------] 1 test from TestRevHyperbolicDevice 2022-11-23T02:58:33.3151639Z [ RUN ] TestRevHyperbolicDevice.Rev 2022-11-23T02:58:33.3151970Z [ OK ] TestRevHyperbolicDevice.Rev (0 ms) 2022-11-23T02:58:33.3152334Z [----------] 1 test from TestRevHyperbolicDevice (0 ms total) 2022-11-23T02:58:33.3152551Z 2022-11-23T02:58:33.3152696Z [----------] 2 tests from TestExponentialHost 2022-11-23T02:58:33.3152981Z [ RUN ] TestExponentialHost.IPi 2022-11-23T02:58:33.3153290Z [ OK ] TestExponentialHost.IPi (0 ms) 2022-11-23T02:58:33.3153618Z [ RUN ] TestExponentialHost.EulerFormula 2022-11-23T02:58:33.3153972Z [ OK ] TestExponentialHost.EulerFormula (0 ms) 2022-11-23T02:58:33.3154337Z [----------] 2 tests from TestExponentialHost (0 ms total) 2022-11-23T02:58:33.3154539Z 2022-11-23T02:58:33.3154659Z [----------] 1 test from TestLogHost 2022-11-23T02:58:33.3154923Z [ RUN ] TestLogHost.Definition 2022-11-23T02:58:33.3155225Z [ OK ] TestLogHost.Definition (0 ms) 2022-11-23T02:58:33.3155631Z [----------] 1 test from TestLogHost (0 ms total) 2022-11-23T02:58:33.3155835Z 2022-11-23T02:58:33.3155960Z [----------] 1 test from TestLog10Host 2022-11-23T02:58:33.3156233Z [ RUN ] TestLog10Host.Rev 2022-11-23T02:58:33.3156486Z [ OK ] TestLog10Host.Rev (0 ms) 2022-11-23T02:58:33.3156800Z [----------] 1 test from TestLog10Host (0 ms total) 2022-11-23T02:58:33.3156984Z 2022-11-23T02:58:33.3157105Z [----------] 1 test from TestLog2Host 2022-11-23T02:58:33.3157370Z [ RUN ] TestLog2Host.Rev 2022-11-23T02:58:33.3157637Z [ OK ] TestLog2Host.Rev (0 ms) 2022-11-23T02:58:33.3157938Z [----------] 1 test from TestLog2Host (0 ms total) 2022-11-23T02:58:33.3158121Z 2022-11-23T02:58:33.3158235Z [----------] 1 test from TestPowSqrtHost 2022-11-23T02:58:33.3158519Z [ RUN ] TestPowSqrtHost.Equal 2022-11-23T02:58:33.3158814Z [ OK ] TestPowSqrtHost.Equal (0 ms) 2022-11-23T02:58:33.3159139Z [----------] 1 test from TestPowSqrtHost (0 ms total) 2022-11-23T02:58:33.3159336Z 2022-11-23T02:58:33.3159457Z [----------] 1 test from TestPowHost 2022-11-23T02:58:33.3159730Z [ RUN ] TestPowHost.Square 2022-11-23T02:58:33.3159991Z [ OK ] TestPowHost.Square (0 ms) 2022-11-23T02:58:33.3160300Z [----------] 1 test from TestPowHost (0 ms total) 2022-11-23T02:58:33.3160486Z 2022-11-23T02:58:33.3160636Z [----------] 1 test from TestSinCosSinhCoshHost 2022-11-23T02:58:33.3160966Z [ RUN ] TestSinCosSinhCoshHost.Identity 2022-11-23T02:58:33.3161314Z [ OK ] TestSinCosSinhCoshHost.Identity (0 ms) 2022-11-23T02:58:33.3161669Z [----------] 1 test from TestSinCosSinhCoshHost (0 ms total) 2022-11-23T02:58:33.3161878Z 2022-11-23T02:58:33.3162020Z [----------] 1 test from TestTanHost 2022-11-23T02:58:33.3162296Z [ RUN ] TestTanHost.Identity 2022-11-23T02:58:33.3162581Z [ OK ] TestTanHost.Identity (0 ms) 2022-11-23T02:58:33.3162891Z [----------] 1 test from TestTanHost (0 ms total) 2022-11-23T02:58:33.3163072Z 2022-11-23T02:58:33.3163196Z [----------] 1 test from TestTanhHost 2022-11-23T02:58:33.3163473Z [ RUN ] TestTanhHost.Identity 2022-11-23T02:58:33.3163746Z [ OK ] TestTanhHost.Identity (0 ms) 2022-11-23T02:58:33.3164062Z [----------] 1 test from TestTanhHost (0 ms total) 2022-11-23T02:58:33.3164247Z 2022-11-23T02:58:33.3164513Z [----------] 1 test from TestRevTrigonometricHost 2022-11-23T02:58:33.3164841Z [ RUN ] TestRevTrigonometricHost.Rev 2022-11-23T02:58:33.3165176Z [ OK ] TestRevTrigonometricHost.Rev (0 ms) 2022-11-23T02:58:33.3165544Z [----------] 1 test from TestRevTrigonometricHost (0 ms total) 2022-11-23T02:58:33.3165741Z 2022-11-23T02:58:33.3165890Z [----------] 1 test from TestRevHyperbolicHost 2022-11-23T02:58:33.3166199Z [ RUN ] TestRevHyperbolicHost.Rev 2022-11-23T02:58:33.3166518Z [ OK ] TestRevHyperbolicHost.Rev (0 ms) 2022-11-23T02:58:33.3166870Z [----------] 1 test from TestRevHyperbolicHost (0 ms total) 2022-11-23T02:58:33.3167077Z 2022-11-23T02:58:33.3167224Z [----------] Global test environment tear-down 2022-11-23T02:58:33.3169197Z [==========] 24 tests from 22 test suites ran. (196 ms total) 2022-11-23T02:58:33.3169473Z [ PASSED ] 24 tests. 2022-11-23T02:58:33.5924129Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_complex_test.exe" 2022-11-23T02:58:34.2586219Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:34.2586773Z [==========] Running 11 tests from 7 test suites. 2022-11-23T02:58:34.2587187Z [----------] Global test environment set-up. 2022-11-23T02:58:34.2587496Z [----------] 2 tests from TestMemory 2022-11-23T02:58:34.2588037Z [ RUN ] TestMemory.ReinterpretCast 2022-11-23T02:58:34.2588525Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2022-11-23T02:58:34.2588846Z [ RUN ] TestMemory.ThrustReinterpretCast 2022-11-23T02:58:34.2589335Z [ OK ] TestMemory.ThrustReinterpretCast (0 ms) 2022-11-23T02:58:34.2590165Z [----------] 2 tests from TestMemory (0 ms total) 2022-11-23T02:58:34.2590406Z 2022-11-23T02:58:34.2590552Z [----------] 2 tests from TestConstructors 2022-11-23T02:58:34.2590857Z [ RUN ] TestConstructors.FromThrust 2022-11-23T02:58:34.2591181Z [ OK ] TestConstructors.FromThrust (0 ms) 2022-11-23T02:58:34.2591513Z [ RUN ] TestConstructors.UnorderedMap 2022-11-23T02:58:34.2591849Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2022-11-23T02:58:34.2592202Z [----------] 2 tests from TestConstructors (0 ms total) 2022-11-23T02:58:34.2592401Z 2022-11-23T02:58:34.2592524Z [----------] 1 test from TestAssignment 2022-11-23T02:58:34.2592814Z [ RUN ] TestAssignment.FromThrust 2022-11-23T02:58:34.2593126Z [ OK ] TestAssignment.FromThrust (0 ms) 2022-11-23T02:58:34.2593546Z [----------] 1 test from TestAssignment (0 ms total) 2022-11-23T02:58:34.2593893Z 2022-11-23T02:58:34.2594162Z [----------] 1 test from TestArithmeticIntScalar 2022-11-23T02:58:34.2594757Z [ RUN ] TestArithmeticIntScalar.All 2022-11-23T02:58:34.2595267Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2022-11-23T02:58:34.2595633Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2022-11-23T02:58:34.2595976Z 2022-11-23T02:58:34.2596204Z [----------] 1 test from TestIO 2022-11-23T02:58:34.2596446Z [ RUN ] TestIO.All 2022-11-23T02:58:34.2596706Z [ OK ] TestIO.All (0 ms) 2022-11-23T02:58:34.2596984Z [----------] 1 test from TestIO (0 ms total) 2022-11-23T02:58:34.2597156Z 2022-11-23T02:58:34.2597267Z [----------] 1 test from TestStd 2022-11-23T02:58:34.2597536Z [ RUN ] TestStd.BasicFunctions 2022-11-23T02:58:34.2597815Z [ OK ] TestStd.BasicFunctions (0 ms) 2022-11-23T02:58:34.2598118Z [----------] 1 test from TestStd (0 ms total) 2022-11-23T02:58:34.2598292Z 2022-11-23T02:58:34.2598412Z [----------] 3 tests from DeviceTests 2022-11-23T02:58:34.2598705Z [ RUN ] DeviceTests.ThrustConversion 2022-11-23T02:58:34.4476434Z [ OK ] DeviceTests.ThrustConversion (188 ms) 2022-11-23T02:58:34.4476866Z [ RUN ] DeviceTests.StdFunctions 2022-11-23T02:58:34.4477185Z [ OK ] DeviceTests.StdFunctions (0 ms) 2022-11-23T02:58:34.4477499Z [ RUN ] DeviceTests.ReinterpretCast 2022-11-23T02:58:34.4477825Z [ OK ] DeviceTests.ReinterpretCast (0 ms) 2022-11-23T02:58:34.4478451Z [----------] 3 tests from DeviceTests (188 ms total) 2022-11-23T02:58:34.4478645Z 2022-11-23T02:58:34.4478793Z [----------] Global test environment tear-down 2022-11-23T02:58:34.4494636Z [==========] 11 tests from 7 test suites ran. (189 ms total) 2022-11-23T02:58:34.4494937Z [ PASSED ] 11 tests. 2022-11-23T02:58:34.7086887Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_cub_test.exe" 2022-11-23T02:58:35.4070177Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:35.4070691Z [==========] Running 3 tests from 3 test suites. 2022-11-23T02:58:35.4071172Z [----------] Global test environment set-up. 2022-11-23T02:58:35.4071568Z [----------] 1 test from NumBits 2022-11-23T02:58:35.4071833Z [ RUN ] NumBits.CubTest 2022-11-23T02:58:35.4072214Z [ OK ] NumBits.CubTest (0 ms) 2022-11-23T02:58:35.4072635Z [----------] 1 test from NumBits (0 ms total) 2022-11-23T02:58:35.4072830Z 2022-11-23T02:58:35.4072971Z [----------] 1 test from InclusiveScanSplit 2022-11-23T02:58:35.4073272Z [ RUN ] InclusiveScanSplit.CubTest 2022-11-23T02:58:35.6092847Z [ OK ] InclusiveScanSplit.CubTest (202 ms) 2022-11-23T02:58:35.6093303Z [----------] 1 test from InclusiveScanSplit (202 ms total) 2022-11-23T02:58:35.6093511Z 2022-11-23T02:58:35.6093657Z [----------] 1 test from ExclusiveScanSplit 2022-11-23T02:58:35.6093969Z [ RUN ] ExclusiveScanSplit.CubTest 2022-11-23T02:58:35.6094429Z [ OK ] ExclusiveScanSplit.CubTest (0 ms) 2022-11-23T02:58:35.6094807Z [----------] 1 test from ExclusiveScanSplit (0 ms total) 2022-11-23T02:58:35.6095010Z 2022-11-23T02:58:35.6095441Z [----------] Global test environment tear-down 2022-11-23T02:58:35.6112335Z [==========] 3 tests from 3 test suites ran. (202 ms total) 2022-11-23T02:58:35.6112653Z [ PASSED ] 3 tests. 2022-11-23T02:58:35.8509853Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_cudnn_test.exe" 2022-11-23T02:58:36.5949661Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:36.5950171Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:36.5950496Z [----------] Global test environment set-up. 2022-11-23T02:58:36.5951023Z [----------] 1 test from CUDNNTest 2022-11-23T02:58:36.5951311Z [ RUN ] CUDNNTest.CUDNNTestCUDA 2022-11-23T02:58:36.7168204Z [ OK ] CUDNNTest.CUDNNTestCUDA (121 ms) 2022-11-23T02:58:36.7168618Z [----------] 1 test from CUDNNTest (121 ms total) 2022-11-23T02:58:36.7168812Z 2022-11-23T02:58:36.7168964Z [----------] Global test environment tear-down 2022-11-23T02:58:36.7183025Z [==========] 1 test from 1 test suite ran. (121 ms total) 2022-11-23T02:58:36.7183731Z [ PASSED ] 1 test. 2022-11-23T02:58:36.9521410Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_device_test.exe" 2022-11-23T02:58:37.6733571Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:37.6734083Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:37.6734557Z [----------] Global test environment set-up. 2022-11-23T02:58:37.6734867Z [----------] 1 test from CudaDeviceTest 2022-11-23T02:58:37.6735231Z [ RUN ] CudaDeviceTest.getDeviceFromPtr_fails_with_host_memory 2022-11-23T02:58:37.8391415Z [ OK ] CudaDeviceTest.getDeviceFromPtr_fails_with_host_memory (165 ms) 2022-11-23T02:58:37.8391921Z [----------] 1 test from CudaDeviceTest (165 ms total) 2022-11-23T02:58:37.8392127Z 2022-11-23T02:58:37.8392297Z [----------] Global test environment tear-down 2022-11-23T02:58:37.8405369Z [==========] 1 test from 1 test suite ran. (165 ms total) 2022-11-23T02:58:37.8405869Z [ PASSED ] 1 test. 2022-11-23T02:58:38.1004809Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_distributions_test.exe" 2022-11-23T02:58:38.8076055Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:38.8076786Z [==========] Running 4 tests from 2 test suites. 2022-11-23T02:58:38.8077245Z [----------] Global test environment set-up. 2022-11-23T02:58:38.8077563Z [----------] 3 tests from DistributionsTest 2022-11-23T02:58:38.8077977Z [ RUN ] DistributionsTest.TestPhiloxIncrementSmallUniformTensor 2022-11-23T02:58:40.8001804Z [ OK ] DistributionsTest.TestPhiloxIncrementSmallUniformTensor (1992 ms) 2022-11-23T02:58:40.8002376Z [ RUN ] DistributionsTest.TestPhiloxIncrementBigUniformTensor 2022-11-23T02:58:40.8021956Z [ OK ] DistributionsTest.TestPhiloxIncrementBigUniformTensor (2 ms) 2022-11-23T02:58:40.8022497Z [ RUN ] DistributionsTest.TestPhiloxIncrementSmallMultinomialTensor 2022-11-23T02:58:40.8062893Z [ OK ] DistributionsTest.TestPhiloxIncrementSmallMultinomialTensor (4 ms) 2022-11-23T02:58:40.8063494Z [----------] 3 tests from DistributionsTest (1998 ms total) 2022-11-23T02:58:40.8063794Z 2022-11-23T02:58:40.8063983Z [----------] 1 test from RandomPermutationTest 2022-11-23T02:58:40.8064465Z [ RUN ] RandomPermutationTest.TestIslandShuffle 2022-11-23T02:58:40.8184719Z [ OK ] RandomPermutationTest.TestIslandShuffle (12 ms) 2022-11-23T02:58:40.8185297Z [----------] 1 test from RandomPermutationTest (12 ms total) 2022-11-23T02:58:40.8185513Z 2022-11-23T02:58:40.8185661Z [----------] Global test environment tear-down 2022-11-23T02:58:40.8207712Z [==========] 4 tests from 2 test suites ran. (2011 ms total) 2022-11-23T02:58:40.8208013Z [ PASSED ] 4 tests. 2022-11-23T02:58:41.2450719Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_dlconvertor_test.exe" 2022-11-23T02:58:42.0113259Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:42.0114166Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:58:42.0114516Z [----------] Global test environment set-up. 2022-11-23T02:58:42.0114815Z [----------] 3 tests from TestDlconvertor 2022-11-23T02:58:42.0115152Z [ RUN ] TestDlconvertor.TestDlconvertorCUDA 2022-11-23T02:58:43.9798609Z [ OK ] TestDlconvertor.TestDlconvertorCUDA (1968 ms) 2022-11-23T02:58:43.9799082Z [ RUN ] TestDlconvertor.TestDlconvertorNoStridesCUDA 2022-11-23T02:58:43.9799526Z [ OK ] TestDlconvertor.TestDlconvertorNoStridesCUDA (0 ms) 2022-11-23T02:58:43.9799954Z [ RUN ] TestDlconvertor.TestDlconvertorCUDAHIP 2022-11-23T02:58:43.9800748Z [ OK ] TestDlconvertor.TestDlconvertorCUDAHIP (0 ms) 2022-11-23T02:58:43.9801286Z [----------] 3 tests from TestDlconvertor (1968 ms total) 2022-11-23T02:58:43.9801490Z 2022-11-23T02:58:43.9801639Z [----------] Global test environment tear-down 2022-11-23T02:58:43.9817787Z [==========] 3 tests from 1 test suite ran. (1968 ms total) 2022-11-23T02:58:43.9818729Z [ PASSED ] 3 tests. 2022-11-23T02:58:44.3856768Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_generator_test.exe" 2022-11-23T02:58:45.2012542Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:45.2013014Z [==========] Running 11 tests from 1 test suite. 2022-11-23T02:58:45.2013514Z [----------] Global test environment set-up. 2022-11-23T02:58:45.2013843Z [----------] 11 tests from CUDAGeneratorImpl 2022-11-23T02:58:45.2014235Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineReproducibility 2022-11-23T02:58:45.4029512Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineReproducibility (201 ms) 2022-11-23T02:58:45.4030285Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineOffset1 2022-11-23T02:58:45.4030715Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-11-23T02:58:45.4031271Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineOffset2 2022-11-23T02:58:45.4031699Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-11-23T02:58:45.4032714Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineOffset3 2022-11-23T02:58:45.4033128Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-11-23T02:58:45.4033515Z [ RUN ] CUDAGeneratorImpl.TestPhiloxEngineIndex 2022-11-23T02:58:45.4033919Z [ OK ] CUDAGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-11-23T02:58:45.4034328Z [ RUN ] CUDAGeneratorImpl.TestGeneratorDynamicCast 2022-11-23T02:58:47.2429329Z [ OK ] CUDAGeneratorImpl.TestGeneratorDynamicCast (1839 ms) 2022-11-23T02:58:47.2429969Z [ RUN ] CUDAGeneratorImpl.TestDefaultGenerator 2022-11-23T02:58:47.2430387Z [ OK ] CUDAGeneratorImpl.TestDefaultGenerator (0 ms) 2022-11-23T02:58:47.2430775Z [ RUN ] CUDAGeneratorImpl.TestCloning 2022-11-23T02:58:47.2431371Z [ OK ] CUDAGeneratorImpl.TestCloning (0 ms) 2022-11-23T02:58:47.2432207Z [ RUN ] CUDAGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-11-23T02:58:47.2440433Z [ OK ] CUDAGeneratorImpl.TestMultithreadingGetSetCurrentSeed (1 ms) 2022-11-23T02:58:47.2440910Z [ RUN ] CUDAGeneratorImpl.TestRNGForking 2022-11-23T02:58:47.2464953Z [ OK ] CUDAGeneratorImpl.TestRNGForking (2 ms) 2022-11-23T02:58:47.2465673Z [ RUN ] CUDAGeneratorImpl.TestMultithreadRNG 2022-11-23T02:58:47.4657234Z [ OK ] CUDAGeneratorImpl.TestMultithreadRNG (219 ms) 2022-11-23T02:58:47.4657780Z [----------] 11 tests from CUDAGeneratorImpl (2264 ms total) 2022-11-23T02:58:47.4657997Z 2022-11-23T02:58:47.4658150Z [----------] Global test environment tear-down 2022-11-23T02:58:47.4682816Z [==========] 11 tests from 1 test suite ran. (2264 ms total) 2022-11-23T02:58:47.4683147Z [ PASSED ] 11 tests. 2022-11-23T02:58:47.9032240Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_half_test.exe" 2022-11-23T02:58:48.7190112Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:48.7190617Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:48.7191053Z [----------] Global test environment set-up. 2022-11-23T02:58:48.7191383Z [----------] 1 test from HalfCuda 2022-11-23T02:58:48.7191651Z [ RUN ] HalfCuda.HalfCuda 2022-11-23T02:58:48.9241153Z [ OK ] HalfCuda.HalfCuda (205 ms) 2022-11-23T02:58:48.9241587Z [----------] 1 test from HalfCuda (205 ms total) 2022-11-23T02:58:48.9241775Z 2022-11-23T02:58:48.9242085Z [----------] Global test environment tear-down 2022-11-23T02:58:48.9258241Z [==========] 1 test from 1 test suite ran. (205 ms total) 2022-11-23T02:58:48.9258562Z [ PASSED ] 1 test. 2022-11-23T02:58:49.1956172Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_integer_divider_test.exe" 2022-11-23T02:58:49.9271964Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:58:49.9272457Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:58:49.9272948Z [----------] Global test environment set-up. 2022-11-23T02:58:49.9273286Z [----------] 1 test from TestCUDAIntegerDivider 2022-11-23T02:58:49.9273627Z [ RUN ] TestCUDAIntegerDivider.IntegerDivider 2022-11-23T03:01:57.7923800Z Testing 32-bit integer division ......................................................................................................---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Done! 2022-11-23T03:01:57.7953267Z [ OK ] TestCUDAIntegerDivider.IntegerDivider (187868 ms) 2022-11-23T03:01:57.7953780Z [----------] 1 test from TestCUDAIntegerDivider (187868 ms total) 2022-11-23T03:01:57.7954008Z 2022-11-23T03:01:57.7954162Z [----------] Global test environment tear-down 2022-11-23T03:01:57.7972506Z [==========] 1 test from 1 test suite ran. (187868 ms total) 2022-11-23T03:01:57.7972976Z [ PASSED ] 1 test. 2022-11-23T03:01:58.0980563Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_optional_test.exe" 2022-11-23T03:01:58.7960562Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:01:58.7961555Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:01:58.7962117Z [----------] Global test environment set-up. 2022-11-23T03:01:58.7962733Z [----------] 1 test from OptionalTest 2022-11-23T03:01:58.7963536Z [ RUN ] OptionalTest.OptionalTestCUDA 2022-11-23T03:01:58.9123045Z [ OK ] OptionalTest.OptionalTestCUDA (116 ms) 2022-11-23T03:01:58.9123506Z [----------] 1 test from OptionalTest (116 ms total) 2022-11-23T03:01:58.9123695Z 2022-11-23T03:01:58.9123845Z [----------] Global test environment tear-down 2022-11-23T03:01:58.9137378Z [==========] 1 test from 1 test suite ran. (116 ms total) 2022-11-23T03:01:58.9138148Z [ PASSED ] 1 test. 2022-11-23T03:01:59.1507613Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_packedtensoraccessor_test.exe" 2022-11-23T03:01:59.8216004Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:01:59.8216689Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:01:59.8217199Z [----------] Global test environment set-up. 2022-11-23T03:01:59.8217713Z [----------] 1 test from PackedtensoraccessorTest 2022-11-23T03:01:59.8218887Z [ RUN ] PackedtensoraccessorTest.PackedtensoraccessorTestCUDA 2022-11-23T03:02:02.7720363Z [ OK ] PackedtensoraccessorTest.PackedtensoraccessorTestCUDA (2950 ms) 2022-11-23T03:02:02.7721809Z [----------] 1 test from PackedtensoraccessorTest (2950 ms total) 2022-11-23T03:02:02.7722196Z 2022-11-23T03:02:02.7722365Z [----------] Global test environment tear-down 2022-11-23T03:02:02.7735826Z [==========] 1 test from 1 test suite ran. (2950 ms total) 2022-11-23T03:02:02.7736333Z [ PASSED ] 1 test. 2022-11-23T03:02:03.3057144Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_reportMemoryUsage_test.exe" 2022-11-23T03:02:03.9853203Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:02:03.9853591Z [----------] Global test environment set-up. 2022-11-23T03:02:03.9854204Z [----------] 1 test from DeviceCachingAllocator 2022-11-23T03:02:03.9854563Z [ RUN ] DeviceCachingAllocator.check_reporter 2022-11-23T03:02:04.2040217Z [ OK ] DeviceCachingAllocator.check_reporter (218 ms) 2022-11-23T03:02:04.2040696Z [----------] 1 test from DeviceCachingAllocator (218 ms total) 2022-11-23T03:02:04.2041032Z 2022-11-23T03:02:04.2041224Z [----------] Global test environment tear-down 2022-11-23T03:02:04.2055879Z [==========] 1 test from 1 test suite ran. (218 ms total) 2022-11-23T03:02:04.2056635Z [ PASSED ] 1 test. 2022-11-23T03:02:04.4594348Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_stream_test.exe" 2022-11-23T03:02:05.1697961Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:05.1698464Z [==========] Running 14 tests from 1 test suite. 2022-11-23T03:02:05.1698920Z [----------] Global test environment set-up. 2022-11-23T03:02:05.1699228Z [----------] 14 tests from TestStream 2022-11-23T03:02:05.1699526Z [ RUN ] TestStream.CopyAndMoveTest 2022-11-23T03:02:05.3645624Z [ OK ] TestStream.CopyAndMoveTest (194 ms) 2022-11-23T03:02:05.3646034Z [ RUN ] TestStream.GetAndSetTest 2022-11-23T03:02:05.3646357Z [ OK ] TestStream.GetAndSetTest (0 ms) 2022-11-23T03:02:05.3646713Z [ RUN ] TestStream.MultithreadGetAndSetTest 2022-11-23T03:02:05.3653325Z [ OK ] TestStream.MultithreadGetAndSetTest (0 ms) 2022-11-23T03:02:05.3654126Z [ RUN ] TestStream.CUDAGuardTest 2022-11-23T03:02:05.3654719Z [ OK ] TestStream.CUDAGuardTest (0 ms) 2022-11-23T03:02:05.3655470Z [ RUN ] TestStream.StreamPoolTest 2022-11-23T03:02:05.3656148Z [ OK ] TestStream.StreamPoolTest (0 ms) 2022-11-23T03:02:05.3656644Z [ RUN ] TestStream.MultiGPUTest 2022-11-23T03:02:05.3657206Z [ OK ] TestStream.MultiGPUTest (0 ms) 2022-11-23T03:02:05.3658021Z [ RUN ] TestStream.CUDAEventSyncTest 2022-11-23T03:02:07.2190571Z [ OK ] TestStream.CUDAEventSyncTest (1853 ms) 2022-11-23T03:02:07.2191222Z [ RUN ] TestStream.CrossDeviceTest 2022-11-23T03:02:07.2191580Z [ OK ] TestStream.CrossDeviceTest (0 ms) 2022-11-23T03:02:07.2191933Z [ RUN ] TestStream.GenericInlineCUDAEventTest 2022-11-23T03:02:07.2192617Z [ OK ] TestStream.GenericInlineCUDAEventTest (0 ms) 2022-11-23T03:02:07.2193353Z [ RUN ] TestStream.GenericVirtualCUDAEventTest 2022-11-23T03:02:07.2194062Z [ OK ] TestStream.GenericVirtualCUDAEventTest (0 ms) 2022-11-23T03:02:07.2194604Z [ RUN ] TestStream.ExternalTest 2022-11-23T03:02:07.2195161Z [ OK ] TestStream.ExternalTest (0 ms) 2022-11-23T03:02:07.2195748Z [ RUN ] TestStream.ExternalMultiDeviceTest 2022-11-23T03:02:07.2196142Z [ OK ] TestStream.ExternalMultiDeviceTest (0 ms) 2022-11-23T03:02:07.2196488Z [ RUN ] TestStream.ExternalGuardTest 2022-11-23T03:02:07.2196803Z [ OK ] TestStream.ExternalGuardTest (0 ms) 2022-11-23T03:02:07.2197150Z [ RUN ] TestStream.ExternalMultiThreadTest 2022-11-23T03:02:07.2199397Z [ OK ] TestStream.ExternalMultiThreadTest (0 ms) 2022-11-23T03:02:07.2199873Z [----------] 14 tests from TestStream (2050 ms total) 2022-11-23T03:02:07.2200074Z 2022-11-23T03:02:07.2200222Z [----------] Global test environment tear-down 2022-11-23T03:02:07.2217858Z [==========] 14 tests from 1 test suite ran. (2050 ms total) 2022-11-23T03:02:07.2218581Z [ PASSED ] 14 tests. 2022-11-23T03:02:07.6497360Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cuda_vectorized_test.exe" 2022-11-23T03:02:08.4664996Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:08.4665504Z [==========] Running 2 tests from 1 test suite. 2022-11-23T03:02:08.4665988Z [----------] Global test environment set-up. 2022-11-23T03:02:08.4666340Z [----------] 2 tests from TestVectorizedMemoryAccess 2022-11-23T03:02:08.4666736Z [ RUN ] TestVectorizedMemoryAccess.CanVectorizeUpTo 2022-11-23T03:02:08.6892515Z [ OK ] TestVectorizedMemoryAccess.CanVectorizeUpTo (222 ms) 2022-11-23T03:02:08.6893196Z [ RUN ] TestVectorizedMemoryAccess.CopyKernel 2022-11-23T03:02:08.6924779Z [ OK ] TestVectorizedMemoryAccess.CopyKernel (3 ms) 2022-11-23T03:02:08.6925350Z [----------] 2 tests from TestVectorizedMemoryAccess (226 ms total) 2022-11-23T03:02:08.6925722Z 2022-11-23T03:02:08.6925879Z [----------] Global test environment tear-down 2022-11-23T03:02:08.6941160Z [==========] 2 tests from 1 test suite ran. (226 ms total) 2022-11-23T03:02:08.6941458Z [ PASSED ] 2 tests. 2022-11-23T03:02:08.9532989Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2022-11-23T03:02:09.6471339Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:09.6472201Z [==========] Running 47 tests from 2 test suites. 2022-11-23T03:02:09.6472882Z [----------] Global test environment set-up. 2022-11-23T03:02:09.6473305Z [----------] 46 tests from DictTest 2022-11-23T03:02:09.6473985Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-11-23T03:02:09.6474631Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-11-23T03:02:09.6475468Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-11-23T03:02:09.6476295Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-11-23T03:02:09.6476872Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-11-23T03:02:09.6477603Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-11-23T03:02:09.6478513Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-11-23T03:02:09.6479236Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-11-23T03:02:09.6479843Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-11-23T03:02:09.6481169Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-11-23T03:02:09.6482134Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-11-23T03:02:09.6483168Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-11-23T03:02:09.6484226Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-11-23T03:02:09.6485380Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-11-23T03:02:09.6486611Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-11-23T03:02:09.6487631Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-11-23T03:02:09.6489136Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-11-23T03:02:09.6490277Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-11-23T03:02:09.6491326Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-11-23T03:02:09.6491969Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-11-23T03:02:09.6492721Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-11-23T03:02:09.6493384Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-11-23T03:02:09.6494098Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-11-23T03:02:09.6494527Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-11-23T03:02:09.6494961Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-11-23T03:02:09.6495397Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-11-23T03:02:09.6495856Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-11-23T03:02:09.6496322Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T03:02:09.6496778Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-11-23T03:02:09.6497199Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-11-23T03:02:09.6497655Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-11-23T03:02:09.6498132Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T03:02:09.6498557Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-11-23T03:02:09.6498922Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-11-23T03:02:09.6499470Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-11-23T03:02:09.6499979Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-11-23T03:02:09.6500739Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-11-23T03:02:09.6501265Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-11-23T03:02:09.6501826Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-11-23T03:02:09.6502428Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-11-23T03:02:09.6502957Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-11-23T03:02:09.6503451Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-11-23T03:02:09.6504097Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-11-23T03:02:09.6504611Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-11-23T03:02:09.6505136Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-11-23T03:02:09.6505682Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-11-23T03:02:09.6506338Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-11-23T03:02:09.6506965Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-11-23T03:02:09.6507624Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-11-23T03:02:09.6508149Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-11-23T03:02:09.6508701Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-11-23T03:02:09.6509205Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-11-23T03:02:09.6509697Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-11-23T03:02:09.6510164Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-11-23T03:02:09.6510660Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-11-23T03:02:09.6511170Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-11-23T03:02:09.6511619Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-11-23T03:02:09.6512107Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-11-23T03:02:09.6512530Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-11-23T03:02:09.6512927Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-11-23T03:02:09.6513336Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-11-23T03:02:09.6513726Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-11-23T03:02:09.6514097Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-11-23T03:02:09.6514458Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-11-23T03:02:09.6514851Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-11-23T03:02:09.6515252Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-11-23T03:02:09.6515789Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-11-23T03:02:09.6516198Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-11-23T03:02:09.6516625Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-11-23T03:02:09.6517056Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-11-23T03:02:09.6517477Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-11-23T03:02:09.6518147Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-11-23T03:02:09.6518955Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T03:02:09.6519634Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T03:02:09.6520195Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:09.6520757Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:09.6521222Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-11-23T03:02:09.6521589Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-11-23T03:02:09.6521985Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-11-23T03:02:09.6522396Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-11-23T03:02:09.6522848Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-11-23T03:02:09.6523460Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-11-23T03:02:09.6523927Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-11-23T03:02:09.6524365Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-11-23T03:02:09.6524716Z [ RUN ] DictTest.isReferenceType 2022-11-23T03:02:09.6525029Z [ OK ] DictTest.isReferenceType (0 ms) 2022-11-23T03:02:09.6525361Z [ RUN ] DictTest.copyHasSeparateStorage 2022-11-23T03:02:09.6525710Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-11-23T03:02:09.6526045Z [ RUN ] DictTest.dictTensorAsKey 2022-11-23T03:02:09.6526337Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-11-23T03:02:09.6526660Z [ RUN ] DictTest.dictEquality 2022-11-23T03:02:09.6526952Z [ OK ] DictTest.dictEquality (0 ms) 2022-11-23T03:02:09.6527271Z [----------] 46 tests from DictTest (1 ms total) 2022-11-23T03:02:09.6527459Z 2022-11-23T03:02:09.6527608Z [----------] 1 test from ListTest_IValueBasedList 2022-11-23T03:02:09.6528058Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-11-23T03:02:09.6528607Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-11-23T03:02:09.6529082Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-11-23T03:02:09.6529289Z 2022-11-23T03:02:09.6529436Z [----------] Global test environment tear-down 2022-11-23T03:02:09.6529751Z [==========] 47 tests from 2 test suites ran. (1 ms total) 2022-11-23T03:02:09.6530111Z [ PASSED ] 47 tests. 2022-11-23T03:02:09.7718363Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2022-11-23T03:02:10.4975464Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:10.4975974Z [==========] Running 4 tests from 1 test suite. 2022-11-23T03:02:10.4976311Z [----------] Global test environment set-up. 2022-11-23T03:02:10.4976617Z [----------] 4 tests from DimnameTest 2022-11-23T03:02:10.4976925Z [ RUN ] DimnameTest.isValidIdentifier 2022-11-23T03:02:10.4977265Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-11-23T03:02:10.4977589Z [ RUN ] DimnameTest.wildcardName 2022-11-23T03:02:10.4977879Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-11-23T03:02:10.4978196Z [ RUN ] DimnameTest.createNormalName 2022-11-23T03:02:11.3628834Z [ OK ] DimnameTest.createNormalName (865 ms) 2022-11-23T03:02:11.3629493Z [ RUN ] DimnameTest.unifyAndMatch 2022-11-23T03:02:11.3630196Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-11-23T03:02:11.3630896Z [----------] 4 tests from DimnameTest (865 ms total) 2022-11-23T03:02:11.3631264Z 2022-11-23T03:02:11.3631544Z [----------] Global test environment tear-down 2022-11-23T03:02:11.3645184Z [==========] 4 tests from 1 test suite ran. (865 ms total) 2022-11-23T03:02:11.3645482Z [ PASSED ] 4 tests. 2022-11-23T03:02:11.5049002Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2022-11-23T03:02:12.1876769Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:12.1877238Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:02:12.1877567Z [----------] Global test environment set-up. 2022-11-23T03:02:12.1877886Z [----------] 1 test from DispatchKeySetTest 2022-11-23T03:02:12.1878270Z [ RUN ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet 2022-11-23T03:02:12.1879424Z [ OK ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet (0 ms) 2022-11-23T03:02:12.1879965Z [----------] 1 test from DispatchKeySetTest (0 ms total) 2022-11-23T03:02:12.1880181Z 2022-11-23T03:02:12.1880333Z [----------] Global test environment tear-down 2022-11-23T03:02:12.1895010Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T03:02:12.1895350Z [ PASSED ] 1 test. 2022-11-23T03:02:12.3234988Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2022-11-23T03:02:13.0057750Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:13.0058242Z [==========] Running 2 tests from 1 test suite. 2022-11-23T03:02:13.0058562Z [----------] Global test environment set-up. 2022-11-23T03:02:13.0059052Z [----------] 2 tests from TestDlconvertor 2022-11-23T03:02:13.0059381Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-11-23T03:02:13.1255151Z [ OK ] TestDlconvertor.TestDlconvertor (119 ms) 2022-11-23T03:02:13.1255598Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-11-23T03:02:13.1256004Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-11-23T03:02:13.1256403Z [----------] 2 tests from TestDlconvertor (119 ms total) 2022-11-23T03:02:13.1256621Z 2022-11-23T03:02:13.1256772Z [----------] Global test environment tear-down 2022-11-23T03:02:13.1270723Z [==========] 2 tests from 1 test suite ran. (119 ms total) 2022-11-23T03:02:13.1271437Z [ PASSED ] 2 tests. 2022-11-23T03:02:13.3569867Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2022-11-23T03:02:14.0746103Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:14.0746595Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:02:14.0746919Z [----------] Global test environment set-up. 2022-11-23T03:02:14.0747573Z [----------] 1 test from BackendExtensionTest 2022-11-23T03:02:14.0748035Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-11-23T03:02:14.0748484Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-11-23T03:02:14.0748867Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-11-23T03:02:14.0749089Z 2022-11-23T03:02:14.0749233Z [----------] Global test environment tear-down 2022-11-23T03:02:14.0764790Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T03:02:14.0765118Z [ PASSED ] 1 test. 2022-11-23T03:02:14.2055164Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2022-11-23T03:02:14.9280605Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:14.9281289Z [==========] Running 8 tests from 1 test suite. 2022-11-23T03:02:14.9281615Z [----------] Global test environment set-up. 2022-11-23T03:02:14.9281896Z [----------] 8 tests from TestHalf 2022-11-23T03:02:14.9282192Z [ RUN ] TestHalf.Arithmetic 2022-11-23T03:02:14.9282477Z [ OK ] TestHalf.Arithmetic (0 ms) 2022-11-23T03:02:14.9282768Z [ RUN ] TestHalf.Comparisions 2022-11-23T03:02:14.9283066Z [ OK ] TestHalf.Comparisions (0 ms) 2022-11-23T03:02:14.9283335Z [ RUN ] TestHalf.Cast 2022-11-23T03:02:14.9283590Z [ OK ] TestHalf.Cast (0 ms) 2022-11-23T03:02:14.9283855Z [ RUN ] TestHalf.Construction 2022-11-23T03:02:14.9284143Z [ OK ] TestHalf.Construction (0 ms) 2022-11-23T03:02:14.9284433Z [ RUN ] TestHalf.Half2String 2022-11-23T03:02:14.9284702Z [ OK ] TestHalf.Half2String (0 ms) 2022-11-23T03:02:14.9285001Z [ RUN ] TestHalf.HalfNumericLimits 2022-11-23T03:02:14.9285320Z [ OK ] TestHalf.HalfNumericLimits (0 ms) 2022-11-23T03:02:14.9285618Z [ RUN ] TestHalf.CommonMath 2022-11-23T03:02:14.9285899Z [ OK ] TestHalf.CommonMath (0 ms) 2022-11-23T03:02:14.9286163Z [ RUN ] TestHalf.ComplexHalf 2022-11-23T03:02:14.9286456Z [ OK ] TestHalf.ComplexHalf (0 ms) 2022-11-23T03:02:14.9286770Z [----------] 8 tests from TestHalf (0 ms total) 2022-11-23T03:02:14.9286954Z 2022-11-23T03:02:14.9287103Z [----------] Global test environment tear-down 2022-11-23T03:02:14.9298254Z [==========] 8 tests from 1 test suite ran. (0 ms total) 2022-11-23T03:02:14.9298912Z [ PASSED ] 8 tests. 2022-11-23T03:02:15.0584893Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2022-11-23T03:02:15.7907247Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:15.7907756Z [==========] Running 21 tests from 3 test suites. 2022-11-23T03:02:15.7908076Z [----------] Global test environment set-up. 2022-11-23T03:02:15.7908437Z [----------] 12 tests from ITensorListRefTest 2022-11-23T03:02:15.7908772Z [ RUN ] ITensorListRefTest.CtorEmpty_IsNone_Throws 2022-11-23T03:02:15.8095645Z [ OK ] ITensorListRefTest.CtorEmpty_IsNone_Throws (18 ms) 2022-11-23T03:02:15.8096077Z [ RUN ] ITensorListRefTest.CtorBoxed_IsBoxed 2022-11-23T03:02:15.8096458Z [ OK ] ITensorListRefTest.CtorBoxed_IsBoxed (0 ms) 2022-11-23T03:02:15.8097077Z [ RUN ] ITensorListRefTest.CtorUnboxed_IsUnboxed 2022-11-23T03:02:15.8097797Z [ OK ] ITensorListRefTest.CtorUnboxed_IsUnboxed (0 ms) 2022-11-23T03:02:15.8098504Z [ RUN ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed 2022-11-23T03:02:15.8099231Z [ OK ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed (0 ms) 2022-11-23T03:02:15.8099762Z [ RUN ] ITensorListRefTest.CtorTemp_IsUnboxed 2022-11-23T03:02:15.8100130Z [ OK ] ITensorListRefTest.CtorTemp_IsUnboxed (0 ms) 2022-11-23T03:02:15.8100677Z [ RUN ] ITensorListRefTest.Boxed_GetConstRefTensor 2022-11-23T03:02:15.8101370Z [ OK ] ITensorListRefTest.Boxed_GetConstRefTensor (0 ms) 2022-11-23T03:02:15.8102033Z [ RUN ] ITensorListRefTest.Unboxed_GetConstRefTensor 2022-11-23T03:02:15.8103081Z [ OK ] ITensorListRefTest.Unboxed_GetConstRefTensor (0 ms) 2022-11-23T03:02:15.8103790Z [ RUN ] ITensorListRefTest.Boxed_Equal 2022-11-23T03:02:15.8104403Z [ OK ] ITensorListRefTest.Boxed_Equal (0 ms) 2022-11-23T03:02:15.8104957Z [ RUN ] ITensorListRefTest.Unboxed_Equal 2022-11-23T03:02:15.8105459Z [ OK ] ITensorListRefTest.Unboxed_Equal (0 ms) 2022-11-23T03:02:15.8105826Z [ RUN ] ITensorListRefTest.UnboxedIndirect_Equal 2022-11-23T03:02:15.8106199Z [ OK ] ITensorListRefTest.UnboxedIndirect_Equal (0 ms) 2022-11-23T03:02:15.8106587Z [ RUN ] ITensorListRefTest.BoxedMaterialize_Equal 2022-11-23T03:02:15.8106985Z [ OK ] ITensorListRefTest.BoxedMaterialize_Equal (0 ms) 2022-11-23T03:02:15.8107383Z [ RUN ] ITensorListRefTest.UnboxedMaterialize_Equal 2022-11-23T03:02:15.8107786Z [ OK ] ITensorListRefTest.UnboxedMaterialize_Equal (0 ms) 2022-11-23T03:02:15.8108188Z [----------] 12 tests from ITensorListRefTest (19 ms total) 2022-11-23T03:02:15.8108444Z 2022-11-23T03:02:15.8108620Z [----------] 7 tests from ITensorListRefIteratorTest 2022-11-23T03:02:15.8109015Z [ RUN ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError 2022-11-23T03:02:15.8109446Z [ OK ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError (0 ms) 2022-11-23T03:02:15.8109874Z [ RUN ] ITensorListRefIteratorTest.Boxed_GetFirstElement 2022-11-23T03:02:15.8110287Z [ OK ] ITensorListRefIteratorTest.Boxed_GetFirstElement (0 ms) 2022-11-23T03:02:15.8110706Z [ RUN ] ITensorListRefIteratorTest.Unboxed_GetFirstElement 2022-11-23T03:02:15.8111114Z [ OK ] ITensorListRefIteratorTest.Unboxed_GetFirstElement (0 ms) 2022-11-23T03:02:15.8111516Z [ RUN ] ITensorListRefIteratorTest.Boxed_Equality 2022-11-23T03:02:15.8111901Z [ OK ] ITensorListRefIteratorTest.Boxed_Equality (0 ms) 2022-11-23T03:02:15.8112297Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Equality 2022-11-23T03:02:15.8112700Z [ OK ] ITensorListRefIteratorTest.Unboxed_Equality (0 ms) 2022-11-23T03:02:15.8113091Z [ RUN ] ITensorListRefIteratorTest.Boxed_Iterate 2022-11-23T03:02:15.8113455Z [ OK ] ITensorListRefIteratorTest.Boxed_Iterate (0 ms) 2022-11-23T03:02:15.8113842Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Iterate 2022-11-23T03:02:15.8114426Z [ OK ] ITensorListRefIteratorTest.Unboxed_Iterate (0 ms) 2022-11-23T03:02:15.8114838Z [----------] 7 tests from ITensorListRefIteratorTest (0 ms total) 2022-11-23T03:02:15.8115064Z 2022-11-23T03:02:15.8115220Z [----------] 2 tests from IOptTensorListRefTest 2022-11-23T03:02:15.8115561Z [ RUN ] IOptTensorListRefTest.Boxed_Iterate 2022-11-23T03:02:15.8115896Z [ OK ] IOptTensorListRefTest.Boxed_Iterate (0 ms) 2022-11-23T03:02:15.8116252Z [ RUN ] IOptTensorListRefTest.Unboxed_Iterate 2022-11-23T03:02:15.8116616Z [ OK ] IOptTensorListRefTest.Unboxed_Iterate (0 ms) 2022-11-23T03:02:15.8116993Z [----------] 2 tests from IOptTensorListRefTest (0 ms total) 2022-11-23T03:02:15.8117206Z 2022-11-23T03:02:15.8117352Z [----------] Global test environment tear-down 2022-11-23T03:02:15.8123910Z [==========] 21 tests from 3 test suites ran. (19 ms total) 2022-11-23T03:02:15.8124493Z [ PASSED ] 21 tests. 2022-11-23T03:02:15.9410980Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2022-11-23T03:02:16.6289157Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:16.6289895Z [==========] Running 2 tests from 2 test suites. 2022-11-23T03:02:16.6290211Z [----------] Global test environment set-up. 2022-11-23T03:02:16.6290791Z [----------] 1 test from PyTorchStreamWriterAndReader 2022-11-23T03:02:16.6291187Z [ RUN ] PyTorchStreamWriterAndReader.SaveAndLoad 2022-11-23T03:02:16.6297475Z [ OK ] PyTorchStreamWriterAndReader.SaveAndLoad (0 ms) 2022-11-23T03:02:16.6298115Z [----------] 1 test from PyTorchStreamWriterAndReader (0 ms total) 2022-11-23T03:02:16.6298600Z 2022-11-23T03:02:16.6298814Z [----------] 1 test from PytorchStreamWriterAndReader 2022-11-23T03:02:16.6299266Z [ RUN ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows 2022-11-23T03:02:17.5196967Z [ OK ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows (889 ms) 2022-11-23T03:02:17.5197553Z [----------] 1 test from PytorchStreamWriterAndReader (889 ms total) 2022-11-23T03:02:17.5197799Z 2022-11-23T03:02:17.5197949Z [----------] Global test environment tear-down 2022-11-23T03:02:17.5212609Z [==========] 2 tests from 2 test suites ran. (890 ms total) 2022-11-23T03:02:17.5212920Z [ PASSED ] 2 tests. 2022-11-23T03:02:17.6451761Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2022-11-23T03:02:18.3105845Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:18.3106357Z [==========] Running 38 tests from 2 test suites. 2022-11-23T03:02:18.3106704Z [----------] Global test environment set-up. 2022-11-23T03:02:18.3107002Z [----------] 34 tests from IValueTest 2022-11-23T03:02:18.3107272Z [ RUN ] IValueTest.Basic 2022-11-23T03:02:18.3109670Z [ OK ] IValueTest.Basic (0 ms) 2022-11-23T03:02:18.3109952Z [ RUN ] IValueTest.BasicStorage 2022-11-23T03:02:18.3110681Z [ OK ] IValueTest.BasicStorage (0 ms) 2022-11-23T03:02:18.3111031Z [ RUN ] IValueTest.ComplexDict 2022-11-23T03:02:18.3111345Z [ OK ] IValueTest.ComplexDict (0 ms) 2022-11-23T03:02:18.3111626Z [ RUN ] IValueTest.Swap 2022-11-23T03:02:18.3112879Z [ OK ] IValueTest.Swap (0 ms) 2022-11-23T03:02:18.3113177Z [ RUN ] IValueTest.CopyConstruct 2022-11-23T03:02:18.3113815Z [ OK ] IValueTest.CopyConstruct (0 ms) 2022-11-23T03:02:18.3114142Z [ RUN ] IValueTest.MoveConstruct 2022-11-23T03:02:18.3114455Z [ OK ] IValueTest.MoveConstruct (0 ms) 2022-11-23T03:02:18.3114735Z [ RUN ] IValueTest.CopyAssign 2022-11-23T03:02:18.3115398Z [ OK ] IValueTest.CopyAssign (0 ms) 2022-11-23T03:02:18.3115768Z [ RUN ] IValueTest.MoveAssign 2022-11-23T03:02:18.3116365Z [ OK ] IValueTest.MoveAssign (0 ms) 2022-11-23T03:02:18.3116718Z [ RUN ] IValueTest.Tuple 2022-11-23T03:02:18.3118043Z [ OK ] IValueTest.Tuple (0 ms) 2022-11-23T03:02:18.3118723Z [ RUN ] IValueTest.unsafeRemoveAttr 2022-11-23T03:02:18.3119337Z [ OK ] IValueTest.unsafeRemoveAttr (0 ms) 2022-11-23T03:02:18.3119809Z [ RUN ] IValueTest.TuplePrint 2022-11-23T03:02:18.3120100Z [ OK ] IValueTest.TuplePrint (0 ms) 2022-11-23T03:02:18.3120441Z [ RUN ] IValueTest.ComplexIValuePrint 2022-11-23T03:02:18.3121032Z [ OK ] IValueTest.ComplexIValuePrint (0 ms) 2022-11-23T03:02:18.3121523Z [ RUN ] IValueTest.Complex 2022-11-23T03:02:18.3121803Z [ OK ] IValueTest.Complex (0 ms) 2022-11-23T03:02:18.3122228Z [ RUN ] IValueTest.BasicFuture 2022-11-23T03:02:18.3122529Z [ OK ] IValueTest.BasicFuture (0 ms) 2022-11-23T03:02:18.3122829Z [ RUN ] IValueTest.FutureCallbacks 2022-11-23T03:02:18.3123128Z [ OK ] IValueTest.FutureCallbacks (0 ms) 2022-11-23T03:02:18.3123441Z [ RUN ] IValueTest.FutureExceptions 2022-11-23T03:02:18.3123769Z [ OK ] IValueTest.FutureExceptions (0 ms) 2022-11-23T03:02:18.3124088Z [ RUN ] IValueTest.FutureSetError 2022-11-23T03:02:18.3346618Z [ OK ] IValueTest.FutureSetError (22 ms) 2022-11-23T03:02:18.3347200Z [ RUN ] IValueTest.ValueEquality 2022-11-23T03:02:18.3347566Z [ OK ] IValueTest.ValueEquality (0 ms) 2022-11-23T03:02:18.3347888Z [ RUN ] IValueTest.TensorEquality 2022-11-23T03:02:19.1985878Z [ OK ] IValueTest.TensorEquality (863 ms) 2022-11-23T03:02:19.1986434Z [ RUN ] IValueTest.ListEquality 2022-11-23T03:02:19.1987082Z [ OK ] IValueTest.ListEquality (0 ms) 2022-11-23T03:02:19.1987524Z [ RUN ] IValueTest.DictEquality 2022-11-23T03:02:19.1988015Z [ OK ] IValueTest.DictEquality (0 ms) 2022-11-23T03:02:19.1988870Z [ RUN ] IValueTest.DictEqualityDifferentOrder 2022-11-23T03:02:19.1989304Z [ OK ] IValueTest.DictEqualityDifferentOrder (0 ms) 2022-11-23T03:02:19.1989681Z [ RUN ] IValueTest.ListNestedEquality 2022-11-23T03:02:19.1990019Z [ OK ] IValueTest.ListNestedEquality (0 ms) 2022-11-23T03:02:19.1990349Z [ RUN ] IValueTest.StreamEquality 2022-11-23T03:02:19.1990644Z [ OK ] IValueTest.StreamEquality (0 ms) 2022-11-23T03:02:19.1990948Z [ RUN ] IValueTest.EnumEquality 2022-11-23T03:02:19.1991257Z [ OK ] IValueTest.EnumEquality (0 ms) 2022-11-23T03:02:19.1991560Z [ RUN ] IValueTest.isPtrType 2022-11-23T03:02:19.1991851Z [ OK ] IValueTest.isPtrType (0 ms) 2022-11-23T03:02:19.1992142Z [ RUN ] IValueTest.isAliasOf 2022-11-23T03:02:19.1992548Z [ OK ] IValueTest.isAliasOf (0 ms) 2022-11-23T03:02:19.1992867Z [ RUN ] IValueTest.internalToPointer 2022-11-23T03:02:19.1993203Z [ OK ] IValueTest.internalToPointer (0 ms) 2022-11-23T03:02:19.1993686Z [ RUN ] IValueTest.IdentityComparisonAndHashing 2022-11-23T03:02:19.1994347Z [ OK ] IValueTest.IdentityComparisonAndHashing (0 ms) 2022-11-23T03:02:19.1994717Z [ RUN ] IValueTest.IdentityAndHashing_SparseCOO 2022-11-23T03:02:19.2145195Z [ OK ] IValueTest.IdentityAndHashing_SparseCOO (15 ms) 2022-11-23T03:02:19.2145989Z [ RUN ] IValueTest.getSubValues 2022-11-23T03:02:19.2146582Z [ OK ] IValueTest.getSubValues (0 ms) 2022-11-23T03:02:19.2147147Z [ RUN ] IValueTest.ScalarBool 2022-11-23T03:02:19.2147711Z [ OK ] IValueTest.ScalarBool (0 ms) 2022-11-23T03:02:19.2148393Z [ RUN ] IValueTest.ToWeakAndBack 2022-11-23T03:02:19.2149404Z [ OK ] IValueTest.ToWeakAndBack (0 ms) 2022-11-23T03:02:19.2150033Z [ RUN ] IValueTest.UseCountCornerCases 2022-11-23T03:02:19.2150642Z [ OK ] IValueTest.UseCountCornerCases (0 ms) 2022-11-23T03:02:19.2151276Z [----------] 34 tests from IValueTest (904 ms total) 2022-11-23T03:02:19.2151650Z 2022-11-23T03:02:19.2151927Z [----------] 4 tests from TupleElementsTest 2022-11-23T03:02:19.2152476Z [ RUN ] TupleElementsTest.Basic 2022-11-23T03:02:19.2153036Z [ OK ] TupleElementsTest.Basic (0 ms) 2022-11-23T03:02:19.2153585Z [ RUN ] TupleElementsTest.Resize 2022-11-23T03:02:19.2155544Z [ OK ] TupleElementsTest.Resize (0 ms) 2022-11-23T03:02:19.2156481Z [ RUN ] TupleElementsTest.CopyAndMoveConstruct 2022-11-23T03:02:19.2157262Z [ OK ] TupleElementsTest.CopyAndMoveConstruct (0 ms) 2022-11-23T03:02:19.2158006Z [ RUN ] TupleElementsTest.CopyAndMoveAssign 2022-11-23T03:02:19.2158722Z [ OK ] TupleElementsTest.CopyAndMoveAssign (0 ms) 2022-11-23T03:02:19.2159445Z [----------] 4 tests from TupleElementsTest (0 ms total) 2022-11-23T03:02:19.2159816Z 2022-11-23T03:02:19.2160084Z [----------] Global test environment tear-down 2022-11-23T03:02:19.2177660Z [==========] 38 tests from 2 test suites ran. (904 ms total) 2022-11-23T03:02:19.2178144Z [ PASSED ] 38 tests. 2022-11-23T03:02:19.3580699Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2022-11-23T03:02:20.0706341Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:20.0706874Z [==========] Running 28 tests from 1 test suite. 2022-11-23T03:02:20.0707456Z [----------] Global test environment set-up. 2022-11-23T03:02:20.0707767Z [----------] 28 tests from KernelFunctionTest 2022-11-23T03:02:20.0708186Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0708748Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0709273Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0710047Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0710611Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0711133Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0711689Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0712270Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0712844Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0713719Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0714709Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0715493Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0716479Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0717274Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0717939Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0718476Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0719014Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0719586Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0720141Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0720719Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0721297Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0721861Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0722637Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0723252Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0723814Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0724338Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0724867Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0725409Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0725919Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0726452Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0726989Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0727531Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0728062Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0728591Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0729122Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0729741Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0730304Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0730839Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0731383Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0731928Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0732488Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0733061Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0733620Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0734215Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0734797Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0735378Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0735968Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0736563Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0737118Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0737618Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0738148Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T03:02:20.0738682Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T03:02:20.0739206Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0739805Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0740510Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T03:02:20.0741104Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T03:02:20.0741573Z [----------] 28 tests from KernelFunctionTest (1 ms total) 2022-11-23T03:02:20.0741811Z 2022-11-23T03:02:20.0741987Z [----------] Global test environment tear-down 2022-11-23T03:02:20.0742371Z [==========] 28 tests from 1 test suite ran. (1 ms total) 2022-11-23T03:02:20.0742700Z [ PASSED ] 28 tests. 2022-11-23T03:02:20.1941892Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2022-11-23T03:02:20.9259653Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:20.9260235Z [==========] Running 48 tests from 1 test suite. 2022-11-23T03:02:20.9261087Z [----------] Global test environment set-up. 2022-11-23T03:02:20.9262031Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel 2022-11-23T03:02:20.9262897Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9264953Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9265686Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-11-23T03:02:20.9268082Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9269875Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T03:02:20.9272386Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T03:02:20.9289095Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T03:02:20.9291010Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T03:02:20.9291878Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T03:02:20.9292791Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-11-23T03:02:20.9293608Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9294279Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9294985Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9295926Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9297420Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9298373Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9299075Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9299789Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9300733Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9301599Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9302322Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9303783Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9305098Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9305839Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9306617Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9307442Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9308294Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9309088Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9310665Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9312061Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9312888Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9313699Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9314465Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9315192Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9315911Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9317221Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9318690Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9319670Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9320436Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9321161Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9321927Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9322705Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9323951Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9325576Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9326392Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9327574Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9328470Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9329970Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9331024Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9332678Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9333524Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9335183Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9336160Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9338751Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9339539Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9340470Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9341213Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9344928Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9345672Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9346380Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9347132Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9348221Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9349019Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9351551Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9352354Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9354184Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9354933Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9358411Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9359141Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9360365Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9361086Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9364872Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9365613Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9366567Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9367340Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9368788Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9371621Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9373838Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9374720Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9375523Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9378336Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9379111Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9379892Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:20.9380706Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:20.9381418Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T03:02:20.9382272Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T03:02:20.9383123Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T03:02:20.9385390Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T03:02:20.9386161Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T03:02:21.8459907Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (907 ms) 2022-11-23T03:02:21.8461123Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T03:02:21.8469877Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (1 ms) 2022-11-23T03:02:21.8470654Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T03:02:21.8503019Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (3 ms) 2022-11-23T03:02:21.8503791Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T03:02:21.8528981Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (2 ms) 2022-11-23T03:02:21.8529667Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel (926 ms total) 2022-11-23T03:02:21.8530046Z 2022-11-23T03:02:21.8530230Z [----------] Global test environment tear-down 2022-11-23T03:02:21.8558701Z [==========] 48 tests from 1 test suite ran. (927 ms total) 2022-11-23T03:02:21.8559028Z [ PASSED ] 48 tests. 2022-11-23T03:02:21.9737294Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2022-11-23T03:02:22.6923483Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:22.6924005Z [==========] Running 37 tests from 2 test suites. 2022-11-23T03:02:22.6924335Z [----------] Global test environment set-up. 2022-11-23T03:02:22.6924716Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel 2022-11-23T03:02:22.6925492Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6928788Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6929463Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-11-23T03:02:22.6932188Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6932934Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-11-23T03:02:22.6934826Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6935800Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T03:02:22.6939720Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T03:02:22.6940558Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T03:02:22.6943415Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T03:02:22.6944408Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6946363Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6947046Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6948514Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6949174Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6951912Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6952594Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6954257Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6954942Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6957153Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6958008Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6960116Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6960812Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6963196Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6964075Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6966778Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6967700Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6968940Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6969732Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6971021Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6971969Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6973900Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6974650Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6976164Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6976844Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6978555Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6979557Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6981365Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6982089Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6983474Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6984201Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6986550Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6987369Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6988805Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6989546Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6991372Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6992233Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6995274Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6995964Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.6997803Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.6998513Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.7001321Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.7002139Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.7003901Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.7004677Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.7006373Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.7007271Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.7009578Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.7010306Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:22.7012001Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:22.7012699Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T03:02:22.7015259Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T03:02:22.7015935Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T03:02:22.7018213Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T03:02:22.7018941Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T03:02:23.6017186Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (899 ms) 2022-11-23T03:02:23.6018284Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T03:02:23.6026270Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T03:02:23.6027027Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T03:02:23.6056807Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (3 ms) 2022-11-23T03:02:23.6057578Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T03:02:23.6080108Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (2 ms) 2022-11-23T03:02:23.6080852Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel (915 ms total) 2022-11-23T03:02:23.6081119Z 2022-11-23T03:02:23.6081335Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel 2022-11-23T03:02:23.6082153Z [ RUN ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T03:02:23.6086461Z [ OK ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-11-23T03:02:23.6087196Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel (0 ms total) 2022-11-23T03:02:23.6087462Z 2022-11-23T03:02:23.6087776Z [----------] Global test environment tear-down 2022-11-23T03:02:23.6113904Z [==========] 37 tests from 2 test suites ran. (916 ms total) 2022-11-23T03:02:23.6114387Z [ PASSED ] 37 tests. 2022-11-23T03:02:23.7379130Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2022-11-23T03:02:24.4897599Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:24.4898098Z [==========] Running 48 tests from 1 test suite. 2022-11-23T03:02:24.4899748Z [----------] Global test environment set-up. 2022-11-23T03:02:24.4900707Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel 2022-11-23T03:02:24.4901252Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4903060Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4903763Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-11-23T03:02:24.4907291Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4908101Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T03:02:24.4910295Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T03:02:24.4911172Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T03:02:24.4915101Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T03:02:24.4915920Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T03:02:24.4917261Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-11-23T03:02:24.4918226Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4920876Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4921568Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4922473Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4923166Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4927252Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4928087Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4928807Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4929519Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4931616Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4934289Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4935172Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4935919Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4938290Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4939922Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4941245Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4942054Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4944155Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4944980Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4947767Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4948625Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4949474Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4950203Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4951641Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4954390Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4955284Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4956000Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4956873Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4957608Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4961078Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4962048Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4962822Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4963563Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4964444Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4967036Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4968055Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4968911Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4969846Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4970665Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4974058Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4974897Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4975702Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4976461Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4977579Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4978504Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4980760Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4981512Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4983148Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4983870Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4986744Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4987481Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4988383Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4989155Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4990853Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4992359Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4993935Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4994704Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.4996910Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.4997615Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5000686Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5001592Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5003284Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5004029Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5006764Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5007551Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5009055Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5009880Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5011945Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5013595Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5014743Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5015491Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5017664Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5018588Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:24.5020459Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:24.5021527Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T03:02:24.5023266Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T03:02:24.5023960Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T03:02:24.5026138Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T03:02:24.5027677Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T03:02:25.3898102Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (887 ms) 2022-11-23T03:02:25.3899072Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T03:02:25.3911285Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (1 ms) 2022-11-23T03:02:25.3912204Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T03:02:25.3957380Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (4 ms) 2022-11-23T03:02:25.3958548Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T03:02:25.3994835Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (3 ms) 2022-11-23T03:02:25.3995549Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel (909 ms total) 2022-11-23T03:02:25.3995838Z 2022-11-23T03:02:25.3995986Z [----------] Global test environment tear-down 2022-11-23T03:02:25.4035599Z [==========] 48 tests from 1 test suite ran. (909 ms total) 2022-11-23T03:02:25.4035920Z [ PASSED ] 48 tests. 2022-11-23T03:02:25.5570459Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2022-11-23T03:02:26.2570763Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:26.2571769Z [==========] Running 36 tests from 1 test suite. 2022-11-23T03:02:26.2572101Z [----------] Global test environment set-up. 2022-11-23T03:02:26.2572498Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel 2022-11-23T03:02:26.2573004Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:26.2575123Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:26.2575779Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:26.2576648Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:26.2577506Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T03:02:26.2580494Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T03:02:26.2581316Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T03:02:26.2583825Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T03:02:26.2585779Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T03:02:27.1065340Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (848 ms) 2022-11-23T03:02:27.1066081Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1066985Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1067664Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1068903Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1069672Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1071515Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1072165Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1074023Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1074714Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1076996Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1077943Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1079374Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1080068Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1082147Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1083007Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1084296Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1085071Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1086637Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1087399Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1088169Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1088917Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1089919Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1090895Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1092289Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1093155Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1093917Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1094590Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1095606Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1096432Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1097813Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1098520Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1099946Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1100668Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1101453Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1102144Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1104696Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1105398Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1107497Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1108250Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1111438Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1112189Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1112928Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1113674Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1114968Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1117582Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1118314Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1119018Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1119834Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1120550Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.1124052Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.1125691Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T03:02:27.1126268Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T03:02:27.1126910Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T03:02:27.1127593Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T03:02:27.1128285Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T03:02:27.1145949Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (1 ms) 2022-11-23T03:02:27.1146677Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T03:02:27.1156569Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T03:02:27.1157275Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T03:02:27.1186180Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (3 ms) 2022-11-23T03:02:27.1187516Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T03:02:27.1210166Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (2 ms) 2022-11-23T03:02:27.1210781Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel (864 ms total) 2022-11-23T03:02:27.1211055Z 2022-11-23T03:02:27.1211206Z [----------] Global test environment tear-down 2022-11-23T03:02:27.1236705Z [==========] 36 tests from 1 test suite ran. (864 ms total) 2022-11-23T03:02:27.1237209Z [ PASSED ] 36 tests. 2022-11-23T03:02:27.2449692Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2022-11-23T03:02:27.9281612Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:27.9282140Z [==========] Running 9 tests from 1 test suite. 2022-11-23T03:02:27.9282468Z [----------] Global test environment set-up. 2022-11-23T03:02:27.9282867Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel 2022-11-23T03:02:27.9283367Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:27.9285789Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:27.9286497Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T03:02:27.9289160Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T03:02:27.9289949Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T03:02:27.9292299Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T03:02:27.9293050Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T03:02:28.8739248Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (944 ms) 2022-11-23T03:02:28.8740494Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:28.8741315Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:28.8742032Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:28.8743254Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:28.8744415Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel 2022-11-23T03:02:28.8746255Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel (0 ms) 2022-11-23T03:02:28.8747017Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed 2022-11-23T03:02:28.8747776Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed (0 ms) 2022-11-23T03:02:28.8748479Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels 2022-11-23T03:02:28.8827690Z [ OK ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels (7 ms) 2022-11-23T03:02:28.8828696Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel (954 ms total) 2022-11-23T03:02:28.8829119Z 2022-11-23T03:02:28.8829360Z [----------] Global test environment tear-down 2022-11-23T03:02:28.8846291Z [==========] 9 tests from 1 test suite ran. (954 ms total) 2022-11-23T03:02:28.8846592Z [ PASSED ] 9 tests. 2022-11-23T03:02:29.0063956Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2022-11-23T03:02:29.6713548Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:29.6714445Z [==========] Running 2 tests from 2 test suites. 2022-11-23T03:02:29.6715342Z [----------] Global test environment set-up. 2022-11-23T03:02:29.6716126Z [----------] 1 test from XlaTensorTest 2022-11-23T03:02:29.6716703Z [ RUN ] XlaTensorTest.TestNoStorage 2022-11-23T03:02:29.6717312Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-11-23T03:02:29.6717963Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-11-23T03:02:29.6718328Z 2022-11-23T03:02:29.6718577Z [----------] 1 test from LazyTensorTest 2022-11-23T03:02:29.6719159Z [ RUN ] LazyTensorTest.TestNoStorage 2022-11-23T03:02:29.6719762Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-11-23T03:02:29.6720421Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-11-23T03:02:29.6720824Z 2022-11-23T03:02:29.6721078Z [----------] Global test environment tear-down 2022-11-23T03:02:29.6730484Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-11-23T03:02:29.6731032Z [ PASSED ] 2 tests. 2022-11-23T03:02:29.7958275Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2022-11-23T03:02:30.4736916Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:30.4738085Z [==========] Running 139 tests from 3 test suites. 2022-11-23T03:02:30.4738778Z [----------] Global test environment set-up. 2022-11-23T03:02:30.4739464Z [----------] 67 tests from ListTest_IValueBasedList 2022-11-23T03:02:30.4740435Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-11-23T03:02:30.4741557Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-11-23T03:02:30.4742955Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-11-23T03:02:30.4743994Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-11-23T03:02:30.4744980Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-11-23T03:02:30.4745951Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-11-23T03:02:30.4746999Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-11-23T03:02:30.4748275Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-11-23T03:02:30.4749558Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-11-23T03:02:30.4750546Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-11-23T03:02:30.4751578Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-11-23T03:02:30.4752736Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T03:02:30.4753915Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4755352Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4756709Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-11-23T03:02:30.4757931Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T03:02:30.4759380Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid 2022-11-23T03:02:30.4760714Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid (0 ms) 2022-11-23T03:02:30.4762155Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4763664Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4764910Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-11-23T03:02:30.4766145Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T03:02:30.4767393Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-11-23T03:02:30.4768771Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T03:02:30.4770232Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4771544Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4772852Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4774138Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4775557Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-11-23T03:02:30.4777023Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T03:02:30.4778350Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-11-23T03:02:30.4779716Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-11-23T03:02:30.4781054Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-11-23T03:02:30.4782583Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-11-23T03:02:30.4784053Z [ RUN ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-11-23T03:02:30.4785151Z [ OK ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-11-23T03:02:30.4786337Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4787698Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4789079Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-11-23T03:02:30.4790423Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4791592Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-11-23T03:02:30.4792782Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4793950Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-11-23T03:02:30.4795198Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T03:02:30.4796530Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-11-23T03:02:30.4797700Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T03:02:30.4798815Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-11-23T03:02:30.4800037Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4801113Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-11-23T03:02:30.4802391Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4803566Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-11-23T03:02:30.4804740Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4805852Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-11-23T03:02:30.4806912Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4808073Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-11-23T03:02:30.4809353Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4810430Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-11-23T03:02:30.4811547Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4812675Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-11-23T03:02:30.4813791Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4815066Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-11-23T03:02:30.4816466Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4817551Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-11-23T03:02:30.4818483Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-11-23T03:02:30.4819389Z [ RUN ] ListTest_IValueBasedList.whenIterating_thenFindsElements 2022-11-23T03:02:30.4820246Z [ OK ] ListTest_IValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-11-23T03:02:30.4821279Z [ RUN ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-11-23T03:02:30.4822622Z [ OK ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T03:02:30.4823625Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-11-23T03:02:30.4824614Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-11-23T03:02:30.4825547Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-11-23T03:02:30.4826453Z [ OK ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-11-23T03:02:30.4827504Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-11-23T03:02:30.4828625Z [ OK ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-11-23T03:02:30.4829537Z [ RUN ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash 2022-11-23T03:02:30.4830434Z [ OK ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-11-23T03:02:30.4831341Z [ RUN ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual 2022-11-23T03:02:30.4832302Z [ OK ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-11-23T03:02:30.4833246Z [ RUN ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual 2022-11-23T03:02:30.4834266Z [ OK ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-11-23T03:02:30.4835315Z [ RUN ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual 2022-11-23T03:02:30.4836147Z [ OK ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-11-23T03:02:30.4837196Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-11-23T03:02:30.4838201Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-11-23T03:02:30.4839164Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-11-23T03:02:30.4840220Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-11-23T03:02:30.4841345Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-11-23T03:02:30.4842343Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-11-23T03:02:30.4843324Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-11-23T03:02:30.4844250Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-11-23T03:02:30.4845362Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T03:02:30.4846733Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T03:02:30.4848160Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4849398Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4850629Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T03:02:30.4851875Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T03:02:30.4853194Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4854603Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4855802Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4856968Z [ OK ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4858310Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4859574Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4860809Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-11-23T03:02:30.4861766Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-11-23T03:02:30.4862781Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-11-23T03:02:30.4863798Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-11-23T03:02:30.4864864Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-11-23T03:02:30.4866112Z [ OK ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-11-23T03:02:30.4867300Z [ RUN ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual 2022-11-23T03:02:30.4868196Z [ OK ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-11-23T03:02:30.4869098Z [ RUN ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-11-23T03:02:30.4870079Z [ OK ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-11-23T03:02:30.4871102Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-11-23T03:02:30.4872191Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-11-23T03:02:30.4874544Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-11-23T03:02:30.4875147Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-11-23T03:02:30.4875708Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-11-23T03:02:30.4876287Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-11-23T03:02:30.4876870Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-11-23T03:02:30.4877441Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-11-23T03:02:30.4877989Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-11-23T03:02:30.4878515Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-11-23T03:02:30.4879066Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-11-23T03:02:30.4879768Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-11-23T03:02:30.4880532Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-11-23T03:02:30.4881122Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-11-23T03:02:30.4881601Z [ RUN ] ListTest_IValueBasedList.isReferenceType 2022-11-23T03:02:30.4881987Z [ OK ] ListTest_IValueBasedList.isReferenceType (0 ms) 2022-11-23T03:02:30.4882390Z [ RUN ] ListTest_IValueBasedList.copyHasSeparateStorage 2022-11-23T03:02:30.4882813Z [ OK ] ListTest_IValueBasedList.copyHasSeparateStorage (0 ms) 2022-11-23T03:02:30.4883223Z [ RUN ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual 2022-11-23T03:02:30.4883648Z [ OK ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-11-23T03:02:30.4884093Z [ RUN ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual 2022-11-23T03:02:30.4884558Z [ OK ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-11-23T03:02:30.4884994Z [----------] 67 tests from ListTest_IValueBasedList (1 ms total) 2022-11-23T03:02:30.4885350Z 2022-11-23T03:02:30.4885520Z [----------] 68 tests from ListTest_NonIValueBasedList 2022-11-23T03:02:30.4886086Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-11-23T03:02:30.4886785Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-11-23T03:02:30.4887324Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-11-23T03:02:30.4887867Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-11-23T03:02:30.4888395Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-11-23T03:02:30.4888904Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-11-23T03:02:30.4889454Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-11-23T03:02:30.4890021Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-11-23T03:02:30.4890566Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-11-23T03:02:30.4891076Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-11-23T03:02:30.4891623Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-11-23T03:02:30.4892346Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T03:02:30.4893235Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4893907Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4894514Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-11-23T03:02:30.4895150Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T03:02:30.4895788Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4896446Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4897099Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-11-23T03:02:30.4897754Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T03:02:30.4898407Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-11-23T03:02:30.4899212Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T03:02:30.4900079Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4900765Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4901424Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4902091Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4902771Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-11-23T03:02:30.4903459Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T03:02:30.4904158Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-11-23T03:02:30.4904972Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-11-23T03:02:30.4905913Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-11-23T03:02:30.4906684Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-11-23T03:02:30.4907305Z [ RUN ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-11-23T03:02:30.4907877Z [ OK ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-11-23T03:02:30.4908558Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-11-23T03:02:30.4909279Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T03:02:30.4909946Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-11-23T03:02:30.4910566Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4911163Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-11-23T03:02:30.4911896Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4912736Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-11-23T03:02:30.4913358Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T03:02:30.4914057Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-11-23T03:02:30.4914684Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T03:02:30.4915267Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-11-23T03:02:30.4915807Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4916361Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-11-23T03:02:30.4916915Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4917500Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-11-23T03:02:30.4918251Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-11-23T03:02:30.4919035Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-11-23T03:02:30.4919608Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4920143Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-11-23T03:02:30.4920702Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4921280Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-11-23T03:02:30.4921862Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4922439Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-11-23T03:02:30.4923019Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4923635Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-11-23T03:02:30.4924384Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-11-23T03:02:30.4924958Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-11-23T03:02:30.4925667Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-11-23T03:02:30.4926249Z [ RUN ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements 2022-11-23T03:02:30.4926709Z [ OK ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-11-23T03:02:30.4927199Z [ RUN ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-11-23T03:02:30.4927725Z [ OK ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T03:02:30.4928232Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-11-23T03:02:30.4928757Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-11-23T03:02:30.4929255Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-11-23T03:02:30.4929733Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-11-23T03:02:30.4930219Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-11-23T03:02:30.4930850Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-11-23T03:02:30.4931333Z [ RUN ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash 2022-11-23T03:02:30.4932016Z [ OK ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-11-23T03:02:30.4932511Z [ RUN ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual 2022-11-23T03:02:30.4933013Z [ OK ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-11-23T03:02:30.4933587Z [ RUN ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual 2022-11-23T03:02:30.4934092Z [ OK ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-11-23T03:02:30.4934553Z [ RUN ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual 2022-11-23T03:02:30.4934980Z [ OK ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-11-23T03:02:30.4935463Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-11-23T03:02:30.4935977Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-11-23T03:02:30.4936478Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-11-23T03:02:30.4936973Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-11-23T03:02:30.4937613Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-11-23T03:02:30.4938239Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-11-23T03:02:30.4938852Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-11-23T03:02:30.4939356Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-11-23T03:02:30.4939937Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T03:02:30.4940593Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T03:02:30.4941239Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4941881Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4942529Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T03:02:30.4943164Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T03:02:30.4943914Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4944787Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4945523Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4946127Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4946729Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T03:02:30.4947332Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T03:02:30.4947870Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-11-23T03:02:30.4948387Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-11-23T03:02:30.4948911Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-11-23T03:02:30.4949449Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-11-23T03:02:30.4950008Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-11-23T03:02:30.4950712Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-11-23T03:02:30.4951341Z [ RUN ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual 2022-11-23T03:02:30.4951907Z [ OK ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-11-23T03:02:30.4952484Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-11-23T03:02:30.4953016Z [ OK ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-11-23T03:02:30.4953557Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-11-23T03:02:30.4954131Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-11-23T03:02:30.4954677Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-11-23T03:02:30.4955209Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-11-23T03:02:30.4955757Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-11-23T03:02:30.4956356Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-11-23T03:02:30.4957076Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-11-23T03:02:30.4957758Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-11-23T03:02:30.4958438Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-11-23T03:02:30.4958981Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-11-23T03:02:30.4959536Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-11-23T03:02:30.4960095Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-11-23T03:02:30.4960682Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-11-23T03:02:30.4961275Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-11-23T03:02:30.4961766Z [ RUN ] ListTest_NonIValueBasedList.isReferenceType 2022-11-23T03:02:30.4962169Z [ OK ] ListTest_NonIValueBasedList.isReferenceType (0 ms) 2022-11-23T03:02:30.4962587Z [ RUN ] ListTest_NonIValueBasedList.copyHasSeparateStorage 2022-11-23T03:02:30.4963141Z [ OK ] ListTest_NonIValueBasedList.copyHasSeparateStorage (0 ms) 2022-11-23T03:02:30.4963723Z [ RUN ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual 2022-11-23T03:02:30.4964166Z [ OK ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-11-23T03:02:30.4964826Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual 2022-11-23T03:02:30.4965307Z [ OK ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-11-23T03:02:30.4965741Z [ RUN ] ListTest_NonIValueBasedList.isChecksIdentity 2022-11-23T03:02:30.4966142Z [ OK ] ListTest_NonIValueBasedList.isChecksIdentity (0 ms) 2022-11-23T03:02:30.4966599Z [ RUN ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse 2022-11-23T03:02:30.4967128Z [ OK ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse (0 ms) 2022-11-23T03:02:30.4967599Z [----------] 68 tests from ListTest_NonIValueBasedList (1 ms total) 2022-11-23T03:02:30.4967826Z 2022-11-23T03:02:30.4967946Z [----------] 4 tests from ListTest 2022-11-23T03:02:30.4968266Z [ RUN ] ListTest.canAccessStringByReference 2022-11-23T03:02:30.4968642Z [ OK ] ListTest.canAccessStringByReference (0 ms) 2022-11-23T03:02:30.4969024Z [ RUN ] ListTest.canAccessOptionalStringByReference 2022-11-23T03:02:30.4969447Z [ OK ] ListTest.canAccessOptionalStringByReference (0 ms) 2022-11-23T03:02:30.4969842Z [ RUN ] ListTest.canAccessTensorByReference 2022-11-23T03:02:30.4970335Z [ OK ] ListTest.canAccessTensorByReference (0 ms) 2022-11-23T03:02:30.4970665Z [ RUN ] ListTest.toTypedList 2022-11-23T03:02:30.5022626Z [ OK ] ListTest.toTypedList (25 ms) 2022-11-23T03:02:30.5023036Z [----------] 4 tests from ListTest (25 ms total) 2022-11-23T03:02:30.5023226Z 2022-11-23T03:02:30.5023496Z [----------] Global test environment tear-down 2022-11-23T03:02:30.5085643Z [==========] 139 tests from 3 test suites ran. (28 ms total) 2022-11-23T03:02:30.5086002Z [ PASSED ] 139 tests. 2022-11-23T03:02:30.6414263Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2022-11-23T03:02:31.3764614Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:31.3765136Z [==========] Running 39 tests from 1 test suite. 2022-11-23T03:02:31.3765467Z [----------] Global test environment set-up. 2022-11-23T03:02:31.3765855Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel 2022-11-23T03:02:31.3766361Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3769388Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3770260Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T03:02:31.3773376Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T03:02:31.3774204Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T03:02:31.3777305Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T03:02:31.3778043Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3779598Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3780261Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3781933Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3783132Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3784531Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3785196Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3786838Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3787523Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3789762Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3790449Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3792230Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3792912Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3795346Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3796460Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3797852Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3798622Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3799558Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3800320Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3801587Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3802477Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3803644Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3804352Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3805483Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3806174Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3807343Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3808152Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3809704Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3810428Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3811600Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3812326Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3813905Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3814644Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3815962Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3816787Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3818903Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3819606Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3821844Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3822744Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3824944Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3825658Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3827606Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3828407Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly 2022-11-23T03:02:31.3830309Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly (0 ms) 2022-11-23T03:02:31.3830967Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3832411Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3833138Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3834752Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3835603Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3837480Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3838254Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3839888Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3840635Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3842788Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3843521Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3845069Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3845806Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T03:02:31.3847415Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T03:02:31.3848242Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T03:02:31.3849973Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T03:02:31.3850641Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T03:02:31.3852333Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T03:02:31.3853071Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T03:02:31.3855057Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T03:02:31.3856038Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T03:02:32.2757027Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (890 ms) 2022-11-23T03:02:32.2757827Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T03:02:32.2765750Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T03:02:32.2766759Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T03:02:32.2797161Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (3 ms) 2022-11-23T03:02:32.2798033Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T03:02:32.2821228Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (2 ms) 2022-11-23T03:02:32.2821884Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel (905 ms total) 2022-11-23T03:02:32.2822149Z 2022-11-23T03:02:32.2822297Z [----------] Global test environment tear-down 2022-11-23T03:02:32.2848488Z [==========] 39 tests from 1 test suite ran. (905 ms total) 2022-11-23T03:02:32.2848828Z [ PASSED ] 39 tests. 2022-11-23T03:02:32.4209481Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2022-11-23T03:02:33.1329566Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:33.1330060Z [==========] Running 6 tests from 1 test suite. 2022-11-23T03:02:33.1330379Z [----------] Global test environment set-up. 2022-11-23T03:02:33.1330690Z [----------] 6 tests from MathKernelTest 2022-11-23T03:02:33.1331014Z [ RUN ] MathKernelTest.NativeGroupNorm 2022-11-23T03:02:33.1416259Z [ OK ] MathKernelTest.NativeGroupNorm (8 ms) 2022-11-23T03:02:33.1417031Z [ RUN ] MathKernelTest.NativeLayerNorm 2022-11-23T03:02:33.1463386Z [ OK ] MathKernelTest.NativeLayerNorm (4 ms) 2022-11-23T03:02:33.1464075Z [ RUN ] MathKernelTest.Addr 2022-11-23T03:02:33.1478221Z [ OK ] MathKernelTest.Addr (1 ms) 2022-11-23T03:02:33.1478933Z [ RUN ] MathKernelTest.SiluBackward 2022-11-23T03:02:33.1482040Z [ OK ] MathKernelTest.SiluBackward (0 ms) 2022-11-23T03:02:33.1482678Z [ RUN ] MathKernelTest.MishBackward 2022-11-23T03:02:33.1494129Z [ OK ] MathKernelTest.MishBackward (1 ms) 2022-11-23T03:02:33.1494522Z [ RUN ] MathKernelTest.Bmm 2022-11-23T03:02:34.0787079Z [ OK ] MathKernelTest.Bmm (929 ms) 2022-11-23T03:02:34.0787503Z [----------] 6 tests from MathKernelTest (945 ms total) 2022-11-23T03:02:34.0787707Z 2022-11-23T03:02:34.0787855Z [----------] Global test environment tear-down 2022-11-23T03:02:34.0802922Z [==========] 6 tests from 1 test suite ran. (945 ms total) 2022-11-23T03:02:34.0803454Z [ PASSED ] 6 tests. 2022-11-23T03:02:34.2169083Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2022-11-23T03:02:34.9805836Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:34.9806834Z [==========] Running 30 tests from 3 test suites. 2022-11-23T03:02:34.9807519Z [----------] Global test environment set-up. 2022-11-23T03:02:34.9808707Z [----------] 10 tests from MaybeOwnedTest/0, where TypeParam = class c10::intrusive_ptr > 2022-11-23T03:02:34.9809471Z [ RUN ] MaybeOwnedTest/0.SimpleDereferencingString 2022-11-23T03:02:34.9809939Z [ OK ] MaybeOwnedTest/0.SimpleDereferencingString (0 ms) 2022-11-23T03:02:34.9810525Z [ RUN ] MaybeOwnedTest/0.DefaultCtor 2022-11-23T03:02:34.9811022Z [ OK ] MaybeOwnedTest/0.DefaultCtor (0 ms) 2022-11-23T03:02:34.9811640Z [ RUN ] MaybeOwnedTest/0.CopyConstructor 2022-11-23T03:02:34.9812003Z [ OK ] MaybeOwnedTest/0.CopyConstructor (0 ms) 2022-11-23T03:02:34.9812331Z [ RUN ] MaybeOwnedTest/0.MoveDereferencing 2022-11-23T03:02:34.9812674Z [ OK ] MaybeOwnedTest/0.MoveDereferencing (0 ms) 2022-11-23T03:02:34.9813258Z [ RUN ] MaybeOwnedTest/0.MoveConstructor 2022-11-23T03:02:34.9813640Z [ OK ] MaybeOwnedTest/0.MoveConstructor (0 ms) 2022-11-23T03:02:34.9814201Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoOwned 2022-11-23T03:02:34.9814649Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoOwned (0 ms) 2022-11-23T03:02:34.9815264Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed 2022-11-23T03:02:34.9815659Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed (0 ms) 2022-11-23T03:02:34.9816160Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoOwned 2022-11-23T03:02:34.9816647Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoOwned (0 ms) 2022-11-23T03:02:34.9817324Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed 2022-11-23T03:02:34.9817916Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed (0 ms) 2022-11-23T03:02:34.9818446Z [ RUN ] MaybeOwnedTest/0.SelfAssignment 2022-11-23T03:02:34.9818932Z [ OK ] MaybeOwnedTest/0.SelfAssignment (0 ms) 2022-11-23T03:02:34.9819282Z [----------] 10 tests from MaybeOwnedTest/0 (0 ms total) 2022-11-23T03:02:34.9819480Z 2022-11-23T03:02:34.9819695Z [----------] 10 tests from MaybeOwnedTest/1, where TypeParam = class at::Tensor 2022-11-23T03:02:34.9820068Z [ RUN ] MaybeOwnedTest/1.SimpleDereferencingString 2022-11-23T03:02:34.9820474Z [ OK ] MaybeOwnedTest/1.SimpleDereferencingString (0 ms) 2022-11-23T03:02:34.9820807Z [ RUN ] MaybeOwnedTest/1.DefaultCtor 2022-11-23T03:02:34.9821114Z [ OK ] MaybeOwnedTest/1.DefaultCtor (0 ms) 2022-11-23T03:02:34.9821427Z [ RUN ] MaybeOwnedTest/1.CopyConstructor 2022-11-23T03:02:34.9821768Z [ OK ] MaybeOwnedTest/1.CopyConstructor (0 ms) 2022-11-23T03:02:34.9822198Z [ RUN ] MaybeOwnedTest/1.MoveDereferencing 2022-11-23T03:02:34.9822531Z [ OK ] MaybeOwnedTest/1.MoveDereferencing (0 ms) 2022-11-23T03:02:34.9822853Z [ RUN ] MaybeOwnedTest/1.MoveConstructor 2022-11-23T03:02:34.9823400Z [ OK ] MaybeOwnedTest/1.MoveConstructor (0 ms) 2022-11-23T03:02:34.9823925Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoOwned 2022-11-23T03:02:34.9824287Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoOwned (0 ms) 2022-11-23T03:02:34.9824637Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed 2022-11-23T03:02:34.9825015Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed (0 ms) 2022-11-23T03:02:34.9825382Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoOwned 2022-11-23T03:02:34.9825740Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoOwned (0 ms) 2022-11-23T03:02:34.9826105Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed 2022-11-23T03:02:34.9826483Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed (0 ms) 2022-11-23T03:02:34.9826811Z [ RUN ] MaybeOwnedTest/1.SelfAssignment 2022-11-23T03:02:34.9827127Z [ OK ] MaybeOwnedTest/1.SelfAssignment (0 ms) 2022-11-23T03:02:34.9827467Z [----------] 10 tests from MaybeOwnedTest/1 (0 ms total) 2022-11-23T03:02:34.9827667Z 2022-11-23T03:02:34.9827884Z [----------] 10 tests from MaybeOwnedTest/2, where TypeParam = struct c10::IValue 2022-11-23T03:02:34.9828278Z [ RUN ] MaybeOwnedTest/2.SimpleDereferencingString 2022-11-23T03:02:34.9828649Z [ OK ] MaybeOwnedTest/2.SimpleDereferencingString (0 ms) 2022-11-23T03:02:34.9829099Z [ RUN ] MaybeOwnedTest/2.DefaultCtor 2022-11-23T03:02:34.9829408Z [ OK ] MaybeOwnedTest/2.DefaultCtor (0 ms) 2022-11-23T03:02:34.9829721Z [ RUN ] MaybeOwnedTest/2.CopyConstructor 2022-11-23T03:02:34.9830155Z [ OK ] MaybeOwnedTest/2.CopyConstructor (0 ms) 2022-11-23T03:02:34.9830589Z [ RUN ] MaybeOwnedTest/2.MoveDereferencing 2022-11-23T03:02:34.9831013Z [ OK ] MaybeOwnedTest/2.MoveDereferencing (0 ms) 2022-11-23T03:02:34.9831368Z [ RUN ] MaybeOwnedTest/2.MoveConstructor 2022-11-23T03:02:34.9831688Z [ OK ] MaybeOwnedTest/2.MoveConstructor (0 ms) 2022-11-23T03:02:34.9832029Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoOwned 2022-11-23T03:02:34.9832395Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoOwned (0 ms) 2022-11-23T03:02:34.9832760Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed 2022-11-23T03:02:34.9833119Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed (0 ms) 2022-11-23T03:02:34.9833483Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoOwned 2022-11-23T03:02:34.9833847Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoOwned (0 ms) 2022-11-23T03:02:34.9834212Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed 2022-11-23T03:02:34.9834588Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed (0 ms) 2022-11-23T03:02:34.9834927Z [ RUN ] MaybeOwnedTest/2.SelfAssignment 2022-11-23T03:02:34.9835237Z [ OK ] MaybeOwnedTest/2.SelfAssignment (0 ms) 2022-11-23T03:02:34.9835575Z [----------] 10 tests from MaybeOwnedTest/2 (0 ms total) 2022-11-23T03:02:34.9835894Z 2022-11-23T03:02:34.9836047Z [----------] Global test environment tear-down 2022-11-23T03:02:34.9847182Z [==========] 30 tests from 3 test suites ran. (1 ms total) 2022-11-23T03:02:34.9847792Z [ PASSED ] 30 tests. 2022-11-23T03:02:35.1077268Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2022-11-23T03:02:35.7935435Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:35.7935939Z [==========] Running 4 tests from 1 test suite. 2022-11-23T03:02:35.7936393Z [----------] Global test environment set-up. 2022-11-23T03:02:35.7936711Z [----------] 4 tests from MemoryFormatTest 2022-11-23T03:02:35.7937250Z [ RUN ] MemoryFormatTest.SetMemoryFormat 2022-11-23T03:02:35.7939001Z [ OK ] MemoryFormatTest.SetMemoryFormat (0 ms) 2022-11-23T03:02:35.7939394Z [ RUN ] MemoryFormatTest.TransposeMemoryFormat 2022-11-23T03:02:35.7940625Z [ OK ] MemoryFormatTest.TransposeMemoryFormat (0 ms) 2022-11-23T03:02:35.7941022Z [ RUN ] MemoryFormatTest.SliceStepTwoMemoryFormat 2022-11-23T03:02:35.7944076Z [ OK ] MemoryFormatTest.SliceStepTwoMemoryFormat (0 ms) 2022-11-23T03:02:35.7944504Z [ RUN ] MemoryFormatTest.SliceFirstMemoryFormat 2022-11-23T03:02:35.7945709Z [ OK ] MemoryFormatTest.SliceFirstMemoryFormat (0 ms) 2022-11-23T03:02:35.7946186Z [----------] 4 tests from MemoryFormatTest (1 ms total) 2022-11-23T03:02:35.7946391Z 2022-11-23T03:02:35.7946539Z [----------] Global test environment tear-down 2022-11-23T03:02:35.7962806Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-11-23T03:02:35.7963102Z [ PASSED ] 4 tests. 2022-11-23T03:02:35.9168249Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2022-11-23T03:02:36.5711711Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:36.5712213Z [==========] Running 6 tests from 1 test suite. 2022-11-23T03:02:36.5712545Z [----------] Global test environment set-up. 2022-11-23T03:02:36.5712877Z [----------] 6 tests from MemoryOverlapTest 2022-11-23T03:02:36.5713212Z [ RUN ] MemoryOverlapTest.TensorExpanded 2022-11-23T03:02:36.5713947Z [ OK ] MemoryOverlapTest.TensorExpanded (0 ms) 2022-11-23T03:02:36.5714410Z [ RUN ] MemoryOverlapTest.ScalarExpanded 2022-11-23T03:02:36.5714773Z [ OK ] MemoryOverlapTest.ScalarExpanded (0 ms) 2022-11-23T03:02:36.5715143Z [ RUN ] MemoryOverlapTest.NonContiguousTensor 2022-11-23T03:02:36.5717231Z [ OK ] MemoryOverlapTest.NonContiguousTensor (0 ms) 2022-11-23T03:02:36.5717676Z [ RUN ] MemoryOverlapTest.NonContiguousExpandedTensor 2022-11-23T03:02:36.5718368Z [ OK ] MemoryOverlapTest.NonContiguousExpandedTensor (0 ms) 2022-11-23T03:02:36.5718799Z [ RUN ] MemoryOverlapTest.ContiguousTensor 2022-11-23T03:02:36.5719168Z [ OK ] MemoryOverlapTest.ContiguousTensor (0 ms) 2022-11-23T03:02:36.5719796Z [ RUN ] MemoryOverlapTest.ContiguousExpandedTensor 2022-11-23T03:02:36.5720227Z [ OK ] MemoryOverlapTest.ContiguousExpandedTensor (0 ms) 2022-11-23T03:02:36.5720635Z [----------] 6 tests from MemoryOverlapTest (0 ms total) 2022-11-23T03:02:36.5720838Z 2022-11-23T03:02:36.5720985Z [----------] Global test environment tear-down 2022-11-23T03:02:36.5736707Z [==========] 6 tests from 1 test suite ran. (0 ms total) 2022-11-23T03:02:36.5737039Z [ PASSED ] 6 tests. 2022-11-23T03:02:36.6934446Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2022-11-23T03:02:37.3694488Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:37.3695009Z [==========] Running 2 tests from 1 test suite. 2022-11-23T03:02:37.3695321Z [----------] Global test environment set-up. 2022-11-23T03:02:37.3695631Z [----------] 2 tests from MemoryCleanUp 2022-11-23T03:02:37.3695965Z [ RUN ] MemoryCleanUp.NoErrorWithoutRelease 2022-11-23T03:02:37.3983707Z [ OK ] MemoryCleanUp.NoErrorWithoutRelease (28 ms) 2022-11-23T03:02:37.3984131Z [ RUN ] MemoryCleanUp.UnpackError 2022-11-23T03:02:38.3023184Z [ OK ] MemoryCleanUp.UnpackError (903 ms) 2022-11-23T03:02:38.3023645Z [----------] 2 tests from MemoryCleanUp (932 ms total) 2022-11-23T03:02:38.3023849Z 2022-11-23T03:02:38.3023983Z [----------] Global test environment tear-down 2022-11-23T03:02:38.3037803Z [==========] 2 tests from 1 test suite ran. (932 ms total) 2022-11-23T03:02:38.3038102Z [ PASSED ] 2 tests. 2022-11-23T03:02:38.4390847Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2022-11-23T03:02:39.0974126Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:39.0974624Z [==========] Running 10 tests from 1 test suite. 2022-11-23T03:02:39.0974935Z [----------] Global test environment set-up. 2022-11-23T03:02:39.0975260Z [----------] 10 tests from NamedTensorTest 2022-11-23T03:02:39.0976133Z [ RUN ] NamedTensorTest.isNamed 2022-11-23T03:02:39.0976961Z [W TensorImpl.h:1787] Warning: 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. (function operator ()) 2022-11-23T03:02:39.0977659Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-11-23T03:02:39.0977986Z [ RUN ] NamedTensorTest.attachMetadata 2022-11-23T03:02:39.0978325Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-11-23T03:02:39.0978706Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-11-23T03:02:39.0979091Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-11-23T03:02:39.0979446Z [ RUN ] NamedTensorTest.empty 2022-11-23T03:02:40.0002451Z [ OK ] NamedTensorTest.empty (902 ms) 2022-11-23T03:02:40.0002858Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-11-23T03:02:40.0004020Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-11-23T03:02:40.0004615Z [ RUN ] NamedTensorTest.unifyFromRight 2022-11-23T03:02:40.0016658Z [ OK ] NamedTensorTest.unifyFromRight (1 ms) 2022-11-23T03:02:40.0017124Z [ RUN ] NamedTensorTest.alias 2022-11-23T03:02:40.0018830Z [ OK ] NamedTensorTest.alias (0 ms) 2022-11-23T03:02:40.0019397Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-11-23T03:02:40.0019733Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-11-23T03:02:40.0020197Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-11-23T03:02:40.0020554Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-11-23T03:02:40.0020926Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-11-23T03:02:40.0021627Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-11-23T03:02:40.0022056Z [----------] 10 tests from NamedTensorTest (904 ms total) 2022-11-23T03:02:40.0022241Z 2022-11-23T03:02:40.0022391Z [----------] Global test environment tear-down 2022-11-23T03:02:40.0040105Z [==========] 10 tests from 1 test suite ran. (904 ms total) 2022-11-23T03:02:40.0040449Z [ PASSED ] 10 tests. 2022-11-23T03:02:40.1404855Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2022-11-23T03:02:40.8173890Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:40.8174395Z [==========] Running 2 tests from 1 test suite. 2022-11-23T03:02:40.8174848Z [----------] Global test environment set-up. 2022-11-23T03:02:40.8175163Z [----------] 2 tests from TestNative 2022-11-23T03:02:40.8175457Z [ RUN ] TestNative.NativeTestCPU 2022-11-23T03:02:41.9098551Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorCompare.cpp:491] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator ()) 2022-11-23T03:02:41.9100334Z [ OK ] TestNative.NativeTestCPU (1092 ms) 2022-11-23T03:02:41.9100730Z [ RUN ] TestNative.NativeTestGPU 2022-11-23T03:02:44.8207391Z [ OK ] TestNative.NativeTestGPU (2910 ms) 2022-11-23T03:02:44.8207947Z [----------] 2 tests from TestNative (4003 ms total) 2022-11-23T03:02:44.8208147Z 2022-11-23T03:02:44.8208334Z [----------] Global test environment tear-down 2022-11-23T03:02:44.8223448Z [==========] 2 tests from 1 test suite ran. (4003 ms total) 2022-11-23T03:02:44.8224487Z [ PASSED ] 2 tests. 2022-11-23T03:02:45.3338056Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2022-11-23T03:02:46.0827636Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:46.0828353Z [==========] Running 4 tests from 1 test suite. 2022-11-23T03:02:46.0828683Z [----------] Global test environment set-up. 2022-11-23T03:02:46.0829082Z [----------] 4 tests from OperatorsTest 2022-11-23T03:02:46.0829625Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-11-23T03:02:46.0836466Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-11-23T03:02:46.0837010Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-11-23T03:02:46.0837999Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-11-23T03:02:46.0838367Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-11-23T03:02:46.0847874Z [ OK ] OperatorsTest.Test_ATEN_FN (0 ms) 2022-11-23T03:02:46.0848275Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-11-23T03:02:46.0848995Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-11-23T03:02:46.0849634Z [----------] 4 tests from OperatorsTest (2 ms total) 2022-11-23T03:02:46.0849835Z 2022-11-23T03:02:46.0849989Z [----------] Global test environment tear-down 2022-11-23T03:02:46.0866676Z [==========] 4 tests from 1 test suite ran. (2 ms total) 2022-11-23T03:02:46.0866994Z [ PASSED ] 4 tests. 2022-11-23T03:02:46.2079785Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2022-11-23T03:02:46.9028419Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:46.9029283Z [==========] Running 2 tests from 1 test suite. 2022-11-23T03:02:46.9029653Z [----------] Global test environment set-up. 2022-11-23T03:02:46.9029973Z [----------] 2 tests from OperatorNameTest 2022-11-23T03:02:46.9030390Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace 2022-11-23T03:02:46.9030966Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace (0 ms) 2022-11-23T03:02:46.9031522Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace 2022-11-23T03:02:46.9032316Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace (0 ms) 2022-11-23T03:02:46.9032810Z [----------] 2 tests from OperatorNameTest (0 ms total) 2022-11-23T03:02:46.9033122Z 2022-11-23T03:02:46.9033310Z [----------] Global test environment tear-down 2022-11-23T03:02:46.9044306Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T03:02:46.9044637Z [ PASSED ] 2 tests. 2022-11-23T03:02:47.0235060Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2022-11-23T03:02:47.7297450Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:47.7297949Z [==========] Running 0 tests from 0 test suites. 2022-11-23T03:02:47.7312755Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T03:02:47.7313055Z [ PASSED ] 0 tests. 2022-11-23T03:02:47.8589725Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2022-11-23T03:02:48.5486251Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:48.5486753Z [==========] Running 77 tests from 2 test suites. 2022-11-23T03:02:48.5487079Z [----------] Global test environment set-up. 2022-11-23T03:02:48.5487446Z [----------] 49 tests from OperatorRegistrationTest 2022-11-23T03:02:48.5487998Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled 2022-11-23T03:02:48.5491375Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T03:02:48.5492169Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled 2022-11-23T03:02:48.5493937Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T03:02:48.5496623Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled 2022-11-23T03:02:48.5497422Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T03:02:48.5498170Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled 2022-11-23T03:02:48.5499210Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T03:02:48.5499847Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails 2022-11-23T03:02:49.4447620Z [ OK ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails (894 ms) 2022-11-23T03:02:49.4448959Z [ RUN ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails 2022-11-23T03:02:49.4455238Z [ OK ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails (0 ms) 2022-11-23T03:02:49.4455928Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel 2022-11-23T03:02:49.4457712Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel (0 ms) 2022-11-23T03:02:49.4458492Z [ RUN ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel 2022-11-23T03:02:49.4461195Z [ OK ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-11-23T03:02:49.4462075Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel 2022-11-23T03:02:49.4466618Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-11-23T03:02:49.4467679Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema 2022-11-23T03:02:49.4469408Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema (0 ms) 2022-11-23T03:02:49.4470050Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails 2022-11-23T03:02:49.4471555Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails (0 ms) 2022-11-23T03:02:49.4472169Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone 2022-11-23T03:02:49.4473174Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone (0 ms) 2022-11-23T03:02:49.4473849Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters 2022-11-23T03:02:49.4474834Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters (0 ms) 2022-11-23T03:02:49.4475591Z [ RUN ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails 2022-11-23T03:02:49.4477028Z [ OK ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-11-23T03:02:49.4477732Z [ RUN ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails 2022-11-23T03:02:49.4479103Z [ OK ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-11-23T03:02:49.4479788Z [ RUN ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey 2022-11-23T03:02:49.4484717Z [ OK ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey (0 ms) 2022-11-23T03:02:49.4485477Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel 2022-11-23T03:02:49.4494542Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel (0 ms) 2022-11-23T03:02:49.4495351Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails 2022-11-23T03:02:49.4496428Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails (0 ms) 2022-11-23T03:02:49.4497460Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds 2022-11-23T03:02:49.4498933Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds (0 ms) 2022-11-23T03:02:49.4499782Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds 2022-11-23T03:02:49.4500850Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-11-23T03:02:49.4501702Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds 2022-11-23T03:02:49.4502924Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-11-23T03:02:49.4503690Z [ RUN ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails 2022-11-23T03:02:49.4507403Z [ OK ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails (0 ms) 2022-11-23T03:02:49.4508063Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled 2022-11-23T03:02:49.4567664Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled (5 ms) 2022-11-23T03:02:49.4568420Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled 2022-11-23T03:02:49.4636649Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled (6 ms) 2022-11-23T03:02:49.4637922Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled 2022-11-23T03:02:49.4677768Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled (4 ms) 2022-11-23T03:02:49.4678839Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled 2022-11-23T03:02:49.4712213Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled (3 ms) 2022-11-23T03:02:49.4713232Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel 2022-11-23T03:02:49.4746191Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel (3 ms) 2022-11-23T03:02:49.4747003Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel 2022-11-23T03:02:49.4751869Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel (0 ms) 2022-11-23T03:02:49.4752584Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel 2022-11-23T03:02:49.4754062Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel (0 ms) 2022-11-23T03:02:49.4754851Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel 2022-11-23T03:02:49.4756665Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel (0 ms) 2022-11-23T03:02:49.4757440Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel 2022-11-23T03:02:49.4759229Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel (0 ms) 2022-11-23T03:02:49.4759909Z [ RUN ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel 2022-11-23T03:02:49.4766525Z [ OK ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel (0 ms) 2022-11-23T03:02:49.4767416Z [ RUN ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel 2022-11-23T03:02:49.4771522Z [ OK ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel (0 ms) 2022-11-23T03:02:49.4772212Z [ RUN ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled 2022-11-23T03:02:49.4778615Z [ OK ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled (0 ms) 2022-11-23T03:02:49.4779307Z [ RUN ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled 2022-11-23T03:02:49.4784967Z [ OK ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled (0 ms) 2022-11-23T03:02:49.4785608Z [ RUN ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname 2022-11-23T03:02:49.4791766Z [ OK ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname (0 ms) 2022-11-23T03:02:49.4792428Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4798009Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4798787Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4803872Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4804677Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4811340Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4812151Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4814357Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4815189Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4820214Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4821051Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4826533Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4827230Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4832249Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4832946Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-11-23T03:02:49.4838464Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T03:02:49.4839062Z [ RUN ] OperatorRegistrationTest.testAvailableArgTypes 2022-11-23T03:02:49.5975514Z [ OK ] OperatorRegistrationTest.testAvailableArgTypes (113 ms) 2022-11-23T03:02:49.5976212Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels 2022-11-23T03:02:49.5977427Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels (0 ms) 2022-11-23T03:02:49.5978349Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels 2022-11-23T03:02:49.5981641Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels (0 ms) 2022-11-23T03:02:49.5982746Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels 2022-11-23T03:02:49.5983897Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels (0 ms) 2022-11-23T03:02:49.5984591Z [ RUN ] OperatorRegistrationTest.getRegistrationsForDispatchKey 2022-11-23T03:02:49.7302327Z [ OK ] OperatorRegistrationTest.getRegistrationsForDispatchKey (131 ms) 2022-11-23T03:02:49.7303022Z [----------] 49 tests from OperatorRegistrationTest (1181 ms total) 2022-11-23T03:02:49.7303376Z 2022-11-23T03:02:49.7303655Z [----------] 28 tests from NewOperatorRegistrationTest 2022-11-23T03:02:49.7304121Z [ RUN ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname 2022-11-23T03:02:49.7307303Z [ OK ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname (0 ms) 2022-11-23T03:02:49.7307803Z [ RUN ] NewOperatorRegistrationTest.testBasics 2022-11-23T03:02:49.7318424Z [ OK ] NewOperatorRegistrationTest.testBasics (1 ms) 2022-11-23T03:02:49.7318832Z [ RUN ] NewOperatorRegistrationTest.importTopLevel 2022-11-23T03:02:49.7325673Z [ OK ] NewOperatorRegistrationTest.importTopLevel (0 ms) 2022-11-23T03:02:49.7326139Z [ RUN ] NewOperatorRegistrationTest.overload 2022-11-23T03:02:49.7329765Z [ OK ] NewOperatorRegistrationTest.overload (0 ms) 2022-11-23T03:02:49.7330206Z [ RUN ] NewOperatorRegistrationTest.importNamespace 2022-11-23T03:02:49.7338081Z [ OK ] NewOperatorRegistrationTest.importNamespace (0 ms) 2022-11-23T03:02:49.7338745Z [ RUN ] NewOperatorRegistrationTest.schema 2022-11-23T03:02:49.7343903Z [ OK ] NewOperatorRegistrationTest.schema (0 ms) 2022-11-23T03:02:49.7344637Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel 2022-11-23T03:02:49.7402549Z [ OK ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel (5 ms) 2022-11-23T03:02:49.7403463Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel 2022-11-23T03:02:49.7404746Z [ OK ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel (0 ms) 2022-11-23T03:02:49.7405711Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel 2022-11-23T03:02:49.7407641Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel (0 ms) 2022-11-23T03:02:49.7408434Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel 2022-11-23T03:02:49.7410181Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel (0 ms) 2022-11-23T03:02:49.7411162Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel 2022-11-23T03:02:49.7412357Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T03:02:49.7412958Z operator: test::fn(Tensor _0) -> Tensor _0 2022-11-23T03:02:49.7413509Z registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-11-23T03:02:49.7414081Z dispatch key: (catch all) 2022-11-23T03:02:49.7414565Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-11-23T03:02:49.7415262Z new kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 (function registerKernel) 2022-11-23T03:02:49.7416299Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel (0 ms) 2022-11-23T03:02:49.7417323Z [ RUN ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel 2022-11-23T03:02:49.7418227Z [ OK ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-11-23T03:02:49.7419174Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel 2022-11-23T03:02:49.7419877Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-11-23T03:02:49.7420547Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel 2022-11-23T03:02:49.7421205Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel (0 ms) 2022-11-23T03:02:49.7421995Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel 2022-11-23T03:02:49.7423792Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel (0 ms) 2022-11-23T03:02:49.7424752Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel 2022-11-23T03:02:49.7425968Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel (0 ms) 2022-11-23T03:02:49.7426522Z [ RUN ] NewOperatorRegistrationTest.dispatch 2022-11-23T03:02:49.7430902Z [ OK ] NewOperatorRegistrationTest.dispatch (0 ms) 2022-11-23T03:02:49.7431635Z [ RUN ] NewOperatorRegistrationTest.dispatchAutogradPrecedence 2022-11-23T03:02:49.7433787Z [ OK ] NewOperatorRegistrationTest.dispatchAutogradPrecedence (0 ms) 2022-11-23T03:02:49.7434581Z [ RUN ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther 2022-11-23T03:02:49.7438985Z [ OK ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther (0 ms) 2022-11-23T03:02:49.7439716Z [ RUN ] NewOperatorRegistrationTest.dispatchMultipleTensors 2022-11-23T03:02:49.7473924Z [ OK ] NewOperatorRegistrationTest.dispatchMultipleTensors (3 ms) 2022-11-23T03:02:49.7474644Z [ RUN ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite 2022-11-23T03:02:49.7476900Z [ OK ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite (0 ms) 2022-11-23T03:02:49.7477809Z [ RUN ] NewOperatorRegistrationTest.dispatchMultiple 2022-11-23T03:02:49.7478897Z [ OK ] NewOperatorRegistrationTest.dispatchMultiple (0 ms) 2022-11-23T03:02:49.7479326Z [ RUN ] NewOperatorRegistrationTest.fallback 2022-11-23T03:02:49.7523267Z [ OK ] NewOperatorRegistrationTest.fallback (4 ms) 2022-11-23T03:02:49.7523884Z [ RUN ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU 2022-11-23T03:02:49.7524445Z [ OK ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU (0 ms) 2022-11-23T03:02:49.7524965Z [ RUN ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError 2022-11-23T03:02:49.7527033Z [ OK ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError (0 ms) 2022-11-23T03:02:49.7527494Z [ RUN ] NewOperatorRegistrationTest.CppFunction 2022-11-23T03:02:49.7539056Z [ OK ] NewOperatorRegistrationTest.CppFunction (1 ms) 2022-11-23T03:02:49.7539500Z [ RUN ] NewOperatorRegistrationTest.testDelayedListener 2022-11-23T03:02:49.7542355Z [ OK ] NewOperatorRegistrationTest.testDelayedListener (0 ms) 2022-11-23T03:02:49.7542985Z [ RUN ] NewOperatorRegistrationTest.testImplNoDefGetsCaught 2022-11-23T03:02:49.7543629Z [ OK ] NewOperatorRegistrationTest.testImplNoDefGetsCaught (0 ms) 2022-11-23T03:02:49.7544116Z [----------] 28 tests from NewOperatorRegistrationTest (24 ms total) 2022-11-23T03:02:49.7544354Z 2022-11-23T03:02:49.7544486Z [----------] Global test environment tear-down 2022-11-23T03:02:49.7580875Z [==========] 77 tests from 2 test suites ran. (1205 ms total) 2022-11-23T03:02:49.7581678Z [ PASSED ] 77 tests. 2022-11-23T03:02:49.8891071Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2022-11-23T03:02:50.5609565Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:50.5610088Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:02:50.5610414Z [----------] Global test environment set-up. 2022-11-23T03:02:50.5610882Z [----------] 1 test from PackedtensoraccessorTest 2022-11-23T03:02:50.5611278Z [ RUN ] PackedtensoraccessorTest.TransposeTest 2022-11-23T03:02:50.7040999Z [ OK ] PackedtensoraccessorTest.TransposeTest (143 ms) 2022-11-23T03:02:50.7041508Z [----------] 1 test from PackedtensoraccessorTest (143 ms total) 2022-11-23T03:02:50.7041745Z 2022-11-23T03:02:50.7041897Z [----------] Global test environment tear-down 2022-11-23T03:02:50.7056966Z [==========] 1 test from 1 test suite ran. (143 ms total) 2022-11-23T03:02:50.7057553Z [ PASSED ] 1 test. 2022-11-23T03:02:50.9358349Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2022-11-23T03:02:51.6096563Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:51.6098941Z [==========] Running 13 tests from 1 test suite. 2022-11-23T03:02:51.6099280Z [----------] Global test environment set-up. 2022-11-23T03:02:51.6099583Z [----------] 13 tests from PowTest 2022-11-23T03:02:51.6099877Z [ RUN ] PowTest.IntTensorPowAllScalars 2022-11-23T03:02:51.6375630Z [ OK ] PowTest.IntTensorPowAllScalars (27 ms) 2022-11-23T03:02:51.6376336Z [ RUN ] PowTest.LongTensorPowAllScalars 2022-11-23T03:02:51.6623313Z [ OK ] PowTest.LongTensorPowAllScalars (24 ms) 2022-11-23T03:02:51.6623733Z [ RUN ] PowTest.FloatTensorPowAllScalars 2022-11-23T03:02:51.6944805Z [ OK ] PowTest.FloatTensorPowAllScalars (32 ms) 2022-11-23T03:02:51.6946089Z [ RUN ] PowTest.DoubleTensorPowAllScalars 2022-11-23T03:02:51.7132567Z [ OK ] PowTest.DoubleTensorPowAllScalars (18 ms) 2022-11-23T03:02:51.7132991Z [ RUN ] PowTest.IntScalarPowAllTensors 2022-11-23T03:02:51.7192247Z [ OK ] PowTest.IntScalarPowAllTensors (5 ms) 2022-11-23T03:02:51.7192677Z [ RUN ] PowTest.LongScalarPowAllTensors 2022-11-23T03:02:51.7238210Z [ OK ] PowTest.LongScalarPowAllTensors (4 ms) 2022-11-23T03:02:51.7238620Z [ RUN ] PowTest.FloatScalarPowAllTensors 2022-11-23T03:02:51.7270038Z [ OK ] PowTest.FloatScalarPowAllTensors (3 ms) 2022-11-23T03:02:51.7270442Z [ RUN ] PowTest.DoubleScalarPowAllTensors 2022-11-23T03:02:51.7284930Z [ OK ] PowTest.DoubleScalarPowAllTensors (1 ms) 2022-11-23T03:02:51.7285317Z [ RUN ] PowTest.IntTensorPowIntTensor 2022-11-23T03:02:51.7305349Z [ OK ] PowTest.IntTensorPowIntTensor (2 ms) 2022-11-23T03:02:51.7306941Z [ RUN ] PowTest.LongTensorPowLongTensor 2022-11-23T03:02:51.7326208Z [ OK ] PowTest.LongTensorPowLongTensor (1 ms) 2022-11-23T03:02:51.7326774Z [ RUN ] PowTest.FloatTensorPowFloatTensor 2022-11-23T03:02:51.7346157Z [ OK ] PowTest.FloatTensorPowFloatTensor (2 ms) 2022-11-23T03:02:51.7346581Z [ RUN ] PowTest.DoubleTensorPowDoubleTensor 2022-11-23T03:02:51.7367503Z [ OK ] PowTest.DoubleTensorPowDoubleTensor (2 ms) 2022-11-23T03:02:51.7368111Z [ RUN ] PowTest.TestIntegralPow 2022-11-23T03:02:51.7368441Z [ OK ] PowTest.TestIntegralPow (0 ms) 2022-11-23T03:02:51.7368774Z [----------] 13 tests from PowTest (127 ms total) 2022-11-23T03:02:51.7368962Z 2022-11-23T03:02:51.7369094Z [----------] Global test environment tear-down 2022-11-23T03:02:51.7387911Z [==========] 13 tests from 1 test suite ran. (127 ms total) 2022-11-23T03:02:51.7388227Z [ PASSED ] 13 tests. 2022-11-23T03:02:51.8644742Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2022-11-23T03:02:52.5324862Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:52.5325350Z [==========] Running 9 tests from 1 test suite. 2022-11-23T03:02:52.5325677Z [----------] Global test environment set-up. 2022-11-23T03:02:52.5325978Z [----------] 9 tests from TestQTensor 2022-11-23T03:02:52.5326280Z [ RUN ] TestQTensor.QuantDequantAPIs 2022-11-23T03:02:52.5392945Z [ OK ] TestQTensor.QuantDequantAPIs (6 ms) 2022-11-23T03:02:52.5393607Z [ RUN ] TestQTensor.RoundingMode 2022-11-23T03:02:52.5394189Z [ OK ] TestQTensor.RoundingMode (0 ms) 2022-11-23T03:02:52.5394745Z [ RUN ] TestQTensor.Item 2022-11-23T03:02:52.5395298Z [ OK ] TestQTensor.Item (0 ms) 2022-11-23T03:02:52.5395860Z [ RUN ] TestQTensor.EmptyQuantized 2022-11-23T03:02:52.5396476Z [ OK ] TestQTensor.EmptyQuantized (0 ms) 2022-11-23T03:02:52.5397160Z [ RUN ] TestQTensor.EmptyPerchannelQuantized 2022-11-23T03:02:52.5399743Z [ OK ] TestQTensor.EmptyPerchannelQuantized (0 ms) 2022-11-23T03:02:52.5400507Z [ RUN ] TestQTensor.QuantizePerChannel4d 2022-11-23T03:02:52.5407963Z [ OK ] TestQTensor.QuantizePerChannel4d (0 ms) 2022-11-23T03:02:52.5408821Z [ RUN ] TestQTensor.QuantizePerChannel4dChannelsLast 2022-11-23T03:02:52.5636376Z [ OK ] TestQTensor.QuantizePerChannel4dChannelsLast (22 ms) 2022-11-23T03:02:52.5637255Z [ RUN ] TestQTensor.FromBlobQuantizedPerTensor 2022-11-23T03:02:52.5642491Z [ OK ] TestQTensor.FromBlobQuantizedPerTensor (0 ms) 2022-11-23T03:02:52.5643297Z [ RUN ] TestQTensor.FromBlobQuantizedPerChannel 2022-11-23T03:02:52.5649255Z [ OK ] TestQTensor.FromBlobQuantizedPerChannel (0 ms) 2022-11-23T03:02:52.5665904Z [----------] 9 tests from TestQTensor (32 ms total) 2022-11-23T03:02:52.5666666Z 2022-11-23T03:02:52.5667063Z [----------] Global test environment tear-down 2022-11-23T03:02:52.5690597Z [==========] 9 tests from 1 test suite ran. (32 ms total) 2022-11-23T03:02:52.5691742Z [ PASSED ] 9 tests. 2022-11-23T03:02:52.6969632Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2022-11-23T03:02:53.3972133Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:53.3972631Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:02:53.3973103Z [----------] Global test environment set-up. 2022-11-23T03:02:53.3973425Z [----------] 1 test from ReduceOpsTest 2022-11-23T03:02:53.3973765Z [ RUN ] ReduceOpsTest.MaxValuesAndMinValues 2022-11-23T03:02:55.4226271Z [ OK ] ReduceOpsTest.MaxValuesAndMinValues (2025 ms) 2022-11-23T03:02:55.4226783Z [----------] 1 test from ReduceOpsTest (2025 ms total) 2022-11-23T03:02:55.4227110Z 2022-11-23T03:02:55.4227266Z [----------] Global test environment tear-down 2022-11-23T03:02:55.4243592Z [==========] 1 test from 1 test suite ran. (2025 ms total) 2022-11-23T03:02:55.4244122Z [ PASSED ] 1 test. 2022-11-23T03:02:55.8249158Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2022-11-23T03:02:56.4864789Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:56.4865385Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:02:56.4865727Z [----------] Global test environment set-up. 2022-11-23T03:02:56.4866058Z [----------] 1 test from DefaultCPUAllocator 2022-11-23T03:02:56.4866613Z [ RUN ] DefaultCPUAllocator.check_reporter 2022-11-23T03:02:56.4866960Z [ OK ] DefaultCPUAllocator.check_reporter (0 ms) 2022-11-23T03:02:56.4867347Z [----------] 1 test from DefaultCPUAllocator (0 ms total) 2022-11-23T03:02:56.4867557Z 2022-11-23T03:02:56.4867705Z [----------] Global test environment tear-down 2022-11-23T03:02:56.4890610Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T03:02:56.4891127Z [ PASSED ] 1 test. 2022-11-23T03:02:56.6112845Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2022-11-23T03:02:57.2647978Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:02:57.2648471Z [==========] Running 3 tests from 1 test suite. 2022-11-23T03:02:57.2648787Z [----------] Global test environment set-up. 2022-11-23T03:02:57.2649250Z [----------] 3 tests from TestScalarTensor 2022-11-23T03:02:57.2649594Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-11-23T03:02:58.3174843Z [ OK ] TestScalarTensor.TestScalarTensorCPU (1052 ms) 2022-11-23T03:02:58.3175379Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-11-23T03:03:00.4039541Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (2086 ms) 2022-11-23T03:03:00.4040082Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-11-23T03:03:00.4040480Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-11-23T03:03:00.4041081Z [----------] 3 tests from TestScalarTensor (3139 ms total) 2022-11-23T03:03:00.4041287Z 2022-11-23T03:03:00.4041435Z [----------] Global test environment tear-down 2022-11-23T03:03:00.4063896Z [==========] 3 tests from 1 test suite ran. (3139 ms total) 2022-11-23T03:03:00.4064781Z [ PASSED ] 3 tests. 2022-11-23T03:03:00.8351905Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2022-11-23T03:03:01.5318887Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:01.5319386Z [==========] Running 4 tests from 1 test suite. 2022-11-23T03:03:01.5319975Z [----------] Global test environment set-up. 2022-11-23T03:03:01.5320466Z [----------] 4 tests from TestScalar 2022-11-23T03:03:01.5320754Z [ RUN ] TestScalar.TestScalar 2022-11-23T03:03:04.3724833Z H2: 3 257 3 1 2022-11-23T03:03:04.3725234Z 0000009F660FF220 2022-11-23T03:03:04.3725537Z [ OK ] TestScalar.TestScalar (2840 ms) 2022-11-23T03:03:04.3725860Z [ RUN ] TestScalar.TestConj 2022-11-23T03:03:04.3726129Z [ OK ] TestScalar.TestConj (0 ms) 2022-11-23T03:03:04.3726418Z [ RUN ] TestScalar.TestEqual 2022-11-23T03:03:04.3726703Z [ OK ] TestScalar.TestEqual (0 ms) 2022-11-23T03:03:04.3727000Z [ RUN ] TestScalar.TestFormatting 2022-11-23T03:03:04.3727319Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-11-23T03:03:04.3727644Z [----------] 4 tests from TestScalar (2840 ms total) 2022-11-23T03:03:04.3727838Z 2022-11-23T03:03:04.3727988Z [----------] Global test environment tear-down 2022-11-23T03:03:04.3741606Z [==========] 4 tests from 1 test suite ran. (2840 ms total) 2022-11-23T03:03:04.3742369Z [ PASSED ] 4 tests. 2022-11-23T03:03:04.8122443Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2022-11-23T03:03:05.4824146Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:05.4824671Z [==========] Running 4 tests from 1 test suite. 2022-11-23T03:03:05.4824988Z [----------] Global test environment set-up. 2022-11-23T03:03:05.4825432Z [----------] 4 tests from StridePropertiesTest 2022-11-23T03:03:05.4825789Z [ RUN ] StridePropertiesTest.StrideIndicesTest 2022-11-23T03:03:05.4828487Z [ OK ] StridePropertiesTest.StrideIndicesTest (0 ms) 2022-11-23T03:03:05.4828990Z [ RUN ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest 2022-11-23T03:03:05.4830713Z [ OK ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest (0 ms) 2022-11-23T03:03:05.4831325Z [ RUN ] StridePropertiesTest.ExpandedStrideIndicesTest 2022-11-23T03:03:05.4833748Z [ OK ] StridePropertiesTest.ExpandedStrideIndicesTest (0 ms) 2022-11-23T03:03:05.4834207Z [ RUN ] StridePropertiesTest.SlicedStrideIndicesTest 2022-11-23T03:03:05.4834659Z [ OK ] StridePropertiesTest.SlicedStrideIndicesTest (0 ms) 2022-11-23T03:03:05.4835323Z [----------] 4 tests from StridePropertiesTest (0 ms total) 2022-11-23T03:03:05.4835543Z 2022-11-23T03:03:05.4835693Z [----------] Global test environment tear-down 2022-11-23T03:03:05.4849072Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T03:03:05.4849391Z [ PASSED ] 4 tests. 2022-11-23T03:03:05.6074877Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2022-11-23T03:03:06.2999578Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:06.3000074Z [==========] Running 65 tests from 1 test suite. 2022-11-23T03:03:06.3000521Z [----------] Global test environment set-up. 2022-11-23T03:03:06.3000877Z [----------] 65 tests from TensorIteratorTest 2022-11-23T03:03:06.3003033Z [ RUN ] TensorIteratorTest.CPUScalar 2022-11-23T03:03:08.3269966Z [ OK ] TensorIteratorTest.CPUScalar (2026 ms) 2022-11-23T03:03:08.3270413Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-11-23T03:03:09.2179212Z [ OK ] TensorIteratorTest.CPUScalarInputs (890 ms) 2022-11-23T03:03:09.2179655Z [ RUN ] TensorIteratorTest.MixedDevices 2022-11-23T03:03:09.2184635Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-11-23T03:03:09.2185217Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-11-23T03:03:09.2189150Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (0 ms) 2022-11-23T03:03:09.2189910Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-11-23T03:03:09.2192295Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (0 ms) 2022-11-23T03:03:09.2192720Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-11-23T03:03:09.2194378Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (0 ms) 2022-11-23T03:03:09.2194805Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-11-23T03:03:09.2196686Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (0 ms) 2022-11-23T03:03:09.2197389Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-11-23T03:03:09.2199642Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (0 ms) 2022-11-23T03:03:09.2200066Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-11-23T03:03:09.2202052Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (0 ms) 2022-11-23T03:03:09.2202452Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-11-23T03:03:09.2205326Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (0 ms) 2022-11-23T03:03:09.2205915Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-11-23T03:03:09.2207307Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (0 ms) 2022-11-23T03:03:09.2207723Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-11-23T03:03:09.2209430Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (0 ms) 2022-11-23T03:03:09.2209846Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-11-23T03:03:09.2212366Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (0 ms) 2022-11-23T03:03:09.2212813Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-11-23T03:03:09.2213795Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (0 ms) 2022-11-23T03:03:09.2214277Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-11-23T03:03:09.2215906Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (0 ms) 2022-11-23T03:03:09.2216511Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-11-23T03:03:09.2218458Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (0 ms) 2022-11-23T03:03:09.2218952Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-11-23T03:03:09.2220988Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (0 ms) 2022-11-23T03:03:09.2221502Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-11-23T03:03:09.2236342Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (0 ms) 2022-11-23T03:03:09.2237759Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-11-23T03:03:09.2238544Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (0 ms) 2022-11-23T03:03:09.2239601Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-11-23T03:03:09.2240364Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (0 ms) 2022-11-23T03:03:09.2241106Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-11-23T03:03:09.2241762Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (0 ms) 2022-11-23T03:03:09.2242622Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-11-23T03:03:09.2243192Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (0 ms) 2022-11-23T03:03:09.2243917Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-11-23T03:03:09.2244365Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (0 ms) 2022-11-23T03:03:09.2244913Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-11-23T03:03:09.2245487Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (0 ms) 2022-11-23T03:03:09.2246124Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-11-23T03:03:09.2246933Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-11-23T03:03:09.2247678Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-11-23T03:03:09.2248418Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-11-23T03:03:09.2249180Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-11-23T03:03:09.2249938Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-11-23T03:03:09.2250670Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-11-23T03:03:09.2251133Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-11-23T03:03:09.2251860Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-11-23T03:03:09.2252340Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-11-23T03:03:09.2252791Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-11-23T03:03:09.2253221Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-11-23T03:03:09.2253689Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-11-23T03:03:09.2254144Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-11-23T03:03:09.2254600Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-11-23T03:03:09.2255056Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-11-23T03:03:09.2255508Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-11-23T03:03:09.2256113Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-11-23T03:03:09.2256586Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-11-23T03:03:09.2257249Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-11-23T03:03:09.2257707Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-11-23T03:03:09.2258276Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-11-23T03:03:09.2258732Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-11-23T03:03:09.2259171Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-11-23T03:03:09.2259634Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-11-23T03:03:09.2260093Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-11-23T03:03:09.2260555Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-11-23T03:03:09.2261023Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-11-23T03:03:09.2261495Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-11-23T03:03:09.2261941Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-11-23T03:03:09.2262544Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-11-23T03:03:09.2263023Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-11-23T03:03:09.2263696Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-11-23T03:03:09.2264302Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-11-23T03:03:09.2264799Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-11-23T03:03:09.2265245Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-11-23T03:03:09.2265713Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-11-23T03:03:09.2266189Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-11-23T03:03:09.2266664Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-11-23T03:03:09.2267164Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-11-23T03:03:09.2267645Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-11-23T03:03:09.2268125Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-11-23T03:03:09.2268557Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-11-23T03:03:09.2269108Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-11-23T03:03:09.2269743Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-11-23T03:03:09.2270178Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-11-23T03:03:09.2270607Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-11-23T03:03:09.2271014Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-11-23T03:03:09.2271446Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-11-23T03:03:09.2271874Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-11-23T03:03:09.2272298Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-11-23T03:03:09.2272829Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-11-23T03:03:09.2273282Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-11-23T03:03:09.2273692Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-11-23T03:03:09.2274123Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-11-23T03:03:09.2274564Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-11-23T03:03:09.2275120Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-11-23T03:03:09.2276057Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-11-23T03:03:09.2276689Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-11-23T03:03:09.2292415Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (4 ms) 2022-11-23T03:03:09.2293013Z [ RUN ] TensorIteratorTest.InputDType 2022-11-23T03:03:09.2293673Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-11-23T03:03:09.2294458Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-11-23T03:03:09.2295454Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-11-23T03:03:09.2296518Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-11-23T03:03:09.2297056Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-11-23T03:03:09.2297509Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-11-23T03:03:09.2298064Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-11-23T03:03:09.2298877Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-11-23T03:03:09.2299763Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-11-23T03:03:09.2300635Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-11-23T03:03:09.2301516Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-11-23T03:03:09.2302423Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-11-23T03:03:09.2303433Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-11-23T03:03:09.2304198Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-11-23T03:03:09.2304816Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-11-23T03:03:09.2305271Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-11-23T03:03:09.2305923Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-11-23T03:03:09.2306360Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-11-23T03:03:09.2306816Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-11-23T03:03:09.2307282Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-11-23T03:03:09.2307747Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-11-23T03:03:09.2308232Z [----------] 65 tests from TensorIteratorTest (2930 ms total) 2022-11-23T03:03:09.2308452Z 2022-11-23T03:03:09.2308606Z [----------] Global test environment tear-down 2022-11-23T03:03:09.2352423Z [==========] 65 tests from 1 test suite ran. (2930 ms total) 2022-11-23T03:03:09.2353538Z [ PASSED ] 65 tests. 2022-11-23T03:03:09.6700361Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2022-11-23T03:03:10.4375900Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:10.4376428Z [==========] Running 5 tests from 1 test suite. 2022-11-23T03:03:10.4376767Z [----------] Global test environment set-up. 2022-11-23T03:03:10.4377231Z [----------] 5 tests from TestParallel 2022-11-23T03:03:10.4377549Z [ RUN ] TestParallel.TestParallel 2022-11-23T03:03:10.5799258Z [ OK ] TestParallel.TestParallel (142 ms) 2022-11-23T03:03:10.5800007Z [ RUN ] TestParallel.NestedParallel 2022-11-23T03:03:10.5848538Z [ OK ] TestParallel.NestedParallel (4 ms) 2022-11-23T03:03:10.5849289Z [ RUN ] TestParallel.NestedParallelThreadId 2022-11-23T03:03:10.5937767Z [ OK ] TestParallel.NestedParallelThreadId (8 ms) 2022-11-23T03:03:10.5938658Z [ RUN ] TestParallel.Exceptions 2022-11-23T03:03:10.5939491Z [ OK ] TestParallel.Exceptions (0 ms) 2022-11-23T03:03:10.5940431Z [ RUN ] TestParallel.IntraOpLaunchFuture 2022-11-23T03:03:10.5941123Z [ OK ] TestParallel.IntraOpLaunchFuture (0 ms) 2022-11-23T03:03:10.5941837Z [----------] 5 tests from TestParallel (156 ms total) 2022-11-23T03:03:10.5942203Z 2022-11-23T03:03:10.5942478Z [----------] Global test environment tear-down 2022-11-23T03:03:10.5963873Z [==========] 5 tests from 1 test suite ran. (156 ms total) 2022-11-23T03:03:10.5964468Z [ PASSED ] 5 tests. 2022-11-23T03:03:10.8257947Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2022-11-23T03:03:13.5773002Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2022-11-23T03:03:14.2597990Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:14.2598504Z [==========] Running 4 tests from 1 test suite. 2022-11-23T03:03:14.2598818Z [----------] Global test environment set-up. 2022-11-23T03:03:14.2599169Z [----------] 4 tests from SingletonOrSharedTypePtr 2022-11-23T03:03:14.2599541Z [ RUN ] SingletonOrSharedTypePtr.Empty 2022-11-23T03:03:14.2599903Z [ OK ] SingletonOrSharedTypePtr.Empty (0 ms) 2022-11-23T03:03:14.2600268Z [ RUN ] SingletonOrSharedTypePtr.NonEmpty 2022-11-23T03:03:14.2600642Z [ OK ] SingletonOrSharedTypePtr.NonEmpty (0 ms) 2022-11-23T03:03:14.2601148Z [ RUN ] SingletonOrSharedTypePtr.Comparison 2022-11-23T03:03:14.2601550Z [ OK ] SingletonOrSharedTypePtr.Comparison (0 ms) 2022-11-23T03:03:14.2602089Z [ RUN ] SingletonOrSharedTypePtr.SingletonComparison 2022-11-23T03:03:14.2602648Z [ OK ] SingletonOrSharedTypePtr.SingletonComparison (0 ms) 2022-11-23T03:03:14.2603093Z [----------] 4 tests from SingletonOrSharedTypePtr (0 ms total) 2022-11-23T03:03:14.2603325Z 2022-11-23T03:03:14.2603478Z [----------] Global test environment tear-down 2022-11-23T03:03:14.2615859Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T03:03:14.2616180Z [ PASSED ] 4 tests. 2022-11-23T03:03:14.3805638Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2022-11-23T03:03:15.0962803Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:15.0963323Z [==========] Running 9 tests from 2 test suites. 2022-11-23T03:03:15.0963831Z [----------] Global test environment set-up. 2022-11-23T03:03:15.0964179Z [----------] 3 tests from TypeCustomPrinter 2022-11-23T03:03:15.0964504Z [ RUN ] TypeCustomPrinter.Basic 2022-11-23T03:03:15.0966040Z [ OK ] TypeCustomPrinter.Basic (0 ms) 2022-11-23T03:03:15.0966432Z [ RUN ] TypeCustomPrinter.ContainedTypes 2022-11-23T03:03:15.0967094Z [ OK ] TypeCustomPrinter.ContainedTypes (0 ms) 2022-11-23T03:03:15.0967703Z [ RUN ] TypeCustomPrinter.NamedTuples 2022-11-23T03:03:15.0968088Z [ OK ] TypeCustomPrinter.NamedTuples (0 ms) 2022-11-23T03:03:15.0968473Z [----------] 3 tests from TypeCustomPrinter (0 ms total) 2022-11-23T03:03:15.0968852Z 2022-11-23T03:03:15.0968989Z [----------] 6 tests from TypeEquality 2022-11-23T03:03:15.0969302Z [ RUN ] TypeEquality.ClassBasic 2022-11-23T03:03:15.1074126Z [ OK ] TypeEquality.ClassBasic (10 ms) 2022-11-23T03:03:15.1074631Z [ RUN ] TypeEquality.ClassInequality 2022-11-23T03:03:15.1078024Z [ OK ] TypeEquality.ClassInequality (0 ms) 2022-11-23T03:03:15.1078411Z [ RUN ] TypeEquality.InterfaceEquality 2022-11-23T03:03:15.1080627Z [ OK ] TypeEquality.InterfaceEquality (0 ms) 2022-11-23T03:03:15.1081160Z [ RUN ] TypeEquality.InterfaceInequality 2022-11-23T03:03:15.1082910Z [ OK ] TypeEquality.InterfaceInequality (0 ms) 2022-11-23T03:03:15.1083655Z [ RUN ] TypeEquality.TupleEquality 2022-11-23T03:03:15.1084034Z [ OK ] TypeEquality.TupleEquality (0 ms) 2022-11-23T03:03:15.1084389Z [ RUN ] TypeEquality.NamedTupleEquality 2022-11-23T03:03:15.1084771Z [ OK ] TypeEquality.NamedTupleEquality (0 ms) 2022-11-23T03:03:15.1085129Z [----------] 6 tests from TypeEquality (11 ms total) 2022-11-23T03:03:15.1085346Z 2022-11-23T03:03:15.1085502Z [----------] Global test environment tear-down 2022-11-23T03:03:15.1130165Z [==========] 9 tests from 2 test suites ran. (12 ms total) 2022-11-23T03:03:15.1130515Z [ PASSED ] 9 tests. 2022-11-23T03:03:15.2287693Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2022-11-23T03:03:15.9846456Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:15.9846963Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:03:15.9847308Z [----------] Global test environment set-up. 2022-11-23T03:03:15.9847786Z [----------] 1 test from TestUndefined 2022-11-23T03:03:15.9848085Z [ RUN ] TestUndefined.UndefinedTest 2022-11-23T03:03:17.0460087Z [ OK ] TestUndefined.UndefinedTest (1061 ms) 2022-11-23T03:03:17.0460542Z [----------] 1 test from TestUndefined (1061 ms total) 2022-11-23T03:03:17.0460778Z 2022-11-23T03:03:17.0460938Z [----------] Global test environment tear-down 2022-11-23T03:03:17.0476550Z [==========] 1 test from 1 test suite ran. (1061 ms total) 2022-11-23T03:03:17.0477038Z [ PASSED ] 1 test. 2022-11-23T03:03:17.2877500Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\variant_test.exe" 2022-11-23T03:03:18.0732691Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:18.0733189Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:03:18.0733533Z [----------] Global test environment set-up. 2022-11-23T03:03:18.0733881Z [----------] 1 test from VariantTest 2022-11-23T03:03:18.0734182Z [ RUN ] VariantTest.Basic 2022-11-23T03:03:18.0734481Z [ OK ] VariantTest.Basic (0 ms) 2022-11-23T03:03:18.0734812Z [----------] 1 test from VariantTest (0 ms total) 2022-11-23T03:03:18.0735009Z 2022-11-23T03:03:18.0735139Z [----------] Global test environment tear-down 2022-11-23T03:03:18.0748550Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T03:03:18.0749169Z [ PASSED ] 1 test. 2022-11-23T03:03:18.2056767Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\vmap_test.exe" 2022-11-23T03:03:18.8995938Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:18.8996492Z [==========] Running 23 tests from 1 test suite. 2022-11-23T03:03:18.8996840Z [----------] Global test environment set-up. 2022-11-23T03:03:18.8997131Z [----------] 23 tests from VmapTest 2022-11-23T03:03:18.8997444Z [ RUN ] VmapTest.TestBatchedTensor 2022-11-23T03:03:19.8324780Z [ OK ] VmapTest.TestBatchedTensor (933 ms) 2022-11-23T03:03:19.8325202Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-11-23T03:03:19.8330386Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (0 ms) 2022-11-23T03:03:19.8330888Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-11-23T03:03:19.8342572Z [ OK ] VmapTest.TestBatchedTensorActualDim (1 ms) 2022-11-23T03:03:19.8343009Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-11-23T03:03:19.8353306Z [ OK ] VmapTest.TestMultiBatchVmapTransform (1 ms) 2022-11-23T03:03:19.8353752Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-11-23T03:03:19.8358825Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-11-23T03:03:19.8359306Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-11-23T03:03:19.8361467Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-11-23T03:03:19.8362011Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-11-23T03:03:19.8362750Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-11-23T03:03:19.8363336Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-11-23T03:03:19.8368813Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-11-23T03:03:19.8369279Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-11-23T03:03:19.8383882Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (1 ms) 2022-11-23T03:03:19.8384420Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-11-23T03:03:19.8397555Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (1 ms) 2022-11-23T03:03:19.8398094Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-11-23T03:03:19.8405457Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-11-23T03:03:19.8405997Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-11-23T03:03:19.8411229Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-11-23T03:03:19.8411616Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-11-23T03:03:19.8418924Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-11-23T03:03:19.8419525Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-11-23T03:03:19.8420105Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-11-23T03:03:19.8420539Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-11-23T03:03:19.8435689Z [ OK ] VmapTest.TestBatchedTensorExpand (1 ms) 2022-11-23T03:03:19.8436866Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-11-23T03:03:19.8439531Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-11-23T03:03:19.8439940Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-11-23T03:03:19.8443233Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-11-23T03:03:19.8443680Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-11-23T03:03:19.8447633Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-11-23T03:03:19.8448050Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-11-23T03:03:19.8452572Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-11-23T03:03:19.8453052Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-11-23T03:03:19.8486673Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (3 ms) 2022-11-23T03:03:19.8487443Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-11-23T03:03:19.8501129Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (1 ms) 2022-11-23T03:03:19.8501647Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-11-23T03:03:19.8509255Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-11-23T03:03:19.8509739Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-11-23T03:03:19.8520140Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (1 ms) 2022-11-23T03:03:19.8520819Z [----------] 23 tests from VmapTest (952 ms total) 2022-11-23T03:03:19.8521020Z 2022-11-23T03:03:19.8521184Z [----------] Global test environment tear-down 2022-11-23T03:03:19.8544077Z [==========] 23 tests from 1 test suite ran. (952 ms total) 2022-11-23T03:03:19.8544390Z [ PASSED ] 23 tests. 2022-11-23T03:03:19.9884189Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2022-11-23T03:03:20.6516691Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:20.6517191Z [==========] Running 3 tests from 1 test suite. 2022-11-23T03:03:20.6517530Z [----------] Global test environment set-up. 2022-11-23T03:03:20.6517857Z [----------] 3 tests from TestWeakPointer 2022-11-23T03:03:20.6518201Z [ RUN ] TestWeakPointer.WeakPointerGetsInvalidated 2022-11-23T03:03:20.6519245Z [ OK ] TestWeakPointer.WeakPointerGetsInvalidated (0 ms) 2022-11-23T03:03:20.6520007Z [ RUN ] TestWeakPointer.WeakPointerLock 2022-11-23T03:03:20.6520727Z [ OK ] TestWeakPointer.WeakPointerLock (0 ms) 2022-11-23T03:03:20.6521390Z [ RUN ] TestWeakPointer.WeakUpdatesRefcountsTest 2022-11-23T03:03:20.6521835Z [ OK ] TestWeakPointer.WeakUpdatesRefcountsTest (0 ms) 2022-11-23T03:03:20.6522214Z [----------] 3 tests from TestWeakPointer (0 ms total) 2022-11-23T03:03:20.6522423Z 2022-11-23T03:03:20.6522609Z [----------] Global test environment tear-down 2022-11-23T03:03:20.6537380Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-11-23T03:03:20.6537736Z [ PASSED ] 3 tests. 2022-11-23T03:03:20.7782028Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2022-11-23T03:03:21.4668873Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:21.4669467Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:03:21.4669960Z [----------] Global test environment set-up. 2022-11-23T03:03:21.4670288Z [----------] 1 test from TestWrapdim 2022-11-23T03:03:21.4670615Z [ RUN ] TestWrapdim.TestWrapdim 2022-11-23T03:03:21.5895099Z [ OK ] TestWrapdim.TestWrapdim (122 ms) 2022-11-23T03:03:21.5895654Z [----------] 1 test from TestWrapdim (122 ms total) 2022-11-23T03:03:21.5895863Z 2022-11-23T03:03:21.5896025Z [----------] Global test environment tear-down 2022-11-23T03:03:21.5911513Z [==========] 1 test from 1 test suite ran. (122 ms total) 2022-11-23T03:03:21.5912443Z [ PASSED ] 1 test. 2022-11-23T03:03:21.8254817Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2022-11-23T03:03:22.5123946Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T03:03:22.5125051Z [==========] Running 1 test from 1 test suite. 2022-11-23T03:03:22.5125797Z [----------] Global test environment set-up. 2022-11-23T03:03:22.5126472Z [----------] 1 test from XlaTensorTest 2022-11-23T03:03:22.5127025Z [ RUN ] XlaTensorTest.TestNoStorage 2022-11-23T03:03:22.5127689Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-11-23T03:03:22.5128316Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-11-23T03:03:22.5128692Z 2022-11-23T03:03:22.5128985Z [----------] Global test environment tear-down 2022-11-23T03:03:22.5141428Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T03:03:22.5142272Z [ PASSED ] 1 test. 2022-11-23T03:03:22.6340719Z + [[ 1 == \1 ]] 2022-11-23T03:03:22.6341566Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_jit_legacy.bat 2022-11-23T03:03:22.6599613Z 2022-11-23T03:03:22.6600366Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T03:03:22.6614982Z 2022-11-23T03:03:22.6615920Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T03:03:22.6616561Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T03:03:22.6617059Z exit /b 0 2022-11-23T03:03:22.6617313Z ) 2022-11-23T03:03:22.7264648Z Copying over test times file 2022-11-23T03:03:22.7292908Z 1 file(s) copied. 2022-11-23T03:03:22.7304697Z Run jit_profiling tests 2022-11-23T03:03:26.8196224Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T03:03:26.8197149Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T03:03:26.8198058Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T03:03:26.8198588Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T03:03:26.8199387Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T03:03:26.8199916Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T03:03:26.8200181Z Selected tests: 2022-11-23T03:03:26.8200417Z test_jit_legacy 2022-11-23T03:03:26.8200662Z test_jit_fuser_legacy 2022-11-23T03:03:26.8610358Z parallel (file granularity) tests: 2022-11-23T03:03:26.8610732Z test_jit_legacy 2022-11-23T03:03:26.8610973Z test_jit_fuser_legacy 2022-11-23T03:03:26.8611253Z serial (file granularity) tests: 2022-11-23T03:03:26.8611631Z 2022-11-23T03:03:30.9686723Z Running test_jit_legacy ... [2022-11-23 03:03:30.958766] 2022-11-23T03:03:30.9687915Z Running test_jit_fuser_legacy ... [2022-11-23 03:03:30.958766] 2022-11-23T03:03:30.9696618Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:03:30.968983] 2022-11-23T03:03:30.9698216Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_legacy.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:03:30.969632] 2022-11-23T03:03:30.9699519Z Ignoring disabled issues: [] 2022-11-23T03:03:30.9700938Z Ignoring disabled issues: [] 2022-11-23T03:03:38.1853997Z 2022-11-23T03:03:38.1854761Z Expand the folded group to see the log file of test_jit_fuser_legacy 2022-11-23T03:03:38.1856283Z ##[group]PRINTING LOG FILE of test_jit_fuser_legacy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_legacy_v22oc02m) 2022-11-23T03:03:38.1857331Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T03:03:38.1857716Z 2022-11-23T03:03:38.1857903Z Running tests... 2022-11-23T03:03:38.1858481Z ---------------------------------------------------------------------- 2022-11-23T03:03:38.1859366Z test_abs_cpu (test_jit_fuser.TestFuser) ... Test results will be stored in test-reports\python-unittest\test_jit_fuser_legacy 2022-11-23T03:03:38.1860131Z skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1860837Z test_abs_cpu_unicode_temp_dir (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1862071Z test_abs_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1863225Z test_addcmul_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.003s) 2022-11-23T03:03:38.1864142Z test_arg_configurations_smoke_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1865059Z test_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1865930Z test_checks_cat_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1866934Z test_chunk_correctness (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1867854Z test_chunk_correctness_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1868889Z test_chunk_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1869760Z test_chunk_distributes_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1870742Z test_chunk_motion_deduplicates_inputs (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1871623Z test_chunk_multiple_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1872457Z test_clamp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.004s) 2022-11-23T03:03:38.1873277Z test_comparison_eq_ne (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1874484Z test_comparison_ge_le_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1875529Z test_comparison_gt_lt_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.005s) 2022-11-23T03:03:38.1876525Z test_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1877453Z test_concat_invariant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1878345Z test_cuda_bfloat16 (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1879215Z test_cuda_half (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1880066Z test_dropout (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1880919Z test_erf_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.000s) 2022-11-23T03:03:38.1881873Z test_exp_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.010s) 2022-11-23T03:03:38.1882914Z test_fuser_deduplication (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1883821Z test_fuser_iou (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1884706Z test_fusion_reuse_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1885659Z test_grad_sum_to_size_elimination (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.003s) 2022-11-23T03:03:38.1886626Z test_kernel_cache_multi_gpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1887535Z test_lerp (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1888524Z test_lstm_concat_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1889573Z test_lstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1890520Z test_lstm_gates_permutations_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1891682Z test_lstm_traced_cpu (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1892567Z test_lstm_traced_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1893471Z test_milstm_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1894348Z test_minmax (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1895410Z test_nonzero_device_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1896489Z test_rand_broadcast_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1897401Z test_rand_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1898271Z test_relu_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1899151Z test_remainder_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1900027Z test_scalar (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1900907Z test_scalar_arg_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1901906Z test_small_constant_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1903008Z test_tensor_scalar_ops_cuda (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.002s) 2022-11-23T03:03:38.1904101Z test_threshold (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1905044Z test_where_and_typing (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1905953Z test_zero_element_tensors (test_jit_fuser.TestFuser) ... skip: skip due to SIGIOT failures, #67646 (0.001s) 2022-11-23T03:03:38.1906475Z 2022-11-23T03:03:38.1906850Z ---------------------------------------------------------------------- 2022-11-23T03:03:38.1907464Z Ran 49 tests in 0.062s 2022-11-23T03:03:38.1907749Z 2022-11-23T03:03:38.1907927Z OK (skipped=49) 2022-11-23T03:03:38.1908324Z 2022-11-23T03:03:38.1908552Z Generating XML reports... 2022-11-23T03:03:38.1909508Z Generated XML report: test-reports\python-unittest\test_jit_fuser_legacy\TEST-test_jit_fuser.TestFuser-20221123030337.xml 2022-11-23T03:03:38.1910134Z 2022-11-23T03:03:38.1910702Z ##[endgroup] 2022-11-23T03:03:38.1911580Z FINISHED PRINTING LOG FILE of test_jit_fuser_legacy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_legacy_v22oc02m) 2022-11-23T03:03:38.1912231Z 2022-11-23T03:07:45.3475333Z 2022-11-23T03:07:45.3476421Z Expand the folded group to see the log file of test_jit_legacy 2022-11-23T03:07:45.3478116Z ##[group]PRINTING LOG FILE of test_jit_legacy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_legacy_d2wzfec3) 2022-11-23T03:07:45.3513065Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T03:07:45.3513315Z 2022-11-23T03:07:45.3513428Z Running tests... 2022-11-23T03:07:45.3516323Z ---------------------------------------------------------------------- 2022-11-23T03:07:45.3517265Z Test results will be stored in test-reports\python-unittest\test_jit_legacy 2022-11-23T03:07:45.3518093Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (1.958s) 2022-11-23T03:07:45.3518967Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.023s) 2022-11-23T03:07:45.3519766Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.030s) 2022-11-23T03:07:45.3520483Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T03:07:45.3521134Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.024s) 2022-11-23T03:07:45.3522292Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.117s) 2022-11-23T03:07:45.3522961Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.103s) 2022-11-23T03:07:45.3523813Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.018s) 2022-11-23T03:07:45.3524447Z test_async_python (jit.test_async.TestAsync) ... ok (0.000s) 2022-11-23T03:07:45.3525068Z test_async_script (jit.test_async.TestAsync) ... ok (0.019s) 2022-11-23T03:07:45.3525717Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.016s) 2022-11-23T03:07:45.3526367Z test_async_script_error (jit.test_async.TestAsync) ... ok (1.074s) 2022-11-23T03:07:45.3527051Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.064s) 2022-11-23T03:07:45.3527729Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.013s) 2022-11-23T03:07:45.3528396Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.034s) 2022-11-23T03:07:45.3529225Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T03:07:45.3529915Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.066s) 2022-11-23T03:07:45.3530734Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T03:07:45.3531357Z Test that futures subtype each other properly. ... ok (0.018s) 2022-11-23T03:07:45.3532026Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T03:07:45.3532681Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.020s) 2022-11-23T03:07:45.3533343Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.019s) 2022-11-23T03:07:45.3535237Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.005s) 2022-11-23T03:07:45.3536141Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.065s) 2022-11-23T03:07:45.3537029Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.035s) 2022-11-23T03:07:45.3537922Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T03:07:45.3538518Z 1. Testing a = int, b = int ... ok (0.024s) 2022-11-23T03:07:45.3539183Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.022s) 2022-11-23T03:07:45.3540010Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.007s) 2022-11-23T03:07:45.3540765Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.008s) 2022-11-23T03:07:45.3541239Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.009s) 2022-11-23T03:07:45.3541706Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.024s) 2022-11-23T03:07:45.3542366Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-11-23T03:07:45.3542912Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.067s) 2022-11-23T03:07:45.3543609Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.116s) 2022-11-23T03:07:45.3544290Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-11-23T03:07:45.3545099Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.035s) 2022-11-23T03:07:45.3545721Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: This threshold is only valid for Profiling Executor (0.002s) 2022-11-23T03:07:45.3546493Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.003s) 2022-11-23T03:07:45.3547326Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T03:07:45.3548061Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T03:07:45.3548640Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-11-23T03:07:45.3549218Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-11-23T03:07:45.3549767Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T03:07:45.3550481Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T03:07:45.3550991Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T03:07:45.3551918Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-11-23T03:07:45.3552467Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.020s) 2022-11-23T03:07:45.3553027Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-11-23T03:07:45.3553601Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-11-23T03:07:45.3554151Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T03:07:45.3554688Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-11-23T03:07:45.3555305Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.003s) 2022-11-23T03:07:45.3555864Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T03:07:45.3556386Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T03:07:45.3557272Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T03:07:45.3557875Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T03:07:45.3558754Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.021s) 2022-11-23T03:07:45.3559194Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-11-23T03:07:45.3559782Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.018s) 2022-11-23T03:07:45.3560593Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.017s) 2022-11-23T03:07:45.3561434Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-11-23T03:07:45.3562282Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.026s) 2022-11-23T03:07:45.3563155Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.025s) 2022-11-23T03:07:45.3563997Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.023s) 2022-11-23T03:07:45.3564929Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.016s) 2022-11-23T03:07:45.3565676Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.022s) 2022-11-23T03:07:45.3566443Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.051s) 2022-11-23T03:07:45.3567108Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.024s) 2022-11-23T03:07:45.3567853Z test_cuda_synchronize (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.003s) 2022-11-23T03:07:45.3568573Z test_current_stream (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.002s) 2022-11-23T03:07:45.3569213Z test_event_args (jit.test_cuda.TestCUDA) ... ok (0.132s) 2022-11-23T03:07:45.3569967Z test_stream_args (jit.test_cuda.TestCUDA) ... ok (0.142s) 2022-11-23T03:07:45.3570606Z test_streams_and_events (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.042s) 2022-11-23T03:07:45.3571439Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.080s) 2022-11-23T03:07:45.3572124Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3573382Z Test that the error message displayed when convering a class type ... ok (0.034s) 2022-11-23T03:07:45.3574268Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.060s) 2022-11-23T03:07:45.3576474Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.037s) 2022-11-23T03:07:45.3576909Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T03:07:45.3577339Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3577726Z Test that inheritance is detected in ... ok (0.056s) 2022-11-23T03:07:45.3578108Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.310s) 2022-11-23T03:07:45.3578690Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.036s) 2022-11-23T03:07:45.3579318Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-11-23T03:07:45.3580170Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3580539Z Test classmethods on class types. ... ok (0.040s) 2022-11-23T03:07:45.3581058Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T03:07:45.3581621Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3582208Z Test that del can be called on an instance of a class that ... ok (0.087s) 2022-11-23T03:07:45.3582627Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3582997Z Test that methods on class types can have default arguments. ... ok (0.299s) 2022-11-23T03:07:45.3583400Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T03:07:45.3583826Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T03:07:45.3584253Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-11-23T03:07:45.3584669Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.039s) 2022-11-23T03:07:45.3585065Z test_in (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-11-23T03:07:45.3585441Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.030s) 2022-11-23T03:07:45.3585853Z test_interface (jit.test_class_type.TestClassType) ... ok (0.372s) 2022-11-23T03:07:45.3586278Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.065s) 2022-11-23T03:07:45.3586713Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-11-23T03:07:45.3587281Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.421s) 2022-11-23T03:07:45.3587675Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3588206Z Test that a scripted class can make use of the @property decorator. ... ok (0.137s) 2022-11-23T03:07:45.3588812Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-11-23T03:07:45.3589251Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-11-23T03:07:45.3589646Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3590071Z Recursive class types not yet supported. We should give a good error message. ... ok (0.028s) 2022-11-23T03:07:45.3590531Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3591059Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.139s) 2022-11-23T03:07:45.3591550Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3592225Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.076s) 2022-11-23T03:07:45.3592696Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3593129Z Test that class types are recursively scripted when an Python instance of one ... ok (0.186s) 2022-11-23T03:07:45.3593571Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3594133Z Test that class types module attributes that fail to script ... ok (0.092s) 2022-11-23T03:07:45.3594514Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3595005Z Test that modifications made to a class instance in TorchScript ... ok (0.033s) 2022-11-23T03:07:45.3595558Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.026s) 2022-11-23T03:07:45.3596007Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.101s) 2022-11-23T03:07:45.3596461Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.171s) 2022-11-23T03:07:45.3596893Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3597400Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.456s) 2022-11-23T03:07:45.3597867Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3598295Z Test that a scripted class can have a method that refers to the class itself ... ok (0.058s) 2022-11-23T03:07:45.3598728Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.028s) 2022-11-23T03:07:45.3599256Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T03:07:45.3599719Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T03:07:45.3600120Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3600456Z Test static methods on class types. ... ok (0.059s) 2022-11-23T03:07:45.3600981Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3601403Z Test that annotating container attributes with types works correctly ... ok (0.036s) 2022-11-23T03:07:45.3601836Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T03:07:45.3602376Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.154s) 2022-11-23T03:07:45.3602786Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T03:07:45.3603228Z Test unused methods on scripted classes. ... ok (0.053s) 2022-11-23T03:07:45.3603627Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.035s) 2022-11-23T03:07:45.3604043Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.023s) 2022-11-23T03:07:45.3604463Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.880s) 2022-11-23T03:07:45.3604885Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.084s) 2022-11-23T03:07:45.3605300Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.000s) 2022-11-23T03:07:45.3605672Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.021s) 2022-11-23T03:07:45.3606069Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.007s) 2022-11-23T03:07:45.3606457Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.007s) 2022-11-23T03:07:45.3606833Z test_div (jit.test_complex.TestComplex) ... ok (0.006s) 2022-11-23T03:07:45.3607213Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.017s) 2022-11-23T03:07:45.3607600Z test_pickle (jit.test_complex.TestComplex) ... ok (0.028s) 2022-11-23T03:07:45.3607955Z test_script (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T03:07:45.3608481Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.012s) 2022-11-23T03:07:45.3608971Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.070s) 2022-11-23T03:07:45.3609708Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-11-23T03:07:45.3610319Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.013s) 2022-11-23T03:07:45.3610821Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:07:45.3611314Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T03:07:45.3611764Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:07:45.3612258Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:07:45.3612786Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T03:07:45.3613297Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:07:45.3613786Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:07:45.3614272Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T03:07:45.3614777Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-11-23T03:07:45.3615557Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-11-23T03:07:45.3616193Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:07:45.3616966Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.008s) 2022-11-23T03:07:45.3617429Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-11-23T03:07:45.3617797Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.019s) 2022-11-23T03:07:45.3618277Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:07:45.3618816Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:07:45.3619323Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.003s) 2022-11-23T03:07:45.3619872Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-11-23T03:07:45.3620410Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:07:45.3620889Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (2.177s) 2022-11-23T03:07:45.3621323Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (3.439s) 2022-11-23T03:07:45.3621756Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.023s) 2022-11-23T03:07:45.3622175Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.003s) 2022-11-23T03:07:45.3622773Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.065s) 2022-11-23T03:07:45.3623194Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.032s) 2022-11-23T03:07:45.3623764Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.003s) 2022-11-23T03:07:45.3624344Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.015s) 2022-11-23T03:07:45.3624801Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-11-23T03:07:45.3625252Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-11-23T03:07:45.3625692Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T03:07:45.3626154Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-11-23T03:07:45.3626731Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T03:07:45.3627187Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T03:07:45.3627672Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-11-23T03:07:45.3628158Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-11-23T03:07:45.3628578Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T03:07:45.3629004Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.009s) 2022-11-23T03:07:45.3629634Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-11-23T03:07:45.3630085Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.015s) 2022-11-23T03:07:45.3630907Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.311s) 2022-11-23T03:07:45.3631361Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.143s) 2022-11-23T03:07:45.3631816Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.044s) 2022-11-23T03:07:45.3632207Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.030s) 2022-11-23T03:07:45.3632570Z test_basic (jit.test_list_dict.TestDict) ... ok (0.034s) 2022-11-23T03:07:45.3632921Z test_clear (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T03:07:45.3633268Z test_copy (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T03:07:45.3633618Z test_del (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T03:07:45.3634092Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.038s) 2022-11-23T03:07:45.3634499Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.153s) 2022-11-23T03:07:45.3634883Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T03:07:45.3635243Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T03:07:45.3635618Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.032s) 2022-11-23T03:07:45.3636134Z test_get (jit.test_list_dict.TestDict) ... ok (0.018s) 2022-11-23T03:07:45.3636508Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-11-23T03:07:45.3637082Z test_items (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T03:07:45.3637620Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-11-23T03:07:45.3638090Z test_keys (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-11-23T03:07:45.3638553Z test_len (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T03:07:45.3638946Z test_loop (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T03:07:45.3639431Z test_membership (jit.test_list_dict.TestDict) ... ok (0.018s) 2022-11-23T03:07:45.3639929Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T03:07:45.3640544Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.027s) 2022-11-23T03:07:45.3641100Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.042s) 2022-11-23T03:07:45.3641584Z test_pop (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-11-23T03:07:45.3642100Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T03:07:45.3642555Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.024s) 2022-11-23T03:07:45.3643114Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T03:07:45.3643646Z Test that the use of a Dict type annotation without contained ... ok (0.007s) 2022-11-23T03:07:45.3644176Z test_update (jit.test_list_dict.TestDict) ... ok (0.029s) 2022-11-23T03:07:45.3644646Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-11-23T03:07:45.3645172Z test_values (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T03:07:45.3645600Z test_view (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-11-23T03:07:45.3646144Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.021s) 2022-11-23T03:07:45.3647488Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:07:45.3648647Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T03:07:45.3649075Z ok (0.154s) 2022-11-23T03:07:45.3649548Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.019s) 2022-11-23T03:07:45.3650279Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.014s) 2022-11-23T03:07:45.3650900Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.026s) 2022-11-23T03:07:45.3651444Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.032s) 2022-11-23T03:07:45.3652012Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.027s) 2022-11-23T03:07:45.3652497Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.018s) 2022-11-23T03:07:45.3653108Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.030s) 2022-11-23T03:07:45.3653540Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.019s) 2022-11-23T03:07:45.3654122Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.026s) 2022-11-23T03:07:45.3654622Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.000s) 2022-11-23T03:07:45.3655118Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.038s) 2022-11-23T03:07:45.3655721Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.013s) 2022-11-23T03:07:45.3656253Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.019s) 2022-11-23T03:07:45.3656777Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.014s) 2022-11-23T03:07:45.3657237Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.016s) 2022-11-23T03:07:45.3657732Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.014s) 2022-11-23T03:07:45.3658195Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.034s) 2022-11-23T03:07:45.3658760Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.010s) 2022-11-23T03:07:45.3659278Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T03:07:45.3659957Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.016s) 2022-11-23T03:07:45.3660571Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... ok (0.116s) 2022-11-23T03:07:45.3661207Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... expected failure (0.063s) 2022-11-23T03:07:45.3661895Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.038s) 2022-11-23T03:07:45.3662484Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T03:07:45.3663041Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.513s) 2022-11-23T03:07:45.3663486Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.206s) 2022-11-23T03:07:45.3663918Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T03:07:45.3664343Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T03:07:45.3664761Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-11-23T03:07:45.3665212Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T03:07:45.3665671Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T03:07:45.3666131Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T03:07:45.3666594Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T03:07:45.3667199Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T03:07:45.3667655Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T03:07:45.3668248Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T03:07:45.3668706Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T03:07:45.3669447Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-11-23T03:07:45.3669977Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T03:07:45.3670658Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-11-23T03:07:45.3671146Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T03:07:45.3671587Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T03:07:45.3672036Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T03:07:45.3672475Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T03:07:45.3672927Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T03:07:45.3673377Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T03:07:45.3673825Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.045s) 2022-11-23T03:07:45.3674389Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.046s) 2022-11-23T03:07:45.3675029Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.040s) 2022-11-23T03:07:45.3675531Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T03:07:45.3676301Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.132s) 2022-11-23T03:07:45.3676908Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T03:07:45.3677380Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T03:07:45.3677874Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.036s) 2022-11-23T03:07:45.3678361Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.055s) 2022-11-23T03:07:45.3678789Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-11-23T03:07:45.3679226Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T03:07:45.3679662Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-11-23T03:07:45.3680123Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T03:07:45.3680610Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T03:07:45.3681112Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T03:07:45.3681649Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-11-23T03:07:45.3682275Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T03:07:45.3682760Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T03:07:45.3683565Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T03:07:45.3684041Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T03:07:45.3684479Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... ok (0.048s) 2022-11-23T03:07:45.3685062Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.229s) 2022-11-23T03:07:45.3685494Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... ok (0.139s) 2022-11-23T03:07:45.3685955Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... ok (0.292s) 2022-11-23T03:07:45.3686444Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... ok (0.323s) 2022-11-23T03:07:45.3686917Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... ok (0.097s) 2022-11-23T03:07:45.3687374Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... ok (0.083s) 2022-11-23T03:07:45.3687828Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.212s) 2022-11-23T03:07:45.3688283Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.243s) 2022-11-23T03:07:45.3688886Z test_dictionary_as_example_inputs_for_jit_trace (test_jit.TestFrontend) ... ok (0.054s) 2022-11-23T03:07:45.3689309Z test_instancing_error (test_jit.TestFrontend) ... ok (0.455s) 2022-11-23T03:07:45.3689845Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-11-23T03:07:45.3690594Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (3.253s) 2022-11-23T03:07:45.3691182Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.826s) 2022-11-23T03:07:45.3691687Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... ok (2.135s) 2022-11-23T03:07:45.3692304Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.026s) 2022-11-23T03:07:45.3692814Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.003s) 2022-11-23T03:07:45.3693306Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.257s) 2022-11-23T03:07:45.3693775Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.100s) 2022-11-23T03:07:45.3694280Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.002s) 2022-11-23T03:07:45.3694791Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... ok (0.566s) 2022-11-23T03:07:45.3695299Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-11-23T03:07:45.3695769Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-11-23T03:07:45.3696247Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-11-23T03:07:45.3696749Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-11-23T03:07:45.3697249Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.028s) 2022-11-23T03:07:45.3697751Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.516s) 2022-11-23T03:07:45.3698233Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... ok (0.058s) 2022-11-23T03:07:45.3698686Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T03:07:45.3699109Z Testing that the interleaving of multiple optimizations does not ... ok (0.036s) 2022-11-23T03:07:45.3699564Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T03:07:45.3700019Z There should be no change to the graph due to the optimization pass ... ok (0.020s) 2022-11-23T03:07:45.3700485Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... ok (0.051s) 2022-11-23T03:07:45.3700986Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-11-23T03:07:45.3701636Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T03:07:45.3702375Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.000s) 2022-11-23T03:07:45.3703071Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.056s) 2022-11-23T03:07:45.3703693Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-11-23T03:07:45.3704196Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.047s) 2022-11-23T03:07:45.3704696Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.055s) 2022-11-23T03:07:45.3705175Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.011s) 2022-11-23T03:07:45.3705649Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (2.153s) 2022-11-23T03:07:45.3706097Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-11-23T03:07:45.3706576Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-11-23T03:07:45.3707054Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.064s) 2022-11-23T03:07:45.3707521Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.062s) 2022-11-23T03:07:45.3708062Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.030s) 2022-11-23T03:07:45.3708708Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.127s) 2022-11-23T03:07:45.3709315Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.015s) 2022-11-23T03:07:45.3710004Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.000s) 2022-11-23T03:07:45.3710563Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.006s) 2022-11-23T03:07:45.3711019Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.061s) 2022-11-23T03:07:45.3711441Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.012s) 2022-11-23T03:07:45.3711794Z test_hash_device (jit.test_hash.TestHash) ... ok (0.017s) 2022-11-23T03:07:45.3712150Z test_hash_float (jit.test_hash.TestHash) ... ok (0.022s) 2022-11-23T03:07:45.3712473Z test_hash_int (jit.test_hash.TestHash) ... ok (0.018s) 2022-11-23T03:07:45.3712823Z test_hash_none (jit.test_hash.TestHash) ... ok (0.008s) 2022-11-23T03:07:45.3713175Z test_hash_string (jit.test_hash.TestHash) ... ok (0.013s) 2022-11-23T03:07:45.3713511Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T03:07:45.3713839Z Tensors should hash by identity ... ok (0.014s) 2022-11-23T03:07:45.3714183Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.016s) 2022-11-23T03:07:45.3714551Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.007s) 2022-11-23T03:07:45.3714964Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.057s) 2022-11-23T03:07:45.3715368Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.001s) 2022-11-23T03:07:45.3715779Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-11-23T03:07:45.3716187Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-11-23T03:07:45.3716603Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-11-23T03:07:45.3717009Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.049s) 2022-11-23T03:07:45.3717423Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-11-23T03:07:45.3717840Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.045s) 2022-11-23T03:07:45.3718263Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.079s) 2022-11-23T03:07:45.3718879Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.058s) 2022-11-23T03:07:45.3719419Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-11-23T03:07:45.3720099Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-11-23T03:07:45.3720562Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.026s) 2022-11-23T03:07:45.3721125Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T03:07:45.3721569Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.056s) 2022-11-23T03:07:45.3722005Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.053s) 2022-11-23T03:07:45.3722465Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.057s) 2022-11-23T03:07:45.3722914Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.050s) 2022-11-23T03:07:45.3723328Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.071s) 2022-11-23T03:07:45.3723780Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.061s) 2022-11-23T03:07:45.3724212Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.045s) 2022-11-23T03:07:45.3724629Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.054s) 2022-11-23T03:07:45.3725036Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-11-23T03:07:45.3725439Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.065s) 2022-11-23T03:07:45.3725876Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.012s) 2022-11-23T03:07:45.3726424Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.017s) 2022-11-23T03:07:45.3727040Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.003s) 2022-11-23T03:07:45.3727717Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T03:07:45.3728393Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T03:07:45.3729033Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.081s) 2022-11-23T03:07:45.3729661Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-11-23T03:07:45.3730174Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T03:07:45.3730543Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T03:07:45.3730949Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-11-23T03:07:45.3731385Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-11-23T03:07:45.3731820Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T03:07:45.3732259Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T03:07:45.3732746Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T03:07:45.3733177Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T03:07:45.3733552Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T03:07:45.3733945Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T03:07:45.3734352Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T03:07:45.3734760Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T03:07:45.3735153Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T03:07:45.3735551Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-11-23T03:07:45.3736983Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T03:07:45.3737415Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T03:07:45.3737841Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T03:07:45.3738315Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T03:07:45.3738759Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T03:07:45.3739182Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T03:07:45.3739612Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T03:07:45.3740054Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T03:07:45.3740479Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-11-23T03:07:45.3740897Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T03:07:45.3741308Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.013s) 2022-11-23T03:07:45.3741746Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T03:07:45.3742153Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.012s) 2022-11-23T03:07:45.3742564Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T03:07:45.3742980Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.026s) 2022-11-23T03:07:45.3743361Z test_ModuleList (test_jit.TestJit) ... ok (0.105s) 2022-11-23T03:07:45.3743802Z test_Sequential (test_jit.TestJit) ... ok (0.052s) 2022-11-23T03:07:45.3744158Z test_T_mT_H_mH (test_jit.TestJit) ... ok (0.036s) 2022-11-23T03:07:45.3744470Z test_add_relu_fusion (test_jit.TestJit) ... ok (0.053s) 2022-11-23T03:07:45.3744806Z test_arg_configurations (test_jit.TestJit) 2022-11-23T03:07:45.3745266Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.000s) 2022-11-23T03:07:45.3745687Z test_attrs (test_jit.TestJit) ... ok (0.018s) 2022-11-23T03:07:45.3746013Z test_batchnorm (test_jit.TestJit) ... ok (0.009s) 2022-11-23T03:07:45.3746573Z test_big (test_jit.TestJit) ... skip: Requires a lot of RAM (0.003s) 2022-11-23T03:07:45.3746923Z test_conj_transpose (test_jit.TestJit) ... ok (0.011s) 2022-11-23T03:07:45.3747383Z test_constant_insertion (test_jit.TestJit) ... ok (10.174s) 2022-11-23T03:07:45.3747966Z test_constant_prop_aliasing_type (test_jit.TestJit) ... ok (0.009s) 2022-11-23T03:07:45.3748358Z test_constant_prop_exception (test_jit.TestJit) ... ok (0.003s) 2022-11-23T03:07:45.3748743Z test_constant_prop_if_constant (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3749121Z test_constant_prop_if_inline (test_jit.TestJit) ... ok (0.014s) 2022-11-23T03:07:45.3749479Z test_constant_prop_loop_constant (test_jit.TestJit) ... ok (0.008s) 2022-11-23T03:07:45.3749862Z test_constant_prop_nested (test_jit.TestJit) ... ok (0.008s) 2022-11-23T03:07:45.3750231Z test_constant_prop_none (test_jit.TestJit) ... ok (0.010s) 2022-11-23T03:07:45.3750589Z test_constant_prop_print (test_jit.TestJit) ... ok (0.005s) 2022-11-23T03:07:45.3750947Z test_constant_prop_rand (test_jit.TestJit) ... ok (0.003s) 2022-11-23T03:07:45.3751321Z test_constant_prop_remove_output (test_jit.TestJit) ... ok (0.009s) 2022-11-23T03:07:45.3751677Z test_constant_prop_simple (test_jit.TestJit) ... ok (0.000s) 2022-11-23T03:07:45.3752017Z test_constants_pkl (test_jit.TestJit) ... ok (0.010s) 2022-11-23T03:07:45.3752391Z test_cpp (test_jit.TestJit) ... skip: covered by test_cpp_cuda (0.000s) 2022-11-23T03:07:45.3752745Z test_cse (test_jit.TestJit) ... ok (0.039s) 2022-11-23T03:07:45.3753093Z test_cse_not_introduce_aliasing (test_jit.TestJit) ... ok (0.010s) 2022-11-23T03:07:45.3753460Z test_cu_escaped_number (test_jit.TestJit) ... ok (0.003s) 2022-11-23T03:07:45.3753922Z test_cuda_export_restore (test_jit.TestJit) ... ok (0.049s) 2022-11-23T03:07:45.3754360Z test_debug_flush_compilation_cache (test_jit.TestJit) ... skip: Not implemented for Simple or Legacy (0.000s) 2022-11-23T03:07:45.3754786Z test_decompose_addmm (test_jit.TestJit) ... ok (0.023s) 2022-11-23T03:07:45.3755137Z test_device_not_equal (test_jit.TestJit) ... ok (0.014s) 2022-11-23T03:07:45.3755512Z test_diff_subgraph_clones_constants (test_jit.TestJit) ... ok (0.008s) 2022-11-23T03:07:45.3755873Z test_disabled (test_jit.TestJit) ... ok (0.003s) 2022-11-23T03:07:45.3756175Z test_dropout (test_jit.TestJit) ... ok (0.004s) 2022-11-23T03:07:45.3756512Z test_dropout_cuda (test_jit.TestJit) ... ok (0.013s) 2022-11-23T03:07:45.3757147Z test_dropout_func_requires_grad (test_jit.TestJit) ... STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:07:45.3757983Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:07:45.3758737Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:07:45.3759471Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:07:45.3760292Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:07:45.3761062Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:07:45.3761794Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:07:45.3762491Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:07:45.3763226Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:07:45.3763955Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:07:45.3764690Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:07:45.3765428Z STAGE:2022-11-23 03:04:23 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:07:45.3765894Z ok (0.162s) 2022-11-23T03:07:45.3766303Z test_dropout_module_requires_grad (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:07:45.3766739Z test_einsum (test_jit.TestJit) ... ok (0.048s) 2022-11-23T03:07:45.3767073Z test_element_size (test_jit.TestJit) ... ok (0.005s) 2022-11-23T03:07:45.3767408Z test_expand_fold_quant_inputs (test_jit.TestJit) ... ok (0.000s) 2022-11-23T03:07:45.3767781Z test_expand_quantlint (test_jit.TestJit) ... ok (0.000s) 2022-11-23T03:07:45.3768229Z test_export_batchnorm (test_jit.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:07:45.3768659Z test_export_dropout (test_jit.TestJit) ... ok (0.028s) 2022-11-23T03:07:45.3769117Z test_export_lstm (test_jit.TestJit) ... ok (0.104s) 2022-11-23T03:07:45.3769459Z test_export_opnames (test_jit.TestJit) ... ok (0.031s) 2022-11-23T03:07:45.3769765Z test_export_rnn (test_jit.TestJit) ... ok (0.170s) 2022-11-23T03:07:45.3770161Z test_flags (test_jit.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.003s) 2022-11-23T03:07:45.3770570Z test_function_default_values (test_jit.TestJit) ... ok (0.028s) 2022-11-23T03:07:45.3770968Z test_hide_source_ranges_context_manager (test_jit.TestJit) ... ok (0.005s) 2022-11-23T03:07:45.3771340Z test_import_method (test_jit.TestJit) ... ok (0.003s) 2022-11-23T03:07:45.3771695Z test_inferred_as_tensor (test_jit.TestJit) ... ok (0.009s) 2022-11-23T03:07:45.3772009Z test_layout (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3772355Z test_matrix_conj_transpose (test_jit.TestJit) ... ok (0.007s) 2022-11-23T03:07:45.3772717Z test_matrix_transpose (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3773080Z test_module_default_values (test_jit.TestJit) ... ok (0.009s) 2022-11-23T03:07:45.3773450Z test_mutable_default_values (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3773859Z test_native_dropout_corner_case (test_jit.TestJit) ... skip: skip if profiling isn't enabled (0.003s) 2022-11-23T03:07:45.3774257Z test_nn_conv (test_jit.TestJit) ... ok (0.681s) 2022-11-23T03:07:45.3774582Z test_nn_lp_pool1d (test_jit.TestJit) ... ok (0.107s) 2022-11-23T03:07:45.3774919Z test_nn_lp_pool2d (test_jit.TestJit) ... ok (0.101s) 2022-11-23T03:07:45.3775249Z test_nn_padding (test_jit.TestJit) ... ok (0.767s) 2022-11-23T03:07:45.3775689Z test_nn_padding_functional (test_jit.TestJit) ... ok (0.073s) 2022-11-23T03:07:45.3776059Z test_no_erroneous_warnings (test_jit.TestJit) ... ok (0.000s) 2022-11-23T03:07:45.3776505Z test_non_ascii_string (test_jit.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.000s) 2022-11-23T03:07:45.3776918Z test_numel (test_jit.TestJit) ... ok (0.014s) 2022-11-23T03:07:45.3777273Z test_pattern_based_module_rewrite (test_jit.TestJit) ... ok (0.047s) 2022-11-23T03:07:45.3777653Z test_pattern_based_rewrite (test_jit.TestJit) ... ok (0.010s) 2022-11-23T03:07:45.3778066Z test_pattern_based_rewrite_with_source_range_preserved (test_jit.TestJit) ... ok (0.037s) 2022-11-23T03:07:45.3778487Z test_peephole_optimize_shape_ops (test_jit.TestJit) ... ok (0.022s) 2022-11-23T03:07:45.3778849Z test_permute_inputs_binding (test_jit.TestJit) ... ok (0.010s) 2022-11-23T03:07:45.3779204Z test_pretty_printer (test_jit.TestJit) ... ok (0.055s) 2022-11-23T03:07:45.3779566Z test_print_classes_module (test_jit.TestJit) ... ok (0.001s) 2022-11-23T03:07:45.3779918Z test_print_op_module (test_jit.TestJit) ... ok (0.001s) 2022-11-23T03:07:45.3780277Z test_print_torch_ops_modules (test_jit.TestJit) ... ok (0.001s) 2022-11-23T03:07:45.3780663Z test_profiler (test_jit.TestJit) ... skip: TODO: fix occasional windows failure (0.003s) 2022-11-23T03:07:45.3781063Z test_python_bindings (test_jit.TestJit) ... ok (0.194s) 2022-11-23T03:07:45.3781400Z test_python_ir (test_jit.TestJit) ... ok (0.010s) 2022-11-23T03:07:45.3781730Z test_python_ir_utils (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3782084Z test_python_ir_utils_graph (test_jit.TestJit) ... ok (0.013s) 2022-11-23T03:07:45.3782435Z test_python_ivalue (test_jit.TestJit) ... ok (0.004s) 2022-11-23T03:07:45.3782762Z test_pytorch_jit_env_off (test_jit.TestJit) ... ok (3.027s) 2022-11-23T03:07:45.3783109Z test_recursive_cse (test_jit.TestJit) ... ok (0.002s) 2022-11-23T03:07:45.3783469Z test_repeat_interleave_script (test_jit.TestJit) ... ok (0.007s) 2022-11-23T03:07:45.3783835Z test_restore_device (test_jit.TestJit) ... ok (0.022s) 2022-11-23T03:07:45.3784184Z test_restore_device_cuda (test_jit.TestJit) ... ok (0.301s) 2022-11-23T03:07:45.3784971Z test_restore_shared_storage_on_cuda (test_jit.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T03:07:45.3785806Z warnings.warn(message, UserWarning) 2022-11-23T03:07:45.3786051Z ok (0.022s) 2022-11-23T03:07:45.3786351Z test_script_autograd_grad (test_jit.TestJit) ... ok (0.070s) 2022-11-23T03:07:45.3786708Z test_script_backward (test_jit.TestJit) ... ok (0.024s) 2022-11-23T03:07:45.3787369Z test_script_backward_twice (test_jit.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-11-23T03:07:45.3788167Z warnings.warn( 2022-11-23T03:07:45.3788425Z ok (0.016s) 2022-11-23T03:07:45.3788737Z test_script_fn_pkl (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3789462Z test_script_tensor_type (test_jit.TestJit) ... ok (0.008s) 2022-11-23T03:07:45.3789923Z test_shape_analysis_broadcast (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3790308Z test_shape_analysis_masked_select (test_jit.TestJit) ... ok (0.002s) 2022-11-23T03:07:45.3790829Z test_shape_analysis_unsqueeze_in_loop (test_jit.TestJit) ... ok (0.002s) 2022-11-23T03:07:45.3791209Z test_sparse_csr_tensors (test_jit.TestJit) ... ok (0.006s) 2022-11-23T03:07:45.3791534Z test_sparse_tensors (test_jit.TestJit) ... ok (0.062s) 2022-11-23T03:07:45.3792817Z test_torch_complex (test_jit.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:45.3793947Z return callable(*args, **kwargs) 2022-11-23T03:07:45.3795024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:45.3796028Z return callable(*args, **kwargs) 2022-11-23T03:07:45.3796281Z ok (0.054s) 2022-11-23T03:07:45.3796697Z test_torch_load_error (test_jit.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.000s) 2022-11-23T03:07:45.3797171Z test_torch_load_zipfile_check (test_jit.TestJit) ... ok (0.017s) 2022-11-23T03:07:45.3797538Z test_torch_ops_kwonly (test_jit.TestJit) ... ok (0.005s) 2022-11-23T03:07:45.3798092Z test_torch_ops_overloaded (test_jit.TestJit) ... ok (0.004s) 2022-11-23T03:07:45.3798439Z test_torch_sum (test_jit.TestJit) ... ok (0.020s) 2022-11-23T03:07:45.3798784Z test_trace_retains_train (test_jit.TestJit) ... ok (0.012s) 2022-11-23T03:07:45.3799103Z test_train_eval (test_jit.TestJit) ... ok (0.097s) 2022-11-23T03:07:45.3799435Z test_transpose (test_jit.TestJit) ... ok (0.008s) 2022-11-23T03:07:45.3799778Z test_unchecked_cast (test_jit.TestJit) ... ok (0.024s) 2022-11-23T03:07:45.3800297Z test_unique_state_dict (test_jit.TestJit) ... ok (0.002s) 2022-11-23T03:07:45.3800729Z test_verify (test_jit.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.003s) 2022-11-23T03:07:45.3801590Z test_warnings (test_jit.TestJit) ... ok (0.024s) 2022-11-23T03:07:45.3801975Z test_nn_AdaptiveAvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T03:07:45.3802445Z test_nn_AdaptiveAvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T03:07:45.3802928Z test_nn_AdaptiveAvgPool1d_one_output (test_jit.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T03:07:45.3803412Z test_nn_AdaptiveAvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3803892Z test_nn_AdaptiveAvgPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T03:07:45.3804379Z test_nn_AdaptiveAvgPool2d_single_1x1output (test_jit.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T03:07:45.3804833Z test_nn_AdaptiveAvgPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T03:07:45.3805309Z test_nn_AdaptiveAvgPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T03:07:45.3805791Z test_nn_AdaptiveAvgPool3d_last_dim (test_jit.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T03:07:45.3806262Z test_nn_AdaptiveAvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T03:07:45.3806737Z test_nn_AdaptiveAvgPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T03:07:45.3807201Z test_nn_AdaptiveAvgPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T03:07:45.3807671Z test_nn_AdaptiveAvgPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3808109Z test_nn_AdaptiveMaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T03:07:45.3808717Z test_nn_AdaptiveMaxPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T03:07:45.3809228Z test_nn_AdaptiveMaxPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.156s) 2022-11-23T03:07:45.3809695Z test_nn_AdaptiveMaxPool2d_single (test_jit.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T03:07:45.3810171Z test_nn_AdaptiveMaxPool2d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T03:07:45.3810644Z test_nn_AdaptiveMaxPool2d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3811097Z test_nn_AdaptiveMaxPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T03:07:45.3811570Z test_nn_AdaptiveMaxPool3d_single (test_jit.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T03:07:45.3812053Z test_nn_AdaptiveMaxPool3d_single_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.157s) 2022-11-23T03:07:45.3812525Z test_nn_AdaptiveMaxPool3d_tuple (test_jit.TestJitGeneratedModule) ... ok (0.165s) 2022-11-23T03:07:45.3813010Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (test_jit.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T03:07:45.3813497Z test_nn_AdaptiveMaxPool3d_tuple_none (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.3813940Z test_nn_AvgPool1d (test_jit.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T03:07:45.3814351Z test_nn_AvgPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T03:07:45.3814788Z test_nn_AvgPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T03:07:45.3815232Z test_nn_AvgPool1d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.163s) 2022-11-23T03:07:45.3815659Z test_nn_AvgPool2d (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3816075Z test_nn_AvgPool2d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T03:07:45.3816520Z test_nn_AvgPool2d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T03:07:45.3816961Z test_nn_AvgPool2d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T03:07:45.3817420Z test_nn_AvgPool2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T03:07:45.3817857Z test_nn_AvgPool2d_stride (test_jit.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T03:07:45.3818415Z test_nn_AvgPool2d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T03:07:45.3818848Z test_nn_AvgPool3d (test_jit.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T03:07:45.3819274Z test_nn_AvgPool3d_divisor (test_jit.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T03:07:45.3819723Z test_nn_AvgPool3d_divisor_stride (test_jit.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T03:07:45.3820181Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3820669Z test_nn_AvgPool3d_divisor_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T03:07:45.3821167Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T03:07:45.3821693Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3822213Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3822703Z test_nn_AvgPool3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T03:07:45.3823119Z test_nn_AvgPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3823573Z test_nn_AvgPool3d_stride1_pad0_gpu_input (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.3824031Z test_nn_AvgPool3d_stride_pad (test_jit.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T03:07:45.3824505Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (test_jit.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T03:07:45.3825934Z test_nn_AvgPool3d_stride_pad_gpu_general_output (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T03:07:45.3826502Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (test_jit.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T03:07:45.3826954Z test_nn_BCELoss (test_jit.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T03:07:45.3827373Z test_nn_BCELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T03:07:45.3827827Z test_nn_BCELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T03:07:45.3828279Z test_nn_BCELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T03:07:45.3828718Z test_nn_BCELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.3829164Z test_nn_BCELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.3829618Z test_nn_BCELoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T03:07:45.3830061Z test_nn_BCELoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T03:07:45.3830481Z test_nn_BCELoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.3830949Z test_nn_BCELoss_weights_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3831417Z test_nn_BCEWithLogitsLoss (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T03:07:45.3831880Z test_nn_BCEWithLogitsLoss_legacy_enum (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3832365Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T03:07:45.3832849Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.3833312Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T03:07:45.3833789Z test_nn_BCEWithLogitsLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.3834272Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3834760Z test_nn_BCEWithLogitsLoss_scalar_weights (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.3835239Z test_nn_BCEWithLogitsLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T03:07:45.3835831Z test_nn_BatchNorm1d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.334s) 2022-11-23T03:07:45.3836288Z test_nn_BatchNorm1d_3d_input_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T03:07:45.3836716Z test_nn_BatchNorm1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.280s) 2022-11-23T03:07:45.3837177Z test_nn_BatchNorm1d_affine_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.296s) 2022-11-23T03:07:45.3837643Z test_nn_BatchNorm1d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.253s) 2022-11-23T03:07:45.3838108Z test_nn_BatchNorm1d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.206s) 2022-11-23T03:07:45.3838571Z test_nn_BatchNorm1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.218s) 2022-11-23T03:07:45.3839004Z test_nn_BatchNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T03:07:45.3839428Z test_nn_BatchNorm2d_2d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.308s) 2022-11-23T03:07:45.3839892Z test_nn_BatchNorm2d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.258s) 2022-11-23T03:07:45.3840342Z test_nn_BatchNorm2d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.231s) 2022-11-23T03:07:45.3840800Z test_nn_BatchNorm2d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.252s) 2022-11-23T03:07:45.3841254Z test_nn_BatchNorm2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.240s) 2022-11-23T03:07:45.3841684Z test_nn_BatchNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.257s) 2022-11-23T03:07:45.3842790Z test_nn_BatchNorm3d_3d_simple_average (test_jit.TestJitGeneratedModule) ... ok (0.311s) 2022-11-23T03:07:45.3843282Z test_nn_BatchNorm3d_momentum (test_jit.TestJitGeneratedModule) ... ok (0.245s) 2022-11-23T03:07:45.3843730Z test_nn_BatchNorm3d_not_affine (test_jit.TestJitGeneratedModule) ... ok (0.268s) 2022-11-23T03:07:45.3844190Z test_nn_BatchNorm3d_not_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T03:07:45.3844657Z test_nn_BatchNorm3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.232s) 2022-11-23T03:07:45.3845082Z test_nn_Bilinear (test_jit.TestJitGeneratedModule) ... ok (0.152s) 2022-11-23T03:07:45.3845485Z test_nn_CELU (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.3845872Z test_nn_CELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T03:07:45.3846296Z test_nn_CELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T03:07:45.3846800Z test_nn_CTCLoss_2d_int_target_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.006s) 2022-11-23T03:07:45.3847326Z test_nn_CTCLoss_2d_int_target_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T03:07:45.3847797Z test_nn_CTCLoss_2d_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T03:07:45.3848298Z test_nn_CTCLoss_lengths_intlists (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.005s) 2022-11-23T03:07:45.3848794Z test_nn_CTCLoss_lengths_tensors (test_jit.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T03:07:45.3849208Z test_nn_ConstantPad1d (test_jit.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T03:07:45.3849647Z test_nn_ConstantPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T03:07:45.3850095Z test_nn_ConstantPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.3850534Z test_nn_ConstantPad2d (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T03:07:45.3850979Z test_nn_ConstantPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3851436Z test_nn_ConstantPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T03:07:45.3851854Z test_nn_ConstantPad3d (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T03:07:45.3852416Z test_nn_ConstantPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.3852872Z test_nn_ConstantPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T03:07:45.3853301Z test_nn_Conv1d (test_jit.TestJitGeneratedModule) ... ok (0.195s) 2022-11-23T03:07:45.3853744Z test_nn_Conv1d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.208s) 2022-11-23T03:07:45.3854188Z test_nn_Conv1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T03:07:45.3854610Z test_nn_Conv1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T03:07:45.3855013Z test_nn_Conv1d_pad1 (test_jit.TestJitGeneratedModule) ... ok (0.178s) 2022-11-23T03:07:45.3855439Z test_nn_Conv1d_pad1size1 (test_jit.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T03:07:45.3855862Z test_nn_Conv1d_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T03:07:45.3856284Z test_nn_Conv1d_pad2size1 (test_jit.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T03:07:45.3856714Z test_nn_Conv1d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.162s) 2022-11-23T03:07:45.3857139Z test_nn_Conv1d_pad_same2 (test_jit.TestJitGeneratedModule) ... ok (0.176s) 2022-11-23T03:07:45.3857549Z test_nn_Conv1d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.156s) 2022-11-23T03:07:45.3857986Z test_nn_Conv1d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3858430Z test_nn_Conv1d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T03:07:45.3858895Z test_nn_Conv1d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T03:07:45.3859430Z test_nn_Conv1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T03:07:45.3859881Z test_nn_Conv1d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.187s) 2022-11-23T03:07:45.3860294Z test_nn_Conv1d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.162s) 2022-11-23T03:07:45.3860723Z test_nn_Conv2d (test_jit.TestJitGeneratedModule) ... ok (0.151s) 2022-11-23T03:07:45.3861153Z test_nn_Conv2d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T03:07:45.3861598Z test_nn_Conv2d_depthwise (test_jit.TestJitGeneratedModule) ... ok (0.164s) 2022-11-23T03:07:45.3862041Z test_nn_Conv2d_depthwise_dilated (test_jit.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T03:07:45.3862493Z test_nn_Conv2d_depthwise_padded (test_jit.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T03:07:45.3862946Z test_nn_Conv2d_depthwise_strided (test_jit.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T03:07:45.3863391Z test_nn_Conv2d_depthwise_with_multiplier (test_jit.TestJitGeneratedModule) ... ok (0.193s) 2022-11-23T03:07:45.3863841Z test_nn_Conv2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T03:07:45.3864263Z test_nn_Conv2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T03:07:45.3864694Z test_nn_Conv2d_groups_thnn (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.3865123Z test_nn_Conv2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.159s) 2022-11-23T03:07:45.3865543Z test_nn_Conv2d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.196s) 2022-11-23T03:07:45.3865956Z test_nn_Conv2d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.185s) 2022-11-23T03:07:45.3866394Z test_nn_Conv2d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.165s) 2022-11-23T03:07:45.3866819Z test_nn_Conv2d_padding (test_jit.TestJitGeneratedModule) ... ok (0.183s) 2022-11-23T03:07:45.3867263Z test_nn_Conv2d_reflect_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.200s) 2022-11-23T03:07:45.3867726Z test_nn_Conv2d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.159s) 2022-11-23T03:07:45.3868169Z test_nn_Conv2d_strided (test_jit.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T03:07:45.3868573Z test_nn_Conv2d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.152s) 2022-11-23T03:07:45.3869125Z test_nn_Conv2d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.178s) 2022-11-23T03:07:45.3869546Z test_nn_Conv3d (test_jit.TestJitGeneratedModule) ... ok (0.185s) 2022-11-23T03:07:45.3869963Z test_nn_Conv3d_1x1x1_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.204s) 2022-11-23T03:07:45.3870412Z test_nn_Conv3d_circular_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.242s) 2022-11-23T03:07:45.3870853Z test_nn_Conv3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T03:07:45.3871290Z test_nn_Conv3d_dilated_strided (test_jit.TestJitGeneratedModule) ... ok (0.202s) 2022-11-23T03:07:45.3871702Z test_nn_Conv3d_groups (test_jit.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T03:07:45.3872123Z test_nn_Conv3d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T03:07:45.3872544Z test_nn_Conv3d_pad_same (test_jit.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T03:07:45.3873054Z test_nn_Conv3d_pad_same_dilated (test_jit.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T03:07:45.3873497Z test_nn_Conv3d_pad_valid (test_jit.TestJitGeneratedModule) ... ok (0.184s) 2022-11-23T03:07:45.3873953Z test_nn_Conv3d_replicate_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T03:07:45.3874368Z test_nn_Conv3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T03:07:45.3874798Z test_nn_Conv3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T03:07:45.3875263Z test_nn_Conv3d_zero_batch (test_jit.TestJitGeneratedModule) ... ok (0.200s) 2022-11-23T03:07:45.3876195Z test_nn_Conv3d_zeros_stride2_pad2 (test_jit.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T03:07:45.3877085Z test_nn_ConvTranspose1d (test_jit.TestJitGeneratedModule) ... ok (0.300s) 2022-11-23T03:07:45.3877963Z test_nn_ConvTranspose1d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.250s) 2022-11-23T03:07:45.3878836Z test_nn_ConvTranspose1d_groups (test_jit.TestJitGeneratedModule) ... ok (0.312s) 2022-11-23T03:07:45.3879743Z test_nn_ConvTranspose1d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.263s) 2022-11-23T03:07:45.3880621Z test_nn_ConvTranspose2d (test_jit.TestJitGeneratedModule) ... ok (0.290s) 2022-11-23T03:07:45.3881505Z test_nn_ConvTranspose2d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.309s) 2022-11-23T03:07:45.3882426Z test_nn_ConvTranspose2d_groups (test_jit.TestJitGeneratedModule) ... ok (0.288s) 2022-11-23T03:07:45.3883332Z test_nn_ConvTranspose2d_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.313s) 2022-11-23T03:07:45.3884209Z test_nn_ConvTranspose3d (test_jit.TestJitGeneratedModule) ... ok (0.287s) 2022-11-23T03:07:45.3885061Z test_nn_ConvTranspose3d_dilated (test_jit.TestJitGeneratedModule) ... ok (0.281s) 2022-11-23T03:07:45.3885952Z test_nn_CosineEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T03:07:45.3886865Z test_nn_CosineEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T03:07:45.3887831Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.3888796Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T03:07:45.3889776Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T03:07:45.3890661Z test_nn_CrossEntropyLoss (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.3891546Z test_nn_CrossEntropyLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T03:07:45.3892465Z test_nn_CrossEntropyLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T03:07:45.3893451Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.3894512Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T03:07:45.3895799Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T03:07:45.3896874Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T03:07:45.3897851Z test_nn_CrossEntropyLoss_2d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T03:07:45.3898845Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T03:07:45.3899879Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T03:07:45.3900947Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T03:07:45.3901859Z test_nn_CrossEntropyLoss_2d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.3902865Z test_nn_CrossEntropyLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T03:07:45.3903925Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T03:07:45.3904967Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T03:07:45.3906073Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T03:07:45.3907200Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.3908415Z test_nn_CrossEntropyLoss_3d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T03:07:45.3909585Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T03:07:45.3910759Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.3911806Z test_nn_CrossEntropyLoss_3d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T03:07:45.3912768Z test_nn_CrossEntropyLoss_4d_prob_target (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.3913705Z test_nn_CrossEntropyLoss_4d_prob_target_weights (test_jit.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T03:07:45.3914649Z test_nn_CrossEntropyLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T03:07:45.3915706Z test_nn_CrossEntropyLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T03:07:45.3916822Z test_nn_CrossEntropyLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T03:07:45.3917717Z test_nn_CrossMapLRN2d (test_jit.TestJitGeneratedModule) ... ok (0.008s) 2022-11-23T03:07:45.3918515Z test_nn_ELU (test_jit.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T03:07:45.3919288Z test_nn_ELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T03:07:45.3920101Z test_nn_ELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3920901Z test_nn_Embedding (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T03:07:45.3921900Z test_nn_EmbeddingBag_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T03:07:45.3922979Z test_nn_EmbeddingBag_max (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3923869Z test_nn_EmbeddingBag_max_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T03:07:45.3924763Z test_nn_EmbeddingBag_mean (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3925636Z test_nn_EmbeddingBag_mean_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.3926535Z test_nn_EmbeddingBag_sparse (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3927397Z test_nn_EmbeddingBag_sum (test_jit.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T03:07:45.3928592Z test_nn_EmbeddingBag_sum_padding_idx (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3929687Z test_nn_Embedding_discontiguous (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T03:07:45.3930566Z test_nn_Embedding_sparse (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T03:07:45.3931347Z test_nn_Flatten (test_jit.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T03:07:45.3932176Z test_nn_Flatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T03:07:45.3932985Z test_nn_Fold (test_jit.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T03:07:45.3933792Z test_nn_Fold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T03:07:45.3934798Z test_nn_Fold_no_batch_dim_input (test_jit.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T03:07:45.3935868Z test_nn_Fold_no_batch_dim_int_input (test_jit.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T03:07:45.3936753Z test_nn_FractionalMaxPool2d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.305s) 2022-11-23T03:07:45.3937721Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.204s) 2022-11-23T03:07:45.3938772Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.202s) 2022-11-23T03:07:45.3939805Z test_nn_FractionalMaxPool2d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.203s) 2022-11-23T03:07:45.3940908Z test_nn_FractionalMaxPool2d_size (test_jit.TestJitGeneratedModule) ... ok (0.177s) 2022-11-23T03:07:45.3942218Z test_nn_FractionalMaxPool2d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.249s) 2022-11-23T03:07:45.3943272Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.212s) 2022-11-23T03:07:45.3944253Z test_nn_FractionalMaxPool3d_asymsize (test_jit.TestJitGeneratedModule) ... ok (0.267s) 2022-11-23T03:07:45.3945197Z test_nn_FractionalMaxPool3d_ratio (test_jit.TestJitGeneratedModule) ... ok (0.203s) 2022-11-23T03:07:45.3946147Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.195s) 2022-11-23T03:07:45.3947192Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.244s) 2022-11-23T03:07:45.3948601Z test_nn_FractionalMaxPool3d_ratio_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.220s) 2022-11-23T03:07:45.3949573Z test_nn_FractionalMaxPool3d_size (test_jit.TestJitGeneratedModule) ... ok (0.194s) 2022-11-23T03:07:45.3950534Z test_nn_FractionalMaxPool3d_size_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.206s) 2022-11-23T03:07:45.3951537Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (test_jit.TestJitGeneratedModule) ... ok (0.204s) 2022-11-23T03:07:45.3952446Z test_nn_GELU (test_jit.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T03:07:45.3953258Z test_nn_GELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.3954217Z test_nn_GELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T03:07:45.3955195Z test_nn_GLU (test_jit.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T03:07:45.3955960Z test_nn_GLU_dim (test_jit.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T03:07:45.3956736Z test_nn_GLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.3957540Z test_nn_GRUCell (test_jit.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T03:07:45.3958367Z test_nn_GroupNorm_1d_affine (test_jit.TestJitGeneratedModule) ... ok (0.195s) 2022-11-23T03:07:45.3959246Z test_nn_GroupNorm_1d_affine_GN (test_jit.TestJitGeneratedModule) ... ok (0.187s) 2022-11-23T03:07:45.3960266Z test_nn_GroupNorm_1d_affine_large_batch (test_jit.TestJitGeneratedModule) ... ok (0.205s) 2022-11-23T03:07:45.3961370Z test_nn_GroupNorm_1d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.204s) 2022-11-23T03:07:45.3962435Z test_nn_GroupNorm_1d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.197s) 2022-11-23T03:07:45.3963271Z test_nn_GroupNorm_2d_affine (test_jit.TestJitGeneratedModule) ... ok (0.185s) 2022-11-23T03:07:45.3964176Z test_nn_GroupNorm_2d_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.194s) 2022-11-23T03:07:45.3965074Z test_nn_GroupNorm_2d_no_affine_IN (test_jit.TestJitGeneratedModule) ... ok (0.190s) 2022-11-23T03:07:45.3965615Z test_nn_GroupNorm_2d_no_affine_LN (test_jit.TestJitGeneratedModule) ... ok (0.206s) 2022-11-23T03:07:45.3966100Z test_nn_GroupNorm_2d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.248s) 2022-11-23T03:07:45.3966758Z test_nn_Hardshrink (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T03:07:45.3967191Z test_nn_Hardshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3967642Z test_nn_Hardshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.3968383Z test_nn_Hardsigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.006s) 2022-11-23T03:07:45.3968927Z test_nn_Hardswish_no_batch_dim (test_jit.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.005s) 2022-11-23T03:07:45.3969396Z test_nn_Hardtanh (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T03:07:45.3969831Z test_nn_Hardtanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T03:07:45.3970270Z test_nn_Hardtanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.3970823Z test_nn_HingeEmbeddingLoss (test_jit.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T03:07:45.3971311Z test_nn_HingeEmbeddingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T03:07:45.3971805Z test_nn_HingeEmbeddingLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3972315Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T03:07:45.3972813Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.3973308Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.3973982Z test_nn_HingeEmbeddingLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.3974442Z test_nn_HingeEmbeddingLoss_scalar_margin (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T03:07:45.3975154Z test_nn_HuberLoss (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.3975595Z test_nn_HuberLoss_delta (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.3976042Z test_nn_HuberLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.3976502Z test_nn_HuberLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T03:07:45.3976964Z test_nn_HuberLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.3977385Z test_nn_InstanceNorm1d (test_jit.TestJitGeneratedModule) ... ok (0.251s) 2022-11-23T03:07:45.3977831Z test_nn_InstanceNorm1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.271s) 2022-11-23T03:07:45.3978298Z test_nn_InstanceNorm1d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.334s) 2022-11-23T03:07:45.3978793Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.298s) 2022-11-23T03:07:45.3979261Z test_nn_InstanceNorm2d (test_jit.TestJitGeneratedModule) ... ok (0.301s) 2022-11-23T03:07:45.3979714Z test_nn_InstanceNorm2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.285s) 2022-11-23T03:07:45.3980185Z test_nn_InstanceNorm2d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.318s) 2022-11-23T03:07:45.3980809Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.315s) 2022-11-23T03:07:45.3981405Z test_nn_InstanceNorm3d (test_jit.TestJitGeneratedModule) ... ok (0.279s) 2022-11-23T03:07:45.3982132Z test_nn_InstanceNorm3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.261s) 2022-11-23T03:07:45.3982611Z test_nn_InstanceNorm3d_tracking_stats (test_jit.TestJitGeneratedModule) ... ok (0.305s) 2022-11-23T03:07:45.3983102Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.276s) 2022-11-23T03:07:45.3983558Z test_nn_KLDivLoss (test_jit.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T03:07:45.3983971Z test_nn_KLDivLoss_log_target (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.3984428Z test_nn_KLDivLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T03:07:45.3984889Z test_nn_KLDivLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T03:07:45.3985355Z test_nn_KLDivLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.3985805Z test_nn_KLDivLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3986261Z test_nn_KLDivLoss_no_reduce_log_target (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.3986724Z test_nn_KLDivLoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.3987177Z test_nn_KLDivLoss_no_reduce_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.3987814Z test_nn_KLDivLoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T03:07:45.3988358Z test_nn_KLDivLoss_scalar_log_target (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T03:07:45.3989109Z test_nn_KLDivLoss_with_log_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3989593Z test_nn_KLDivLoss_with_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.3990031Z test_nn_L1Loss (test_jit.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T03:07:45.3990430Z test_nn_L1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T03:07:45.3990875Z test_nn_L1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.3991323Z test_nn_L1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T03:07:45.3991758Z test_nn_L1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.3992198Z test_nn_L1Loss_no_reduce_complex (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.3992650Z test_nn_L1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.3993083Z test_nn_L1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T03:07:45.3993477Z test_nn_LPPool1d (test_jit.TestJitGeneratedModule) ... ok (0.199s) 2022-11-23T03:07:45.3993910Z test_nn_LPPool1d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.239s) 2022-11-23T03:07:45.3994511Z test_nn_LPPool1d_norm (test_jit.TestJitGeneratedModule) ... ok (0.199s) 2022-11-23T03:07:45.3994940Z test_nn_LPPool2d (test_jit.TestJitGeneratedModule) ... ok (0.188s) 2022-11-23T03:07:45.3995359Z test_nn_LPPool2d_norm (test_jit.TestJitGeneratedModule) ... ok (0.262s) 2022-11-23T03:07:45.3996003Z test_nn_LSTMCell (test_jit.TestJitGeneratedModule) ... ok (0.171s) 2022-11-23T03:07:45.3996432Z test_nn_LayerNorm_1d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T03:07:45.3996925Z test_nn_LayerNorm_1d_empty_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T03:07:45.3997416Z test_nn_LayerNorm_1d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T03:07:45.3997893Z test_nn_LayerNorm_3d_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T03:07:45.3998377Z test_nn_LayerNorm_3d_no_affine_large_feature (test_jit.TestJitGeneratedModule) ... ok (0.567s) 2022-11-23T03:07:45.3998985Z test_nn_LayerNorm_3d_no_elementwise_affine (test_jit.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T03:07:45.3999432Z test_nn_LeakyReLU (test_jit.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T03:07:45.3999838Z test_nn_LeakyReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T03:07:45.4000284Z test_nn_LeakyReLU_with_negval (test_jit.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T03:07:45.4000741Z test_nn_LeakyReLU_with_negval_scalar (test_jit.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T03:07:45.4001346Z test_nn_LeakyReLU_with_zero_negval (test_jit.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T03:07:45.4001820Z test_nn_Linear (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T03:07:45.4002240Z test_nn_Linear_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T03:07:45.4002756Z test_nn_Linear_no_bias (test_jit.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T03:07:45.4003341Z test_nn_LocalResponseNorm_1d (test_jit.TestJitGeneratedModule) ... ok (0.253s) 2022-11-23T03:07:45.4003811Z test_nn_LocalResponseNorm_2d_uneven_pad (test_jit.TestJitGeneratedModule) ... ok (0.232s) 2022-11-23T03:07:45.4004305Z test_nn_LocalResponseNorm_3d_custom_params (test_jit.TestJitGeneratedModule) ... ok (0.227s) 2022-11-23T03:07:45.4004761Z test_nn_LogSigmoid (test_jit.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T03:07:45.4005201Z test_nn_LogSigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T03:07:45.4005713Z test_nn_LogSigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T03:07:45.4006171Z test_nn_LogSoftmax (test_jit.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T03:07:45.4006609Z test_nn_LogSoftmax_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T03:07:45.4007071Z test_nn_LogSoftmax_multiparam_scalar (test_jit.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T03:07:45.4007537Z test_nn_LogSoftmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T03:07:45.4007963Z test_nn_MSELoss (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T03:07:45.4008582Z test_nn_MSELoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T03:07:45.4009056Z test_nn_MSELoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T03:07:45.4009618Z test_nn_MSELoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.4010177Z test_nn_MSELoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4010623Z test_nn_MSELoss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4011059Z test_nn_MSELoss_prec (test_jit.TestJitGeneratedModule) ... ok (0.175s) 2022-11-23T03:07:45.4011479Z test_nn_MSELoss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T03:07:45.4011898Z test_nn_MarginRankingLoss (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T03:07:45.4012353Z test_nn_MarginRankingLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.4012837Z test_nn_MarginRankingLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.4013324Z test_nn_MarginRankingLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T03:07:45.4013816Z test_nn_MarginRankingLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T03:07:45.4014266Z test_nn_MaxPool1d (test_jit.TestJitGeneratedModule) ... ok (0.156s) 2022-11-23T03:07:45.4014713Z test_nn_MaxPool1d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.172s) 2022-11-23T03:07:45.4015286Z test_nn_MaxPool1d_stride (test_jit.TestJitGeneratedModule) ... ok (0.151s) 2022-11-23T03:07:45.4015747Z test_nn_MaxPool2d_3d_input (test_jit.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T03:07:45.4016437Z test_nn_MaxPool2d_4d_input (test_jit.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T03:07:45.4017019Z test_nn_MaxPool2d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.196s) 2022-11-23T03:07:45.4017461Z test_nn_MaxPool3d (test_jit.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T03:07:45.4017891Z test_nn_MaxPool3d_return_indices (test_jit.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T03:07:45.4018311Z test_nn_MaxPool3d_stride (test_jit.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T03:07:45.4018754Z test_nn_MaxPool3d_stride_padding (test_jit.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T03:07:45.4019183Z test_nn_Mish (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.4019596Z test_nn_Mish_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T03:07:45.4020019Z test_nn_Mish_scalar (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T03:07:45.4020558Z test_nn_MultiLabelMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T03:07:45.4021048Z test_nn_MultiLabelMarginLoss_0d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4046114Z test_nn_MultiLabelMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.4047095Z test_nn_MultiLabelMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4047884Z test_nn_MultiLabelMarginLoss_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4048383Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T03:07:45.4049039Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T03:07:45.4049568Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T03:07:45.4050233Z test_nn_MultiLabelMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T03:07:45.4050715Z test_nn_MultiLabelSoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.4051568Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T03:07:45.4052081Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.4052592Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T03:07:45.4053088Z test_nn_MultiLabelSoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4053587Z test_nn_MultiLabelSoftMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T03:07:45.4054081Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T03:07:45.4054547Z test_nn_MultiMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.4054976Z test_nn_MultiMarginLoss_1d (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T03:07:45.4055419Z test_nn_MultiMarginLoss_1d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4055865Z test_nn_MultiMarginLoss_margin (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T03:07:45.4056318Z test_nn_MultiMarginLoss_margin_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4056925Z test_nn_MultiMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4057370Z test_nn_MultiMarginLoss_p (test_jit.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T03:07:45.4058013Z test_nn_MultiMarginLoss_p_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4058617Z test_nn_MultiMarginLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T03:07:45.4059077Z test_nn_MultiMarginLoss_weights_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T03:07:45.4059764Z test_nn_MultiheadAttention (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:07:45.4060260Z test_nn_NLLLoss (test_jit.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T03:07:45.4060651Z test_nn_NLLLoss2d_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4061092Z test_nn_NLLLoss2d_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T03:07:45.4061545Z test_nn_NLLLoss2d_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4061984Z test_nn_NLLLossNd_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T03:07:45.4062427Z test_nn_NLLLossNd_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4062880Z test_nn_NLLLossNd_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4063287Z test_nn_NLLLoss_2d (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.4063868Z test_nn_NLLLoss_2d_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T03:07:45.4064303Z test_nn_NLLLoss_2d_weights (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T03:07:45.4064857Z test_nn_NLLLoss_dim_is_3 (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T03:07:45.4065568Z test_nn_NLLLoss_higher_dim (test_jit.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T03:07:45.4066146Z test_nn_NLLLoss_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.4066684Z test_nn_NLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.4067125Z test_nn_NLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.4067558Z test_nn_NLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T03:07:45.4067981Z test_nn_NLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4068425Z test_nn_NLLLoss_no_reduce_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4068869Z test_nn_NLLLoss_no_reduce_weights (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4069331Z test_nn_NLLLoss_no_reduce_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4069794Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4070239Z test_nn_NLLLoss_weights (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.4070681Z test_nn_NLLLoss_weights_ignore_index (test_jit.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T03:07:45.4071306Z test_nn_NLLLoss_weights_ignore_index_neg (test_jit.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T03:07:45.4071744Z test_nn_PReLU_1d (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.4072161Z test_nn_PReLU_1d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.4072869Z test_nn_PReLU_2d (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T03:07:45.4073264Z test_nn_PReLU_2d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T03:07:45.4073669Z test_nn_PReLU_3d (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T03:07:45.4074077Z test_nn_PReLU_3d_multiparam (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T03:07:45.4074496Z test_nn_PReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.4074912Z test_nn_PReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T03:07:45.4075340Z test_nn_Padding122112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4075760Z test_nn_Padding1221_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4076194Z test_nn_Padding12_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4077543Z test_nn_Padding2322_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4078149Z test_nn_Padding31_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4078602Z test_nn_Padding322112_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4079035Z test_nn_Padding332122_3dcircular (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4079779Z test_nn_Padding3331_2dcircular (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4080220Z test_nn_Padding33_1dcircular (test_jit.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T03:07:45.4080659Z test_nn_PairwiseDistance (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T03:07:45.4081110Z test_nn_PairwiseDistance_broadcast_lhs (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.4081579Z test_nn_PairwiseDistance_broadcast_rhs (test_jit.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T03:07:45.4082041Z test_nn_PairwiseDistance_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T03:07:45.4082515Z test_nn_PairwiseDistance_with_non_default_args (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T03:07:45.4082948Z test_nn_PixelShuffle (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.4083360Z test_nn_PixelUnshuffle (test_jit.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T03:07:45.4083795Z test_nn_PoissonNLLLoss_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T03:07:45.4084368Z test_nn_PoissonNLLLoss_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T03:07:45.4084865Z test_nn_PoissonNLLLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T03:07:45.4085505Z test_nn_PoissonNLLLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T03:07:45.4085969Z test_nn_PoissonNLLLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T03:07:45.4086768Z test_nn_PoissonNLLLoss_no_full_loss (test_jit.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T03:07:45.4087247Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (test_jit.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T03:07:45.4087706Z test_nn_PoissonNLLLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4088121Z test_nn_RNNCell (test_jit.TestJitGeneratedModule) ... ok (0.162s) 2022-11-23T03:07:45.4088503Z test_nn_RReLU (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T03:07:45.4088906Z test_nn_RReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T03:07:45.4089308Z test_nn_RReLU_with_up_down (test_jit.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T03:07:45.4089732Z test_nn_RReLU_with_up_down_scalar (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.4090137Z test_nn_ReLU (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T03:07:45.4090517Z test_nn_ReLU6 (test_jit.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T03:07:45.4090913Z test_nn_ReLU6_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T03:07:45.4091319Z test_nn_ReLU6_scalar (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T03:07:45.4091708Z test_nn_ReLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.4092424Z test_nn_ReLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T03:07:45.4093386Z test_nn_ReflectionPad1d (test_jit.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T03:07:45.4094227Z test_nn_ReflectionPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.4095094Z test_nn_ReflectionPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.4095920Z test_nn_ReflectionPad2d (test_jit.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T03:07:45.4096967Z test_nn_ReflectionPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T03:07:45.4097850Z test_nn_ReflectionPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T03:07:45.4098870Z test_nn_ReflectionPad3d (test_jit.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T03:07:45.4099936Z test_nn_ReflectionPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T03:07:45.4100838Z test_nn_ReflectionPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T03:07:45.4101712Z test_nn_ReplicationPad1d (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.4102588Z test_nn_ReplicationPad1d_batch (test_jit.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T03:07:45.4103441Z test_nn_ReplicationPad1d_complex (test_jit.TestJitGeneratedModule) ... ok (0.152s) 2022-11-23T03:07:45.4104311Z test_nn_ReplicationPad2d (test_jit.TestJitGeneratedModule) ... ok (0.144s) 2022-11-23T03:07:45.4105283Z test_nn_ReplicationPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.162s) 2022-11-23T03:07:45.4106364Z test_nn_ReplicationPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T03:07:45.4107257Z test_nn_ReplicationPad3d (test_jit.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T03:07:45.4108122Z test_nn_ReplicationPad3d_complex (test_jit.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T03:07:45.4108546Z test_nn_ReplicationPad3d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T03:07:45.4108956Z test_nn_SELU (test_jit.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T03:07:45.4109473Z test_nn_SELU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T03:07:45.4109875Z test_nn_SELU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T03:07:45.4110209Z test_nn_SiLU (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T03:07:45.4110592Z test_nn_SiLU_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T03:07:45.4110967Z test_nn_SiLU_scalar (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T03:07:45.4111327Z test_nn_Sigmoid (test_jit.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T03:07:45.4111848Z test_nn_Sigmoid_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T03:07:45.4112234Z test_nn_Sigmoid_scalar (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T03:07:45.4112694Z test_nn_SmoothL1Loss (test_jit.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T03:07:45.4113162Z test_nn_SmoothL1Loss_beta (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4113590Z test_nn_SmoothL1Loss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T03:07:45.4114022Z test_nn_SmoothL1Loss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T03:07:45.4114436Z test_nn_SmoothL1Loss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T03:07:45.4114852Z test_nn_SmoothL1Loss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4115263Z test_nn_SmoothL1Loss_no_reduce_scalar (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4115661Z test_nn_SmoothL1Loss_scalar (test_jit.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T03:07:45.4116058Z test_nn_SmoothL1Loss_zero_beta (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4116426Z test_nn_SoftMarginLoss (test_jit.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T03:07:45.4116852Z test_nn_SoftMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T03:07:45.4117298Z test_nn_SoftMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.4117730Z test_nn_SoftMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T03:07:45.4118255Z test_nn_SoftMarginLoss_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4118891Z test_nn_Softmax (test_jit.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T03:07:45.4119314Z test_nn_Softmax2d (test_jit.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T03:07:45.4119723Z test_nn_Softmax2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T03:07:45.4120114Z test_nn_Softmax_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T03:07:45.4120492Z test_nn_Softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T03:07:45.4120841Z test_nn_Softmin (test_jit.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T03:07:45.4121230Z test_nn_Softmin_multidim (test_jit.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T03:07:45.4121616Z test_nn_Softmin_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T03:07:45.4121991Z test_nn_Softmin_scalar (test_jit.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T03:07:45.4122354Z test_nn_Softplus (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.4122736Z test_nn_Softplus_beta (test_jit.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T03:07:45.4123139Z test_nn_Softplus_beta_threshold (test_jit.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T03:07:45.4123574Z test_nn_Softplus_beta_threshold_scalar (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.4123952Z test_nn_Softplus_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T03:07:45.4124439Z test_nn_Softshrink (test_jit.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T03:07:45.4124835Z test_nn_Softshrink_lambda (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T03:07:45.4125549Z test_nn_Softshrink_lambda_scalar (test_jit.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T03:07:45.4125981Z test_nn_Softshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T03:07:45.4126343Z test_nn_Softsign (test_jit.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T03:07:45.4126743Z test_nn_Softsign_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T03:07:45.4127126Z test_nn_Softsign_scalar (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.4127469Z test_nn_Tanh (test_jit.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T03:07:45.4127841Z test_nn_Tanh_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T03:07:45.4128199Z test_nn_Tanh_scalar (test_jit.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T03:07:45.4128563Z test_nn_Tanhshrink (test_jit.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T03:07:45.4128966Z test_nn_Tanhshrink_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.4129364Z test_nn_Tanhshrink_scalar (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T03:07:45.4129763Z test_nn_Threshold_large_value (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.4130164Z test_nn_Threshold_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.4130577Z test_nn_Threshold_threshold_value (test_jit.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T03:07:45.4131093Z test_nn_Threshold_threshold_value_scalar (test_jit.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T03:07:45.4131742Z test_nn_Transformer (test_jit.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:07:45.4132328Z test_nn_TransformerDecoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (4.343s) 2022-11-23T03:07:45.4132823Z test_nn_TransformerDecoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (4.011s) 2022-11-23T03:07:45.4133321Z test_nn_TransformerEncoderLayer_gelu_activation (test_jit.TestJitGeneratedModule) ... ok (3.983s) 2022-11-23T03:07:45.4133797Z test_nn_TransformerEncoderLayer_relu_activation (test_jit.TestJitGeneratedModule) ... ok (3.830s) 2022-11-23T03:07:45.4134232Z test_nn_Transformer_multilayer_coder (test_jit.TestJitGeneratedModule) ... ok (12.102s) 2022-11-23T03:07:45.4134852Z test_nn_TripletMarginLoss_no_batch_dim_mean (test_jit.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T03:07:45.4135304Z test_nn_TripletMarginLoss_no_batch_dim_none (test_jit.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T03:07:45.4135763Z test_nn_TripletMarginLoss_no_batch_dim_sum (test_jit.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T03:07:45.4136164Z test_nn_Unflatten_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T03:07:45.4136520Z test_nn_Unfold (test_jit.TestJitGeneratedModule) ... ok (0.137s) 2022-11-23T03:07:45.4136903Z test_nn_Unfold_int_input (test_jit.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T03:07:45.4137400Z test_nn_ZeroPad2d (test_jit.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T03:07:45.4137793Z test_nn_ZeroPad2d_complex (test_jit.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T03:07:45.4138315Z test_nn_ZeroPad2d_negative_dims (test_jit.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T03:07:45.4138779Z test_nn_ZeroPad2d_no_batch_dim (test_jit.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T03:07:45.4139178Z test_nn_interpolate_bicubic_2d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4139603Z test_nn_interpolate_bicubic_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4140042Z test_nn_interpolate_bicubic_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T03:07:45.4140466Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4141060Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4141571Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4141989Z test_nn_interpolate_bicubic_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T03:07:45.4142471Z test_nn_interpolate_bicubic_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4142892Z test_nn_interpolate_bilinear_2d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4143320Z test_nn_interpolate_bilinear_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4143876Z test_nn_interpolate_bilinear_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4144339Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4144973Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4145489Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4145914Z test_nn_interpolate_bilinear_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4146398Z test_nn_interpolate_bilinear_tuple_2d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4146799Z test_nn_interpolate_linear_1d (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4147247Z test_nn_interpolate_linear_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4147666Z test_nn_interpolate_linear_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T03:07:45.4148080Z test_nn_interpolate_linear_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4148558Z test_nn_interpolate_linear_scale_1d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4148977Z test_nn_interpolate_linear_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4149386Z test_nn_interpolate_nearest_1d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4149954Z test_nn_interpolate_nearest_1d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4150487Z test_nn_interpolate_nearest_2d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4151026Z test_nn_interpolate_nearest_2d_launch_configs (test_jit.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T03:07:45.4151551Z test_nn_interpolate_nearest_2d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4151962Z test_nn_interpolate_nearest_3d (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4152378Z test_nn_interpolate_nearest_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4152815Z test_nn_interpolate_nearest_scale_1d (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4153227Z test_nn_interpolate_nearest_scale_2d (test_jit.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T03:07:45.4153651Z test_nn_interpolate_nearest_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4154072Z test_nn_interpolate_nearest_tuple_1d (test_jit.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T03:07:45.4154486Z test_nn_interpolate_nearest_tuple_2d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4154899Z test_nn_interpolate_nearest_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4155305Z test_nn_interpolate_trilinear_3d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4155737Z test_nn_interpolate_trilinear_3d_zero_dim (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4156308Z test_nn_interpolate_trilinear_scale_3d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4156936Z test_nn_interpolate_trilinear_scale_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4157453Z test_nn_interpolate_trilinear_tuple_3d (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4158024Z test_nn_interpolate_trilinear_tuple_3d_align_corners (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4158423Z test_nn_log_softmax_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4158804Z test_nn_log_softmax_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T03:07:45.4159179Z test_nn_log_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4159562Z test_nn_log_softmax_scalar (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4159961Z test_nn_log_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4160384Z test_nn_log_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T03:07:45.4160858Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4161261Z test_nn_softmax_functional_dim0 (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4161676Z test_nn_softmax_functional_dim3 (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4162083Z test_nn_softmax_functional_scalar (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4162471Z test_nn_softmax_lastdim (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4162866Z test_nn_softmax_lastdim_dtype (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4163347Z test_nn_softmax_spatial (test_jit.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T03:07:45.4163823Z test_nn_softmax_spatial_dtype (test_jit.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T03:07:45.4164305Z test_nn_softmax_spatial_special (test_jit.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T03:07:45.4164736Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.007s) 2022-11-23T03:07:45.4165159Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.014s) 2022-11-23T03:07:45.4165759Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T03:07:45.4166205Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.013s) 2022-11-23T03:07:45.4166676Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T03:07:45.4167106Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T03:07:45.4167537Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T03:07:45.4167937Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T03:07:45.4168305Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.024s) 2022-11-23T03:07:45.4168695Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.020s) 2022-11-23T03:07:45.4169073Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T03:07:45.4169441Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T03:07:45.4169905Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T03:07:45.4170251Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4170700Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T03:07:45.4171078Z test_del (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T03:07:45.4171462Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4172009Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T03:07:45.4172494Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4172998Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T03:07:45.4173411Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4173840Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T03:07:45.4174219Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T03:07:45.4174574Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T03:07:45.4174996Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.017s) 2022-11-23T03:07:45.4175375Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4175784Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4176316Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T03:07:45.4176713Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T03:07:45.4177298Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T03:07:45.4177774Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4178127Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T03:07:45.4178470Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T03:07:45.4178769Z test_in_check (jit.test_list_dict.TestList) ... ok (0.026s) 2022-11-23T03:07:45.4179097Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.036s) 2022-11-23T03:07:45.4179409Z test_list_count (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4179754Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T03:07:45.4180066Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.023s) 2022-11-23T03:07:45.4180544Z test_list_index (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T03:07:45.4180892Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T03:07:45.4181223Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.030s) 2022-11-23T03:07:45.4181498Z test_list_len (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T03:07:45.4181811Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.020s) 2022-11-23T03:07:45.4182124Z test_list_none (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T03:07:45.4182528Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.091s) 2022-11-23T03:07:45.4182854Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.040s) 2022-11-23T03:07:45.4183155Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.044s) 2022-11-23T03:07:45.4183581Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T03:07:45.4183870Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T03:07:45.4184174Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.023s) 2022-11-23T03:07:45.4184568Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T03:07:45.4184885Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.121s) 2022-11-23T03:07:45.4185216Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.087s) 2022-11-23T03:07:45.4185558Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T03:07:45.4185902Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4186403Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4186812Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4187174Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T03:07:45.4187538Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4187868Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.017s) 2022-11-23T03:07:45.4188216Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4188574Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T03:07:45.4188919Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4189300Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T03:07:45.4189790Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4190174Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4190635Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T03:07:45.4191058Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T03:07:45.4191402Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T03:07:45.4191747Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T03:07:45.4192082Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T03:07:45.4192454Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T03:07:45.4192833Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T03:07:45.4193183Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4193554Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4193868Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.017s) 2022-11-23T03:07:45.4194205Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T03:07:45.4195037Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T03:07:45.4195417Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T03:07:45.4195755Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T03:07:45.4196255Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T03:07:45.4196634Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T03:07:45.4197166Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T03:07:45.4197489Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.042s) 2022-11-23T03:07:45.4197828Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T03:07:45.4198205Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T03:07:45.4198534Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T03:07:45.4198923Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T03:07:45.4199187Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T03:07:45.4199484Z Unit tests for Tensor.tolist() function. ... ok (0.435s) 2022-11-23T03:07:45.4199764Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T03:07:45.4200032Z GPU tests for Tensor.tolist() function. ... ok (0.024s) 2022-11-23T03:07:45.4200392Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.019s) 2022-11-23T03:07:45.4200754Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.021s) 2022-11-23T03:07:45.4201466Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.002s) 2022-11-23T03:07:45.4201881Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.007s) 2022-11-23T03:07:45.4202288Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.016s) 2022-11-23T03:07:45.4202748Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.017s) 2022-11-23T03:07:45.4203252Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.047s) 2022-11-23T03:07:45.4203732Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.031s) 2022-11-23T03:07:45.4204130Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.038s) 2022-11-23T03:07:45.4204555Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.034s) 2022-11-23T03:07:45.4204837Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T03:07:45.4205178Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.009s) 2022-11-23T03:07:45.4205527Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.060s) 2022-11-23T03:07:45.4205853Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.007s) 2022-11-23T03:07:45.4206154Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T03:07:45.4206441Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T03:07:45.4206739Z Check that an if statement can return different ... ok (0.014s) 2022-11-23T03:07:45.4207032Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.010s) 2022-11-23T03:07:45.4207318Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.019s) 2022-11-23T03:07:45.4207634Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.038s) 2022-11-23T03:07:45.4207964Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.022s) 2022-11-23T03:07:45.4208255Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.007s) 2022-11-23T03:07:45.4208578Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T03:07:45.4209077Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T03:07:45.4209481Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T03:07:45.4209923Z test_script_many_decorators (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T03:07:45.4210901Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T03:07:45.4211264Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T03:07:45.4211644Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T03:07:45.4211996Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T03:07:45.4212346Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.015s) 2022-11-23T03:07:45.4212722Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T03:07:45.4213087Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T03:07:45.4213528Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-11-23T03:07:45.4214004Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.032s) 2022-11-23T03:07:45.4214464Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-11-23T03:07:45.4214930Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-11-23T03:07:45.4215478Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T03:07:45.4215955Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-11-23T03:07:45.4216593Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-11-23T03:07:45.4217364Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.085s) 2022-11-23T03:07:45.4217815Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.052s) 2022-11-23T03:07:45.4218225Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.050s) 2022-11-23T03:07:45.4218696Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T03:07:45.4219123Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-11-23T03:07:45.4219529Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.039s) 2022-11-23T03:07:45.4219980Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T03:07:45.4220408Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.031s) 2022-11-23T03:07:45.4220812Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.353s) 2022-11-23T03:07:45.4221261Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T03:07:45.4221660Z Tracing over a script function returning a dictionary should work. ... ok (0.049s) 2022-11-23T03:07:45.4222180Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-11-23T03:07:45.4222761Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.274s) 2022-11-23T03:07:45.4223333Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.103s) 2022-11-23T03:07:45.4223750Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-11-23T03:07:45.4224164Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-11-23T03:07:45.4224534Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.003s) 2022-11-23T03:07:45.4224868Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.802s) 2022-11-23T03:07:45.4225211Z test_dcgan_models_cuda (jit.test_models.TestModels) ... ok (0.520s) 2022-11-23T03:07:45.4225633Z test_mnist (jit.test_models.TestModels) ... skip: Bug found in deprecated executor (0.003s) 2022-11-23T03:07:45.4226062Z test_mnist_cuda (jit.test_models.TestModels) ... skip: Bug found in deprecated executor (0.000s) 2022-11-23T03:07:45.4226859Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... ok (0.775s) 2022-11-23T03:07:45.4227381Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:07:45.4227727Z test_neural_style_cuda (jit.test_models.TestModels) ... ok (1.674s) 2022-11-23T03:07:45.4228211Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.107s) 2022-11-23T03:07:45.4228602Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... ok (0.339s) 2022-11-23T03:07:45.4229124Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.008s) 2022-11-23T03:07:45.4229654Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-11-23T03:07:45.4230153Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:07:45.4230479Z test_snli_cuda (jit.test_models.TestModels) ... ok (0.685s) 2022-11-23T03:07:45.4230817Z test_snli_quantized (jit.test_models.TestModels) ... ok (1.418s) 2022-11-23T03:07:45.4231313Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:07:45.4231680Z test_super_resolution_cuda (jit.test_models.TestModels) ... ok (0.141s) 2022-11-23T03:07:45.4232054Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.225s) 2022-11-23T03:07:45.4232352Z test_vae (jit.test_models.TestModels) ... ok (0.513s) 2022-11-23T03:07:45.4232658Z test_vae_cuda (jit.test_models.TestModels) ... ok (1.627s) 2022-11-23T03:07:45.4233380Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.209s) 2022-11-23T03:07:45.4233804Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T03:07:45.4234152Z Tests that customized state dict methods are in effect ... ok (0.093s) 2022-11-23T03:07:45.4234620Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T03:07:45.4235017Z Tests that default state dict methods are automatically available ... ok (0.071s) 2022-11-23T03:07:45.4235509Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T03:07:45.4235993Z Tests that customized state dict methods on submodules are in effect ... ok (0.087s) 2022-11-23T03:07:45.4236464Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.210s) 2022-11-23T03:07:45.4236946Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.061s) 2022-11-23T03:07:45.4237405Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.031s) 2022-11-23T03:07:45.4237893Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.123s) 2022-11-23T03:07:45.4238327Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.100s) 2022-11-23T03:07:45.4238755Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.476s) 2022-11-23T03:07:45.4239160Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.088s) 2022-11-23T03:07:45.4239608Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.023s) 2022-11-23T03:07:45.4240083Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T03:07:45.4240484Z Test that an attempt to script a module with a regular list attribute ... ok (0.005s) 2022-11-23T03:07:45.4241066Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-11-23T03:07:45.4241563Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.107s) 2022-11-23T03:07:45.4242194Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.140s) 2022-11-23T03:07:45.4243173Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.059s) 2022-11-23T03:07:45.4243638Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.226s) 2022-11-23T03:07:45.4244130Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.057s) 2022-11-23T03:07:45.4244604Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.060s) 2022-11-23T03:07:45.4245014Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T03:07:45.4245428Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.166s) 2022-11-23T03:07:45.4245834Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T03:07:45.4246239Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.180s) 2022-11-23T03:07:45.4246778Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.062s) 2022-11-23T03:07:45.4247258Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.044s) 2022-11-23T03:07:45.4247882Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.059s) 2022-11-23T03:07:45.4248460Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.048s) 2022-11-23T03:07:45.4249041Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-11-23T03:07:45.4249847Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.027s) 2022-11-23T03:07:45.4250281Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.050s) 2022-11-23T03:07:45.4250711Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.069s) 2022-11-23T03:07:45.4251194Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.000s) 2022-11-23T03:07:45.4251651Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.094s) 2022-11-23T03:07:45.4252074Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.040s) 2022-11-23T03:07:45.4252532Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.050s) 2022-11-23T03:07:45.4253012Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-11-23T03:07:45.4253473Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.051s) 2022-11-23T03:07:45.4254060Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-11-23T03:07:45.4254551Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.048s) 2022-11-23T03:07:45.4255109Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T03:07:45.4255474Z Test that a module that has __constants__ set to something ... ok (0.020s) 2022-11-23T03:07:45.4255820Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.018s) 2022-11-23T03:07:45.4256201Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-11-23T03:07:45.4256580Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-11-23T03:07:45.4256993Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-11-23T03:07:45.4257375Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T03:07:45.4257774Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-11-23T03:07:45.4258287Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.000s) 2022-11-23T03:07:45.4259062Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T03:07:45.4259478Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-11-23T03:07:45.4259861Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-11-23T03:07:45.4260337Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.013s) 2022-11-23T03:07:45.4260921Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4261612Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4262155Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4262747Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T03:07:45.4263277Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T03:07:45.4263851Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T03:07:45.4264419Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4265320Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4265903Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T03:07:45.4266444Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4267082Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4267728Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4268347Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4268878Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4269444Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4270013Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4270596Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4271160Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T03:07:45.4271706Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T03:07:45.4272241Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T03:07:45.4272783Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4273413Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4274046Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T03:07:45.4274848Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4275376Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4275912Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4276478Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T03:07:45.4276987Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4277531Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4278118Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T03:07:45.4278589Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.016s) 2022-11-23T03:07:45.4279084Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.011s) 2022-11-23T03:07:45.4279882Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.044s) 2022-11-23T03:07:45.4280877Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.060s) 2022-11-23T03:07:45.4281562Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.070s) 2022-11-23T03:07:45.4282229Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.060s) 2022-11-23T03:07:45.4282905Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-11-23T03:07:45.4283523Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-11-23T03:07:45.4284145Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.022s) 2022-11-23T03:07:45.4284576Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.063s) 2022-11-23T03:07:45.4284964Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T03:07:45.4285327Z Test the jit scripting and tracing of a parametrized model. ... ok (0.079s) 2022-11-23T03:07:45.4285707Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.158s) 2022-11-23T03:07:45.4286200Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.040s) 2022-11-23T03:07:45.4286655Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.032s) 2022-11-23T03:07:45.4287106Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4287488Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T03:07:45.4287855Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T03:07:45.4288287Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T03:07:45.4288632Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-11-23T03:07:45.4288991Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T03:07:45.4289350Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4289897Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-11-23T03:07:45.4290381Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4290865Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4291376Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T03:07:45.4291851Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T03:07:45.4292454Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T03:07:45.4293037Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T03:07:45.4293557Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T03:07:45.4293932Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T03:07:45.4294408Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T03:07:45.4294899Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-11-23T03:07:45.4295386Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T03:07:45.4295763Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4296268Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4296654Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-11-23T03:07:45.4297032Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.091s) 2022-11-23T03:07:45.4297400Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.025s) 2022-11-23T03:07:45.4297815Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-11-23T03:07:45.4298193Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T03:07:45.4298698Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T03:07:45.4299110Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T03:07:45.4299690Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T03:07:45.4300291Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-11-23T03:07:45.4300710Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.022s) 2022-11-23T03:07:45.4301117Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T03:07:45.4301530Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T03:07:45.4301922Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T03:07:45.4302300Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T03:07:45.4302710Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T03:07:45.4303046Z test_version (test_jit.TestProducerVersion) ... ok (0.001s) 2022-11-23T03:07:45.4303408Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-11-23T03:07:45.4303805Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.048s) 2022-11-23T03:07:45.4304231Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-11-23T03:07:45.4304588Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.021s) 2022-11-23T03:07:45.4305219Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.012s) 2022-11-23T03:07:45.4305604Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.003s) 2022-11-23T03:07:45.4306058Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.013s) 2022-11-23T03:07:45.4306520Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.067s) 2022-11-23T03:07:45.4306895Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-11-23T03:07:45.4307256Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.014s) 2022-11-23T03:07:45.4307695Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-11-23T03:07:45.4308060Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.013s) 2022-11-23T03:07:45.4308452Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-11-23T03:07:45.4308896Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-11-23T03:07:45.4309326Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-11-23T03:07:45.4309714Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-11-23T03:07:45.4310138Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.015s) 2022-11-23T03:07:45.4310534Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T03:07:45.4310982Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T03:07:45.4311520Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T03:07:45.4311932Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.012s) 2022-11-23T03:07:45.4312360Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.043s) 2022-11-23T03:07:45.4312777Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.047s) 2022-11-23T03:07:45.4313190Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-11-23T03:07:45.4313549Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.054s) 2022-11-23T03:07:45.4313973Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.169s) 2022-11-23T03:07:45.4314344Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T03:07:45.4314759Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.029s) 2022-11-23T03:07:45.4315130Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T03:07:45.4315517Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.060s) 2022-11-23T03:07:45.4315908Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-11-23T03:07:45.4316303Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.021s) 2022-11-23T03:07:45.4316849Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.017s) 2022-11-23T03:07:45.4317341Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.013s) 2022-11-23T03:07:45.4317824Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-11-23T03:07:45.4318184Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.008s) 2022-11-23T03:07:45.4318589Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.094s) 2022-11-23T03:07:45.4319007Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.050s) 2022-11-23T03:07:45.4319453Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.067s) 2022-11-23T03:07:45.4319833Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.096s) 2022-11-23T03:07:45.4320250Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-11-23T03:07:45.4320835Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-11-23T03:07:45.4321270Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.147s) 2022-11-23T03:07:45.4321698Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-11-23T03:07:45.4322160Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-11-23T03:07:45.4322641Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.052s) 2022-11-23T03:07:45.4323054Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-11-23T03:07:45.4323503Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-11-23T03:07:45.4323897Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-11-23T03:07:45.4324329Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.054s) 2022-11-23T03:07:45.4324755Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.122s) 2022-11-23T03:07:45.4325159Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-11-23T03:07:45.4325571Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.047s) 2022-11-23T03:07:45.4326014Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.042s) 2022-11-23T03:07:45.4326434Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T03:07:45.4326980Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.041s) 2022-11-23T03:07:45.4327430Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.050s) 2022-11-23T03:07:45.4327896Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-11-23T03:07:45.4328356Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T03:07:45.4328801Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T03:07:45.4329279Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.106s) 2022-11-23T03:07:45.4329712Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.023s) 2022-11-23T03:07:45.4330131Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T03:07:45.4330567Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-11-23T03:07:45.4330977Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-11-23T03:07:45.4331422Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.048s) 2022-11-23T03:07:45.4331819Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T03:07:45.4332193Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.049s) 2022-11-23T03:07:45.4332603Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.029s) 2022-11-23T03:07:45.4333138Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.075s) 2022-11-23T03:07:45.4333537Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-11-23T03:07:45.4334006Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-11-23T03:07:45.4334490Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.027s) 2022-11-23T03:07:45.4334905Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.018s) 2022-11-23T03:07:45.4335307Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-11-23T03:07:45.4335730Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.021s) 2022-11-23T03:07:45.4337339Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4337705Z Exercise the situation where we have the same qualified name ... ok (0.048s) 2022-11-23T03:07:45.4338052Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4338384Z Exercise the situation where we have the same qualified name ... ok (0.086s) 2022-11-23T03:07:45.4338701Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4339051Z Exercise the situation where we have the same qualified name ... ok (0.077s) 2022-11-23T03:07:45.4339408Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.141s) 2022-11-23T03:07:45.4339746Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4340154Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.048s) 2022-11-23T03:07:45.4340546Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4340957Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.020s) 2022-11-23T03:07:45.4341337Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T03:07:45.4341716Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.031s) 2022-11-23T03:07:45.4342069Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4342441Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.024s) 2022-11-23T03:07:45.4342795Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T03:07:45.4343320Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.012s) 2022-11-23T03:07:45.4343713Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.017s) 2022-11-23T03:07:45.4344092Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4344619Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T03:07:45.4345009Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4345498Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T03:07:45.4345891Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4346399Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T03:07:45.4346968Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.004s) 2022-11-23T03:07:45.4347552Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T03:07:45.4347994Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4348554Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T03:07:45.4349137Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T03:07:45.4349539Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4350091Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T03:07:45.4350514Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4351038Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T03:07:45.4351602Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T03:07:45.4352130Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T03:07:45.4352755Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-11-23T03:07:45.4353265Z self=, 2022-11-23T03:07:45.4353493Z sample_input=(2, 3, 2.0, 3.0), 2022-11-23T03:07:45.4353628Z ) 2022-11-23T03:07:45.4353861Z skip: Failed to load fixture! (0.735s) 2022-11-23T03:07:45.4354380Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.263s) 2022-11-23T03:07:45.4354905Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.200s) 2022-11-23T03:07:45.4355413Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-11-23T03:07:45.4355882Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.176s) 2022-11-23T03:07:45.4356395Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.178s) 2022-11-23T03:07:45.4356885Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.271s) 2022-11-23T03:07:45.4357377Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-11-23T03:07:45.4358006Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.015s) 2022-11-23T03:07:45.4358503Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.015s) 2022-11-23T03:07:45.4359006Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-11-23T03:07:45.4359308Z test_add_out (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4359659Z test_add_tuple_different_types (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4359993Z test_add_tuple_non_optional (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4360321Z test_add_tuple_optional (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4360641Z test_add_tuple_same_types (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4360893Z test_addmm_grad (test_jit.TestScript) 2022-11-23T03:07:45.4361163Z This test checks several things: ... ok (0.017s) 2022-11-23T03:07:45.4361540Z test_alias_covariant_type_containers (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4361817Z test_all (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4362127Z test_annot_ast_mypy_fn (test_jit.TestScript) ... ok (0.123s) 2022-11-23T03:07:45.4362435Z test_annot_ast_mypy_method (test_jit.TestScript) ... ok (0.150s) 2022-11-23T03:07:45.4362763Z test_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.123s) 2022-11-23T03:07:45.4363084Z test_annot_ast_py3_method (test_jit.TestScript) ... ok (0.154s) 2022-11-23T03:07:45.4363408Z test_annot_string_mypy_fn (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4363745Z test_annot_string_mypy_method (test_jit.TestScript) ... ok (0.057s) 2022-11-23T03:07:45.4364064Z test_annot_string_py3_fn (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4364534Z test_annot_string_py3_method (test_jit.TestScript) ... ok (0.047s) 2022-11-23T03:07:45.4364874Z test_annotated_script_fn (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4365339Z test_annotated_script_fn_arg_mismatch (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4365812Z test_annotated_script_fn_return_mismatch (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4366167Z test_annotated_script_method (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4366666Z test_annoying_doubles (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4366941Z test_any (test_jit.TestScript) ... ok (0.044s) 2022-11-23T03:07:45.4367307Z test_assert_is_scripting_metacompile (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4367675Z test_assertion_optional_refinement (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4368006Z test_attr_module_constants (test_jit.TestScript) ... ok (0.058s) 2022-11-23T03:07:45.4368307Z test_attr_qscheme_script (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4368630Z test_attribute_in_init (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4368976Z test_attribute_serialization (test_jit.TestScript) ... ok (0.029s) 2022-11-23T03:07:45.4369517Z test_attribute_unpickling (test_jit.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.003s) 2022-11-23T03:07:45.4369841Z test_augmented_assign (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4370289Z test_autodiff_complex (test_jit.TestScript) ... skip: skip if profiling isn't enabled (0.003s) 2022-11-23T03:07:45.4370620Z test_backend_cudnn_enabled (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4370975Z test_bad_multiline_annotations (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4371354Z test_bailout_loop_carried_deps_name_clash (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4371728Z test_bailout_loop_counter_transition (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4372101Z test_batch_norm_inference_backward_cuda (test_jit.TestScript) ... ok (0.294s) 2022-11-23T03:07:45.4372652Z test_batchnorm_fuser_cpu (test_jit.TestScript) ... skip: This tests the CPU fuser (0.000s) 2022-11-23T03:07:45.4372995Z test_big_float_literals (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4373301Z test_big_int_literals (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4373607Z test_binary_op_shape (test_jit.TestScript) ... ok (0.417s) 2022-11-23T03:07:45.4373910Z test_bitwise_ops (test_jit.TestScript) ... ok (0.031s) 2022-11-23T03:07:45.4374244Z test_block_input_grad_in_loop (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4374565Z test_bool_augassign_bitwise_and (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4374910Z test_bool_augassign_bitwise_or (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4375250Z test_bool_augassign_bitwise_xor (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4375552Z test_bool_dispatch (test_jit.TestScript) ... ok (0.062s) 2022-11-23T03:07:45.4375924Z test_boolean_literal_constant_metacompile (test_jit.TestScript) ... ok (0.055s) 2022-11-23T03:07:45.4376252Z test_break_continue_error (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4376562Z test_breaks_continues (test_jit.TestScript) ... ok (0.202s) 2022-11-23T03:07:45.4376829Z test_builtin_args (test_jit.TestScript) ... ok (0.023s) 2022-11-23T03:07:45.4377238Z test_builtin_args_fails (test_jit.TestScript) ... You have not run this instance of FileCheck! 2022-11-23T03:07:45.4377428Z FileCheck checks: 2022-11-23T03:07:45.4378550Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T03:07:45.4381117Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10806 2022-11-23T03:07:45.4381362Z @torch.jit.script 2022-11-23T03:07:45.4381547Z def f6(a): 2022-11-23T03:07:45.4381762Z a.expand(size=[3, [4]]) 2022-11-23T03:07:45.4381981Z ~~~~~~ <--- HERE 2022-11-23T03:07:45.4382193Z (function emitListLiteral) 2022-11-23T03:07:45.4382326Z ok (0.012s) 2022-11-23T03:07:45.4382892Z test_builtin_function_attributes (test_jit.TestScript) ... ok (0.023s) 2022-11-23T03:07:45.4383215Z test_builtin_use_as_value (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4383510Z test_call_ge (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4383853Z test_call_python_fn_from_script_fn (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4384219Z test_call_python_fn_from_script_module (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4384589Z test_call_python_fn_from_traced_module (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4384941Z test_call_python_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4385309Z test_call_python_mod_from_script_fn (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4385675Z test_call_python_mod_from_script_module (test_jit.TestScript) ... ok (0.014s) 2022-11-23T03:07:45.4386050Z test_call_python_mod_from_traced_module (test_jit.TestScript) ... ok (0.029s) 2022-11-23T03:07:45.4386418Z test_call_python_mod_from_tracing_fn (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4386780Z test_call_script_fn_from_script_fn (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4387148Z test_call_script_fn_from_script_module (test_jit.TestScript) ... ok (0.014s) 2022-11-23T03:07:45.4387510Z test_call_script_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4387860Z test_call_script_mod_from_script_fn (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4388240Z test_call_script_mod_from_script_module (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4388812Z test_call_script_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-11-23T03:07:45.4389209Z test_call_traced_fn_from_tracing_fn (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4389648Z test_call_traced_mod_from_tracing_fn (test_jit.TestScript) ... skip: error in first class mode (0.001s) 2022-11-23T03:07:45.4390250Z test_calls_in_type_annotations (test_jit.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py 2022-11-23T03:07:45.4390418Z ok (0.003s) 2022-11-23T03:07:45.4390786Z test_canonicalize_control_outputs (test_jit.TestScript) ... ok (0.022s) 2022-11-23T03:07:45.4391268Z test_cast (test_jit.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-11-23T03:07:45.4391555Z test_cat (test_jit.TestScript) ... ok (0.029s) 2022-11-23T03:07:45.4391839Z test_cat_lifts (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4392105Z test_chr (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4392404Z test_circular_dependency (test_jit.TestScript) 2022-11-23T03:07:45.4392749Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.074s) 2022-11-23T03:07:45.4393079Z test_class_as_attribute (test_jit.TestScript) ... ok (0.595s) 2022-11-23T03:07:45.4393388Z test_class_attribute (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4393738Z test_class_attribute_in_script (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4394124Z test_class_with_comment_at_lower_indentation (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4394410Z test_code_with_constants (test_jit.TestScript) 2022-11-23T03:07:45.4394844Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.012s) 2022-11-23T03:07:45.4395158Z test_code_with_constants_restore (test_jit.TestScript) 2022-11-23T03:07:45.4395629Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.016s) 2022-11-23T03:07:45.4395969Z test_comment_ignore_indent (test_jit.TestScript) ... ok (0.026s) 2022-11-23T03:07:45.4396318Z test_compare_two_bool_inputs (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4396850Z test_compile_module_with_constant (test_jit.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:07:45.4397353Z test_conditional_casting (test_jit.TestScript) ... ok (0.068s) 2022-11-23T03:07:45.4397673Z test_constant_as_attr (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4398051Z test_constant_pooling_introduce_aliasing (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4398385Z test_constant_pooling_none (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4398733Z test_constant_pooling_same_identity (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4399043Z test_context_manager (test_jit.TestScript) ... ok (0.060s) 2022-11-23T03:07:45.4399340Z test_conv_error (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4399639Z test_convert_base (test_jit.TestScript) ... ok (0.039s) 2022-11-23T03:07:45.4399979Z test_cpp_function_tensor_str (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4400302Z test_cpp_module_iterator (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4400587Z test_desugar_module (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4400904Z test_device_kwarg (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4401195Z test_device_type (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4401510Z test_device_type_cuda (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4401784Z test_dir (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4402060Z test_divmod (test_jit.TestScript) ... ok (0.057s) 2022-11-23T03:07:45.4402487Z test_dominated_bailout (test_jit.TestScript) ... skip: bailouts are being deprecated (0.004s) 2022-11-23T03:07:45.4402798Z test_dropout_eval (test_jit.TestScript) ... ok (0.572s) 2022-11-23T03:07:45.4403224Z test_dtype_attr (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4403561Z test_dtype_op_shape (test_jit.TestScript) ... ok (0.072s) 2022-11-23T03:07:45.4403875Z test_dtype_op_shape2 (test_jit.TestScript) ... ok (0.099s) 2022-11-23T03:07:45.4404201Z test_early_return_closure (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4404539Z test_early_return_fork_join (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4404876Z test_early_return_rewrite (test_jit.TestScript) ... ok (0.038s) 2022-11-23T03:07:45.4405227Z test_early_return_type_refinement (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4405567Z test_early_returns_loops (test_jit.TestScript) ... ok (0.066s) 2022-11-23T03:07:45.4405862Z test_ellipsis_const_end (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4406189Z test_ellipsis_const_mid (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4406539Z test_ellipsis_const_mid_select (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4406873Z test_ellipsis_const_start (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4407183Z test_ellipsis_end (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4407477Z test_ellipsis_mid (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4407797Z test_ellipsis_mid_select (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4408114Z test_ellipsis_start (test_jit.TestScript) ... ok (0.014s) 2022-11-23T03:07:45.4408464Z test_embedding_renorm_grad_error (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4408810Z test_empty_like_memory_format_bc (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4409186Z test_empty_tuple_str (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4409533Z test_enumerate_modlist_range (test_jit.TestScript) ... ok (0.106s) 2022-11-23T03:07:45.4409846Z test_erase_number_types (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4410117Z test_error (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4410442Z test_error_stacktrace (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4410766Z test_error_stacktrace_interface (test_jit.TestScript) ... ok (1.098s) 2022-11-23T03:07:45.4411071Z test_eval_python (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4411406Z test_exception_exits_closure (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4411925Z test_exceptions_with_control_flow (test_jit.TestScript) ... ok (0.074s) 2022-11-23T03:07:45.4412204Z test_expand (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4412471Z test_fibb (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4412792Z test_fibb_totally_better (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4413133Z test_file_format_serialization (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4413442Z test_file_line_error (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4413778Z test_file_line_error_class_defn (test_jit.TestScript) ... ok (1.013s) 2022-11-23T03:07:45.4414095Z test_file_line_graph (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4414413Z test_file_line_save_load (test_jit.TestScript) ... ok (0.406s) 2022-11-23T03:07:45.4414719Z test_file_line_string (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4415023Z test_file_line_trace (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4415325Z test_filecheck (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4415634Z test_filecheck_parse (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4415935Z test_first_class_calls (test_jit.TestScript) ... ok (0.588s) 2022-11-23T03:07:45.4416245Z test_first_class_module (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4416527Z test_floor_div (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4416816Z test_floordiv (test_jit.TestScript) ... ok (0.040s) 2022-11-23T03:07:45.4417088Z test_for_else (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4418564Z test_for_in_dict (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4418943Z test_for_in_enumerate (test_jit.TestScript) ... ok (0.044s) 2022-11-23T03:07:45.4419238Z test_for_in_range (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4419538Z test_for_in_range_ast (test_jit.TestScript) ... ok (0.043s) 2022-11-23T03:07:45.4419866Z test_for_in_range_dynamic (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4420176Z test_for_in_range_if_ast (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4420499Z test_for_in_range_start_end (test_jit.TestScript) ... ok (0.018s) 2022-11-23T03:07:45.4420842Z test_for_in_range_start_end_step (test_jit.TestScript) ... ok (0.035s) 2022-11-23T03:07:45.4421294Z test_for_in_range_zero_step (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4421595Z test_for_in_string (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4421878Z test_for_in_tensors (test_jit.TestScript) ... ok (0.023s) 2022-11-23T03:07:45.4422304Z test_for_in_tensors_fail_scalar (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4422733Z test_for_in_tensors_nested (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4423062Z test_for_in_tensors_rank0 (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4423344Z test_for_in_zip (test_jit.TestScript) ... ok (0.038s) 2022-11-23T03:07:45.4423668Z test_for_in_zip_enumerate (test_jit.TestScript) ... ok (0.033s) 2022-11-23T03:07:45.4423987Z test_for_tuple_assign (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4424298Z test_for_tuple_unpack (test_jit.TestScript) ... ok (0.027s) 2022-11-23T03:07:45.4424573Z test_format (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4424853Z test_func_call (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4425202Z test_function_compilation_caching (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4425552Z test_function_overload_misuse (test_jit.TestScript) ... ok (1.172s) 2022-11-23T03:07:45.4425922Z test_function_overloading_isinstance (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4426253Z test_function_overloads (test_jit.TestScript) ... ok (0.106s) 2022-11-23T03:07:45.4426675Z test_fuser_double_float_codegen (test_jit.TestScript) ... skip: This tests the CPU fuser (0.000s) 2022-11-23T03:07:45.4427310Z test_fuser_double_literal_precision (test_jit.TestScript) ... skip: This tests the CPU fuser (0.003s) 2022-11-23T03:07:45.4427735Z test_fuser_multiple_blocks (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4428082Z test_gather_dynamic_index (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4428395Z test_generic_list_errors (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4429062Z test_get_set_state (test_jit.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.005s) 2022-11-23T03:07:45.4429413Z test_get_set_state_with_tensors (test_jit.TestScript) ... ok (0.026s) 2022-11-23T03:07:45.4429738Z test_grad_from_script (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4430016Z test_hash (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4430312Z test_hex_literals (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4430568Z test_id (test_jit.TestScript) ... ok (0.535s) 2022-11-23T03:07:45.4430831Z test_if (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4431112Z test_if_define (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4431427Z test_if_different_type (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4431731Z test_if_for_in_range (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4432041Z test_if_is_none_dispatch (test_jit.TestScript) ... ok (0.033s) 2022-11-23T03:07:45.4432341Z test_if_list_cat (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4432635Z test_if_nest_while (test_jit.TestScript) ... ok (0.096s) 2022-11-23T03:07:45.4432897Z test_if_noelse (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4433361Z test_if_not_defined_error (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4433695Z test_if_supertype (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4434131Z test_ignore_decorator (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4434444Z test_ignored_as_value (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4434790Z test_ignored_method_binding (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4435252Z test_ignored_props (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4435625Z test_import_constants_not_specialized (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4435952Z test_in_for_and_comp_expr (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4436293Z test_in_operator_with_two_strings (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4436567Z test_index (test_jit.TestScript) ... ok (0.130s) 2022-11-23T03:07:45.4436917Z test_index_select_shape_prop (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4437234Z test_index_with_tuple (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4437548Z test_indexing_error (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4437830Z test_infer_size (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4438087Z test_inferred_error_msg (test_jit.TestScript) 2022-11-23T03:07:45.4438491Z Test that when we get a type mismatch on a function where we inferred ... ok (0.004s) 2022-11-23T03:07:45.4438800Z test_inherit_method (test_jit.TestScript) ... ok (0.022s) 2022-11-23T03:07:45.4439351Z test_inline_and_run_annotated_script_fn (test_jit.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-11-23T03:07:45.4439625Z test_inlined_graph (test_jit.TestScript) 2022-11-23T03:07:45.4440027Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.018s) 2022-11-23T03:07:45.4440340Z test_inlining_cleanup (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4440754Z test_inplace_add (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4441089Z test_inplace_copy_script (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4441497Z test_input_keyword_in_schema (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4441855Z test_int_cast (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4442352Z test_integral_shape_inference (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4442634Z test_interpret_graph (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4442945Z test_interpreter_fuzz (test_jit.TestScript) ... ok (0.565s) 2022-11-23T03:07:45.4443229Z test_intlist_args (test_jit.TestScript) ... ok (0.023s) 2022-11-23T03:07:45.4443553Z test_invalid_call_arguments (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4443841Z test_invalid_lhs_assignment (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4444193Z test_invalid_prefix_annotation (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4444486Z test_irparser (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4444785Z test_is_after_use (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4445223Z test_is_isnot (test_jit.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4445562Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4445890Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4446210Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4446534Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4446958Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4447281Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4447595Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4448131Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4448579Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4448894Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4449207Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4449504Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4449818Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4450140Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4450449Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4450764Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4451094Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4451409Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4451730Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4452039Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4452346Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4452666Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4452984Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4453298Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4453717Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4454029Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4454419Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4454775Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4455100Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4455429Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4455736Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4456048Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4456521Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4456832Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4457152Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4457465Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4457784Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4458097Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4458410Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4458737Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4459044Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4459353Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4459668Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4460085Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4460416Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4460813Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4461123Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T03:07:45.4461450Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4461841Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4462322Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4462678Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4463013Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4463341Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4463682Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4464022Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4464346Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4464678Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4465006Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4465338Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4465673Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4465990Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4466325Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4466649Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4467091Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4467431Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4467759Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4468263Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4468584Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4468914Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4469239Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4469573Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4469886Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4470202Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4470693Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4471020Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4471348Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4471645Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4471968Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4472302Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4472624Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4472963Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4473291Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4473731Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4474076Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4474488Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4474897Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4475227Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4475548Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4475885Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4476210Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4476673Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4477028Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4477363Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4477674Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4478014Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T03:07:45.4478178Z ok (0.090s) 2022-11-23T03:07:45.4478476Z test_is_optional (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4478776Z test_is_scripting (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4479132Z test_is_scripting_metacompile (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4479427Z test_isinstance (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4479861Z test_isinstance_dynamic (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4480216Z test_isinstance_metacompile (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4480550Z test_isinstance_refinement (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4480987Z test_jitter_bug (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4481278Z test_keyword (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4481605Z test_kwarg_expansion_error (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4481913Z test_kwargs_error_msg (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4482208Z test_lazy_script (test_jit.TestScript) ... ok (0.034s) 2022-11-23T03:07:45.4482563Z test_lhs_advanced_indexing_assignment (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4482963Z test_lhs_advanced_indexing_augmented_assignment (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4483278Z test_lhs_indexing (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4483607Z test_lhs_indexing_increment (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4483966Z test_lhs_indexing_increment_list (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4484335Z test_lhs_indexing_increment_list_prim (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4484652Z test_lhs_indexing_list (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4484972Z test_lhs_indexing_multi (test_jit.TestScript) ... ok (0.014s) 2022-11-23T03:07:45.4485442Z test_linear_grad (test_jit.TestScript) ... ok (0.022s) 2022-11-23T03:07:45.4485813Z test_list_comprehension_modulelist (test_jit.TestScript) ... ok (0.129s) 2022-11-23T03:07:45.4486298Z test_list_comprehension_variable_write (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4486617Z test_list_iterables (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4486926Z test_list_python_op (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4487299Z test_list_unify (test_jit.TestScript) ... ok (0.028s) 2022-11-23T03:07:45.4487688Z test_literal (test_jit.TestScript) ... ok (0.028s) 2022-11-23T03:07:45.4487958Z test_literals (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4488285Z test_logical_short_circuit (test_jit.TestScript) ... ok (0.026s) 2022-11-23T03:07:45.4488593Z test_loop_liveness (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4488911Z test_loop_unroll_negative (test_jit.TestScript) ... ok (0.022s) 2022-11-23T03:07:45.4489275Z test_loop_unroll_unused_counter (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4489587Z test_loop_unrolling (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4489921Z test_loop_unrolling_const (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4490247Z test_loop_unrolling_nested (test_jit.TestScript) ... ok (0.088s) 2022-11-23T03:07:45.4490572Z test_lower_nested_tuples (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4490859Z test_math_ops (test_jit.TestScript) ... ok (0.268s) 2022-11-23T03:07:45.4491441Z test_maxpool_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T03:07:45.4492752Z test_meshgrid (test_jit.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3433.) 2022-11-23T03:07:45.4493147Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-11-23T03:07:45.4493310Z ok (0.010s) 2022-11-23T03:07:45.4493711Z test_method_casts_script (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4494107Z test_method_no_self (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4494426Z test_method_overloading (test_jit.TestScript) ... ok (12.190s) 2022-11-23T03:07:45.4494745Z test_missing_getstate (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4495030Z test_mm_batching (test_jit.TestScript) ... ok (0.226s) 2022-11-23T03:07:45.4495326Z test_module_apis (test_jit.TestScript) ... ok (0.095s) 2022-11-23T03:07:45.4495624Z test_module_attrs (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4495980Z test_module_copy_with_attributes (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4496287Z test_module_copying (test_jit.TestScript) ... ok (0.039s) 2022-11-23T03:07:45.4496598Z test_module_error (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4496945Z test_module_method_reassignment (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4497261Z test_module_none_attrs (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4497613Z test_module_parameters_and_buffers (test_jit.TestScript) ... ok (0.071s) 2022-11-23T03:07:45.4497902Z test_module_str (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4498267Z test_module_with_params_called_fails (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4498580Z test_multi_reduction (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4498920Z test_multi_starred_expr_lhs (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4499356Z test_multiline_annot_ast_py3_fn (test_jit.TestScript) ... ok (0.125s) 2022-11-23T03:07:45.4499746Z test_multiline_optional_future_refinement (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4500432Z test_multiline_string_dedents (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4500735Z test_multiple_assign (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4501061Z test_multiple_assignment (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4501354Z test_mutable_dce (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4501674Z test_mutable_dce_block (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4502012Z test_mutable_dce_graph_input (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4502387Z test_mutable_dce_indirect_wildcard_write (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4502755Z test_mutable_dce_indirect_wildcards (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4503071Z test_mutable_dce_list (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4503383Z test_mutable_dce_loop (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4503705Z test_mutable_dce_wildcards (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4504030Z test_mutate_constant (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4504338Z test_mypy_type_ignore (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4504681Z test_named_buffers_are_iterable (test_jit.TestScript) ... ok (0.103s) 2022-11-23T03:07:45.4505002Z test_namedtuple_attr (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4505386Z test_namedtuple_default_values_Tensor_type (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4505894Z test_namedtuple_default_values_container_type (test_jit.TestScript) ... ok (0.046s) 2022-11-23T03:07:45.4506462Z test_namedtuple_default_values_missing (test_jit.TestScript) ... ok (0.044s) 2022-11-23T03:07:45.4506979Z test_namedtuple_default_values_simple_type (test_jit.TestScript) ... ok (0.054s) 2022-11-23T03:07:45.4507440Z test_namedtuple_default_values_using_factory_constructor (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4507770Z test_namedtuple_python (test_jit.TestScript) ... ok (0.018s) 2022-11-23T03:07:45.4508131Z test_namedtuple_type_inference (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4508429Z test_narrow_copy (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4508743Z test_nested_aug_assign (test_jit.TestScript) ... ok (1.608s) 2022-11-23T03:07:45.4509111Z test_nested_bailouts (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4509423Z test_nested_breaks (test_jit.TestScript) ... ok (0.045s) 2022-11-23T03:07:45.4509751Z test_nested_list_construct (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4510073Z test_nested_select_assign (test_jit.TestScript) ... ok (0.043s) 2022-11-23T03:07:45.4510352Z test_nn_GRU (test_jit.TestScript) ... ok (0.336s) 2022-11-23T03:07:45.4510638Z test_nn_LSTM (test_jit.TestScript) ... ok (0.214s) 2022-11-23T03:07:45.4510954Z test_nn_LSTM_with_layers (test_jit.TestScript) ... ok (0.342s) 2022-11-23T03:07:45.4511231Z test_nn_init (test_jit.TestScript) ... ok (0.062s) 2022-11-23T03:07:45.4511521Z test_no_dtype_shape (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4511947Z test_no_self_arg_ignore_function (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4512279Z test_non_final_return (test_jit.TestScript) ... ok (0.138s) 2022-11-23T03:07:45.4512575Z test_none_type_str (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4512920Z test_not (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4513314Z test_not_initialized_err (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4513622Z test_ntuple_builtins (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4513925Z test_number_abs (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4514235Z test_number_augassign (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4514588Z test_number_augassign_bitwise_lshift (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4514941Z test_number_augassign_bitwise_pow (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4515479Z test_number_augassign_bitwise_rshift (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4515771Z test_number_div (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4516059Z test_number_math (test_jit.TestScript) ... ok (3.745s) 2022-11-23T03:07:45.4516348Z test_number_neg (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4516842Z test_old_models_bc (test_jit.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.001s) 2022-11-23T03:07:45.4517129Z test_oneline_func (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4517410Z test_op_dtype (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4517746Z test_operator_precedence (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4518053Z test_optional_list (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4518347Z test_optional_tensor (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4518765Z test_ord (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4519071Z test_override_magic (test_jit.TestScript) ... ok (0.026s) 2022-11-23T03:07:45.4519473Z test_pack_tuple_into_non_var (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4519852Z test_pack_unpack_nested (test_jit.TestScript) ... ok (0.070s) 2022-11-23T03:07:45.4520180Z test_pack_unpack_state (test_jit.TestScript) ... ok (0.038s) 2022-11-23T03:07:45.4520579Z test_parameter_order (test_jit.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T03:07:45.4520839Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T03:07:45.4521213Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T03:07:45.4521470Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T03:07:45.4521687Z grad_fn=) 2022-11-23T03:07:45.4521935Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T03:07:45.4522161Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T03:07:45.4522391Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T03:07:45.4522605Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T03:07:45.4522812Z grad_fn=) 2022-11-23T03:07:45.4522968Z ok (0.021s) 2022-11-23T03:07:45.4523322Z test_parse_empty_tuple_annotation (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4523724Z test_parse_empty_tuple_annotation_element_error (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4524065Z test_parse_nested_names (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4524409Z test_parse_none_type_annotation (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4524854Z test_parse_tensor_constants (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4525181Z test_parser_kwargonly (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4525534Z test_parser_type_annotations (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4526050Z test_parser_type_annotations_comment (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4526474Z test_parser_type_annotations_incompatible_expression (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4526896Z test_parser_type_annotations_subscript_non_ident (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4527292Z test_parser_type_annotations_subscript_tensor (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4527664Z test_parser_type_annotations_unknown_type (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4527988Z test_partial_returns (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4528278Z test_pass (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4528593Z test_pickle_checkpoint (test_jit.TestScript) ... ok (0.043s) 2022-11-23T03:07:45.4528928Z test_pickle_checkpoint_cuda (test_jit.TestScript) ... ok (0.040s) 2022-11-23T03:07:45.4529428Z test_pickle_checkpoint_tup (test_jit.TestScript) ... ok (0.018s) 2022-11-23T03:07:45.4529774Z test_pow_scalar_backward_cuda (test_jit.TestScript) ... ok (2.257s) 2022-11-23T03:07:45.4530105Z test_pretty_print_function (test_jit.TestScript) ... ok (0.078s) 2022-11-23T03:07:45.4530427Z test_prim_grad_undefined (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4530713Z test_print (test_jit.TestScript) ... ok (0.029s) 2022-11-23T03:07:45.4531010Z test_print_kwargs (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4531597Z test_profiling_graph_executor (test_jit.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-11-23T03:07:45.4532123Z test_profiling_merge (test_jit.TestScript) ... skip: skip if profiling isn't enabled (0.000s) 2022-11-23T03:07:45.4532569Z test_pybind_type_comparisons (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4532869Z test_python_call (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4533211Z test_python_call_annotation (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4533555Z test_python_call_annoytation_failure (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4533886Z test_python_call_failure (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4534212Z test_python_call_non_tensor (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4534559Z test_python_call_non_tensor_wrong (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4534883Z test_python_frontend (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4535203Z test_python_frontend_py3 (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4535702Z test_python_frontend_source_range (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4536045Z test_python_op_builtins (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4536356Z test_python_op_name (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4536700Z test_python_val_doesnt_have_attr (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4536977Z test_rand (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4537412Z test_rand_profiling (test_jit.TestScript) ... skip: the profiling version of test_rand (0.002s) 2022-11-23T03:07:45.4537823Z test_range_args (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4538154Z test_reassign_module_lhs (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4538555Z test_reassign_module_rhs (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4538959Z test_refine_tuple_types (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4539262Z test_remove_dropout (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4539620Z test_repeated_script_on_function (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4539933Z test_request_bailout (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4540252Z test_requires_grad_loop (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4540613Z test_rescripting_loaded_modules (test_jit.TestScript) ... ok (0.075s) 2022-11-23T03:07:45.4540931Z test_resize_input_ops (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4541214Z test_return (test_jit.TestScript) ... ok (0.027s) 2022-11-23T03:07:45.4541537Z test_return_stmt_not_at_end (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4541836Z test_return_tuple (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4542164Z test_robust_op_resolution (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4542436Z test_round (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4542850Z test_save_load_attr_error (test_jit.TestScript) ... ok (0.023s) 2022-11-23T03:07:45.4543177Z test_script_annotation (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4543495Z test_script_bool_constant (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4543789Z test_script_chunk (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4544339Z test_script_clamp_none (test_jit.TestScript) ... ok (0.025s) 2022-11-23T03:07:45.4544651Z test_script_copy (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4545014Z test_script_cu (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4545416Z test_script_define_order (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4545798Z test_script_define_order_recursive_fail (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4546125Z test_script_docstring (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4546493Z test_script_forward_method_replacement (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4546837Z test_script_get_device_cuda (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4547174Z test_script_get_tracing_state (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4547487Z test_script_is_tracing (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4547822Z test_script_kwargs_fn_call (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4548171Z test_script_method_docstring (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4548563Z test_script_method_torch_function_overload (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4548866Z test_script_module (test_jit.TestScript) ... ok (0.035s) 2022-11-23T03:07:45.4549221Z test_script_module_call_noscript (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4549544Z test_script_module_const (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4549896Z test_script_module_const_submodule_fail (test_jit.TestScript) ... ok (0.039s) 2022-11-23T03:07:45.4550384Z test_script_module_export_blocks (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4551807Z test_script_module_export_shared_storage (test_jit.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T03:07:45.4552097Z warnings.warn(message, UserWarning) 2022-11-23T03:07:45.4552260Z ok (0.039s) 2022-11-23T03:07:45.4552628Z test_script_module_export_submodule (test_jit.TestScript) ... ok (0.052s) 2022-11-23T03:07:45.4552998Z test_script_module_export_tensor_cuda (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4553373Z test_script_module_export_tensor_type (test_jit.TestScript) ... ok (0.053s) 2022-11-23T03:07:45.4553713Z test_script_module_fail_exist (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4554037Z test_script_module_for (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4554355Z test_script_module_for2 (test_jit.TestScript) ... ok (0.066s) 2022-11-23T03:07:45.4554715Z test_script_module_invalid_consts (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4555093Z test_script_module_nochange_submodule (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4555702Z test_script_module_none_exist_fail (test_jit.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.000s) 2022-11-23T03:07:45.4556059Z test_script_module_not_tuple (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4556447Z test_script_module_param_buffer_mutation (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4556798Z test_script_module_star_assign2 (test_jit.TestScript) ... ok (0.026s) 2022-11-23T03:07:45.4557267Z test_script_module_star_assign2_inplace (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4557724Z test_script_module_star_assign_fail_builtin (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4558178Z test_script_module_star_assign_fail_pythonop (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4558574Z test_script_module_tensor_subclass_argument (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4558916Z test_script_nested_mod_list (test_jit.TestScript) ... ok (0.066s) 2022-11-23T03:07:45.4559440Z test_script_non_tensor_args_outputs (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4559782Z test_script_optional_none (test_jit.TestScript) ... ok (0.025s) 2022-11-23T03:07:45.4560092Z test_script_outputs (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4560448Z test_script_pack_padded_sequence (test_jit.TestScript) ... ok (0.086s) 2022-11-23T03:07:45.4560817Z test_script_pad_sequence_pack_sequence (test_jit.TestScript) ... ok (0.070s) 2022-11-23T03:07:45.4561115Z test_script_scope (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4561446Z test_script_sequential_for (test_jit.TestScript) ... ok (0.053s) 2022-11-23T03:07:45.4561805Z test_script_sequential_in_mod_list (test_jit.TestScript) ... ok (0.101s) 2022-11-23T03:07:45.4562181Z test_script_sequential_multi_output_fail (test_jit.TestScript) ... ok (0.029s) 2022-11-23T03:07:45.4562536Z test_script_sequential_orderdict (test_jit.TestScript) ... ok (0.073s) 2022-11-23T03:07:45.4562912Z test_script_sequential_sliced_iteration (test_jit.TestScript) ... ok (0.087s) 2022-11-23T03:07:45.4563374Z test_script_star_assign (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4563687Z test_script_star_expr (test_jit.TestScript) ... ok (0.039s) 2022-11-23T03:07:45.4564020Z test_script_star_expr_string (test_jit.TestScript) ... ok (0.030s) 2022-11-23T03:07:45.4564506Z test_scriptable_fn_as_attr (test_jit.TestScript) ... ok (0.020s) 2022-11-23T03:07:45.4564871Z test_scriptmodule_multi_head_attn_cuda (test_jit.TestScript) ... ok (0.219s) 2022-11-23T03:07:45.4565237Z test_scriptmodule_releases_tensors_cuda (test_jit.TestScript) ... ok (0.854s) 2022-11-23T03:07:45.4565738Z test_scriptmodule_transformer_cuda (test_jit.TestScript) ... ok (2.015s) 2022-11-23T03:07:45.4566082Z test_select_after_chunk (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4566397Z test_sequence_parsing (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4566772Z test_sequential_intermediary_types (test_jit.TestScript) ... ok (0.072s) 2022-11-23T03:07:45.4567105Z test_serialization_big_ints (test_jit.TestScript) ... ok (0.031s) 2022-11-23T03:07:45.4567562Z test_serialization_sharing (test_jit.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.003s) 2022-11-23T03:07:45.4567887Z test_serialize_long_lines (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4568230Z test_serialized_source_ranges (test_jit.TestScript) ... ok (0.452s) 2022-11-23T03:07:45.4568572Z test_serialized_source_ranges2 (test_jit.TestScript) ... ok (0.646s) 2022-11-23T03:07:45.4568968Z test_serialized_source_ranges_dont_jitter (test_jit.TestScript) ... ok (0.154s) 2022-11-23T03:07:45.4569335Z test_serialized_source_ranges_graph (test_jit.TestScript) ... ok (0.415s) 2022-11-23T03:07:45.4569829Z test_serialized_source_ranges_no_dups (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4570203Z test_set_attribute_through_optional (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4570665Z test_shape_analysis_grad_property (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4571037Z test_shape_analysis_loop (test_jit.TestScript) ... ok (0.014s) 2022-11-23T03:07:45.4571405Z test_shape_prop_promote_scalar_arg (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4571735Z test_shape_prop_promotion (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4572049Z test_signed_float_zero (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4572406Z test_single_starred_expr_for_loop (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4572717Z test_single_starred_lhs (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4573061Z test_singleton_tuple_unpack (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4573504Z test_slice_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T03:07:45.4573790Z test_split (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4575372Z test_stack (test_jit.TestScript) ... ok (0.021s) 2022-11-23T03:07:45.4575679Z test_static_if_prop (test_jit.TestScript) ... ok (3.236s) 2022-11-23T03:07:45.4575973Z test_static_method_on_module (test_jit.TestScript) 2022-11-23T03:07:45.4576511Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.013s) 2022-11-23T03:07:45.4576829Z test_static_methods (test_jit.TestScript) ... ok (0.064s) 2022-11-23T03:07:45.4577198Z test_str_cast (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4577600Z test_string_cu (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4577973Z test_string_device_implicit_conversion (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4578302Z test_string_frontend_elif (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4578604Z test_string_index (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4578898Z test_string_len (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4579202Z test_string_list (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4579514Z test_string_new_line (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4579805Z test_string_ops (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4580103Z test_string_print (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4580431Z test_string_single_escape (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4580737Z test_string_slicing (test_jit.TestScript) ... ok (0.024s) 2022-11-23T03:07:45.4581031Z test_string_sort (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4581336Z test_string_sorted (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4581852Z test_submodule_attribute_serialization (test_jit.TestScript) ... ok (0.042s) 2022-11-23T03:07:45.4582192Z test_submodule_twice (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4582460Z test_sum (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4582861Z test_sum_list_diff_elms (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4583173Z test_sum_list_empty (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4583483Z test_sum_list_literal (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4583859Z test_sum_list_one (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4584278Z test_sum_list_wrong_type (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4584607Z test_sys_stdout_override (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4584950Z test_tensor_as_tensor_shape_prop (test_jit.TestScript) ... ok (0.030s) 2022-11-23T03:07:45.4585244Z test_tensor_data (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4585556Z test_tensor_device (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4585851Z test_tensor_dtype (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4586144Z test_tensor_grad (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4586466Z test_tensor_import_export (test_jit.TestScript) ... ok (0.019s) 2022-11-23T03:07:45.4586764Z test_tensor_len (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4587082Z test_tensor_number_math (test_jit.TestScript) ... ok (0.849s) 2022-11-23T03:07:45.4587413Z test_tensor_number_math_cuda (test_jit.TestScript) ... ok (4.310s) 2022-11-23T03:07:45.4587723Z test_tensor_requires_grad (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4588020Z test_tensor_shape (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4589127Z test_tensor_subclasses (test_jit.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-11-23T03:07:45.4589606Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-11-23T03:07:45.4589769Z ok (0.018s) 2022-11-23T03:07:45.4590385Z test_tensor_to (test_jit.TestScript) ... ok (0.120s) 2022-11-23T03:07:45.4590691Z test_tensor_to_cpu (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4590995Z test_tensor_to_cuda (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4591303Z test_tensor_to_device (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4591593Z test_ternary (test_jit.TestScript) ... ok (0.013s) 2022-11-23T03:07:45.4591938Z test_ternary_module_type_hint (test_jit.TestScript) ... ok (0.137s) 2022-11-23T03:07:45.4592288Z test_ternary_right_associative (test_jit.TestScript) ... ok (0.015s) 2022-11-23T03:07:45.4592609Z test_ternary_static_if (test_jit.TestScript) ... ok (0.018s) 2022-11-23T03:07:45.4592900Z test_torch_any (test_jit.TestScript) ... ok (0.033s) 2022-11-23T03:07:45.4593340Z test_torch_functional (test_jit.TestScript) ... skip: Skipping while landing PR stack (0.006s) 2022-11-23T03:07:45.4593705Z test_torch_functional_tensordot_int (test_jit.TestScript) ... ok (0.089s) 2022-11-23T03:07:45.4594094Z test_torch_functional_tensordot_list (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4594441Z test_torch_functional_tensordot_tensor (test_jit.TestScript) ... ok (0.041s) 2022-11-23T03:07:45.4594818Z test_torch_functional_tensordot_tuple (test_jit.TestScript) ... ok (0.025s) 2022-11-23T03:07:45.4595173Z test_torch_ignore_conversion_to_none (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4595484Z test_torch_manual_seed (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4595878Z test_torch_pow (test_jit.TestScript) ... ok (0.066s) 2022-11-23T03:07:45.4597328Z test_torch_tensor_as_tensor (test_jit.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T03:07:45.4597601Z return callable(*args, **kwargs) 2022-11-23T03:07:45.4597768Z ok (1.866s) 2022-11-23T03:07:45.4598121Z test_torch_tensor_as_tensor_empty_list (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4598459Z test_torch_tensor_bad_input (test_jit.TestScript) ... ok (0.022s) 2022-11-23T03:07:45.4598774Z test_torch_tensor_dtype (test_jit.TestScript) ... ok (0.025s) 2022-11-23T03:07:45.4599136Z test_torchscript_memoryformat (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4599483Z test_torchscript_multi_head_attn (test_jit.TestScript) ... ok (0.182s) 2022-11-23T03:07:45.4599878Z test_torchscript_multi_head_attn_fast_path (test_jit.TestScript) ... ok (0.350s) 2022-11-23T03:07:45.4600197Z test_training_param (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4600522Z test_tuple_assignments (test_jit.TestScript) ... ok (0.749s) 2022-11-23T03:07:45.4600833Z test_tuple_error_msg (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4601149Z test_tuple_index_to_list (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4601437Z test_tuple_indexing (test_jit.TestScript) ... ok (0.035s) 2022-11-23T03:07:45.4601716Z test_tuple_len (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4602123Z test_tuple_nested_sort (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4602412Z test_tuple_sort (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4602721Z test_tuple_sort_reverse (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4603181Z test_tuple_sorted (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4603492Z test_tuple_to_opt_list (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4603840Z test_tuple_unsortable_diff_type (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4604199Z test_tuple_unsortable_element_type (test_jit.TestScript) ... ok (0.000s) 2022-11-23T03:07:45.4604562Z test_tuple_unsortable_nested_diff_type (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4604870Z test_type_annotate (test_jit.TestScript) ... ok (0.026s) 2022-11-23T03:07:45.4605363Z test_type_annotation_module (test_jit.TestScript) ... ok (0.017s) 2022-11-23T03:07:45.4605689Z test_type_annotation_py3 (test_jit.TestScript) ... ok (0.034s) 2022-11-23T03:07:45.4605996Z test_type_annotations (test_jit.TestScript) ... ok (0.030s) 2022-11-23T03:07:45.4606362Z test_type_annotations_repeated_list (test_jit.TestScript) ... ok (0.023s) 2022-11-23T03:07:45.4606702Z test_type_annotations_varargs (test_jit.TestScript) ... ok (0.022s) 2022-11-23T03:07:45.4606996Z test_type_call_in_script (test_jit.TestScript) ... ok (0.004s) 2022-11-23T03:07:45.4607290Z test_type_cast (test_jit.TestScript) ... ok (0.007s) 2022-11-23T03:07:45.4607620Z test_type_comments_in_body (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4607971Z test_type_inferred_from_empty_annotation (test_jit.TestScript) 2022-11-23T03:07:45.4608553Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.000s) 2022-11-23T03:07:45.4608843Z test_unbind (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4609284Z test_unfold_zero_dim (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4609701Z test_unicode_comments (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4610021Z test_uninitialized (test_jit.TestScript) ... ok (0.014s) 2022-11-23T03:07:45.4610316Z test_union_to_number (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4610620Z test_unknown_builtin (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4611066Z test_unmatched_type_annotation (test_jit.TestScript) ... skip: TODO: need to fix the test case (0.002s) 2022-11-23T03:07:45.4611680Z test_unspecialized_any_binding (test_jit.TestScript) ... skip: bug persists in deprecated executor (0.001s) 2022-11-23T03:07:45.4612140Z test_unsqueeze_guard_elimination (test_jit.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T03:07:45.4612336Z test_unsupported_builtin_error (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4612503Z test_unused_decorator (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4612665Z test_unwrap_optional_builtin (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4612824Z test_var_aug_assign (test_jit.TestScript) ... ok (1.413s) 2022-11-23T03:07:45.4612978Z test_vararg_zeros (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4613162Z test_view_listconstruct_shape_prop (test_jit.TestScript) ... ok (0.008s) 2022-11-23T03:07:45.4613324Z test_view_shape_prop (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4613472Z test_view_write (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4613624Z test_weak_cuda (test_jit.TestScript) ... ok (0.207s) 2022-11-23T03:07:45.4613765Z test_where (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4613916Z test_where_method (test_jit.TestScript) ... ok (0.010s) 2022-11-23T03:07:45.4614056Z test_while (test_jit.TestScript) ... ok (0.012s) 2022-11-23T03:07:45.4614211Z test_while_nest_if (test_jit.TestScript) ... ok (0.078s) 2022-11-23T03:07:45.4614389Z test_while_nonexistent_cond_value (test_jit.TestScript) ... ok (0.048s) 2022-11-23T03:07:45.4614564Z test_while_nonexistent_value (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4614740Z test_while_write_outer_then_read (test_jit.TestScript) ... ok (0.011s) 2022-11-23T03:07:45.4614904Z test_wrong_attr_lookup (test_jit.TestScript) ... ok (0.001s) 2022-11-23T03:07:45.4615261Z test_wrong_implicit_expand (test_jit.TestScript) ... ok (0.009s) 2022-11-23T03:07:45.4615428Z test_wrong_method_call_inputs (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4615604Z test_wrong_module_attr_lookup (test_jit.TestScript) ... ok (0.003s) 2022-11-23T03:07:45.4615765Z test_wrong_return_type (test_jit.TestScript) ... ok (0.006s) 2022-11-23T03:07:45.4615930Z test_wrong_use_as_callable (test_jit.TestScript) ... ok (0.002s) 2022-11-23T03:07:45.4616091Z test_wrong_use_as_tuple (test_jit.TestScript) ... ok (0.005s) 2022-11-23T03:07:45.4616465Z test_zeros (test_jit.TestScript) ... ok (0.016s) 2022-11-23T03:07:45.4616754Z test_zip_enumerate_modulelist (test_jit.TestScript) ... ok (1.121s) 2022-11-23T03:07:45.4616907Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4617069Z Test the __bool__ method. This should return True ... ok (0.003s) 2022-11-23T03:07:45.4617224Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4617381Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-11-23T03:07:45.4617534Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4617644Z Test deletion. ... ok (0.002s) 2022-11-23T03:07:45.4617805Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4617988Z Test accessing dictionary values using the [] operator. ... ok (0.003s) 2022-11-23T03:07:45.4618121Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4618225Z Test .items(). ... ok (0.002s) 2022-11-23T03:07:45.4618373Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4618531Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-11-23T03:07:45.4618675Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4618804Z Test len() builtin function. ... ok (0.002s) 2022-11-23T03:07:45.4618953Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4619275Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-11-23T03:07:45.4619452Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4619749Z Test that reference semantics are honoured; that modifications made ... ok (0.008s) 2022-11-23T03:07:45.4619919Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4620042Z Test the __repr__ method. ... ok (0.003s) 2022-11-23T03:07:45.4620193Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T03:07:45.4620373Z Test setting dictionary values using the [] operator. ... ok (0.003s) 2022-11-23T03:07:45.4620524Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4620628Z Test append method. ... ok (0.004s) 2022-11-23T03:07:45.4620771Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4620933Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-11-23T03:07:45.4621083Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4621183Z Test clear. ... ok (0.003s) 2022-11-23T03:07:45.4621336Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4621495Z Test membership checks (x in y, x not in y). ... ok (0.000s) 2022-11-23T03:07:45.4621643Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4621756Z Test count method. ... ok (0.000s) 2022-11-23T03:07:45.4621917Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4622186Z Test deletion. ... ok (0.006s) 2022-11-23T03:07:45.4622343Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4622446Z Test extend. ... ok (0.000s) 2022-11-23T03:07:45.4622579Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4622752Z Test accessing list elements using the [] operator. ... ok (0.000s) 2022-11-23T03:07:45.4622898Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4623006Z Test insert. ... ok (0.010s) 2022-11-23T03:07:45.4623257Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4623416Z Test iteration over a list's elements. ... ok (0.000s) 2022-11-23T03:07:45.4623560Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4623694Z Test len() builtin function. ... ok (0.000s) 2022-11-23T03:07:45.4623842Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4624274Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.000s) 2022-11-23T03:07:45.4624543Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4624644Z Test pop. ... ok (0.000s) 2022-11-23T03:07:45.4624819Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4625023Z Test that reference semantics are honoured; that modifications made ... ok (0.016s) 2022-11-23T03:07:45.4625173Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4625272Z Test remove method. ... ok (0.002s) 2022-11-23T03:07:45.4625419Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4625543Z Test the __repr__ method. ... ok (0.002s) 2022-11-23T03:07:45.4625699Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T03:07:45.4625866Z Test setting list elements using the [] operator. ... ok (0.004s) 2022-11-23T03:07:45.4626219Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.023s) 2022-11-23T03:07:45.4626553Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.021s) 2022-11-23T03:07:45.4626880Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.021s) 2022-11-23T03:07:45.4627180Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.013s) 2022-11-23T03:07:45.4627485Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-11-23T03:07:45.4627873Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-11-23T03:07:45.4628201Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.039s) 2022-11-23T03:07:45.4628513Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.015s) 2022-11-23T03:07:45.4628834Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T03:07:45.4629146Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.031s) 2022-11-23T03:07:45.4629459Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-11-23T03:07:45.4629920Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T03:07:45.4630250Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T03:07:45.4630565Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-11-23T03:07:45.4630875Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.155s) 2022-11-23T03:07:45.4631085Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.002s) 2022-11-23T03:07:45.4631361Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.138s) 2022-11-23T03:07:45.4631543Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.214s) 2022-11-23T03:07:45.4631738Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.680s) 2022-11-23T03:07:45.4631914Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.041s) 2022-11-23T03:07:45.4632084Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.008s) 2022-11-23T03:07:45.4632264Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.009s) 2022-11-23T03:07:45.4632424Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.003s) 2022-11-23T03:07:45.4632588Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.009s) 2022-11-23T03:07:45.4632756Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T03:07:45.4633040Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.005s) 2022-11-23T03:07:45.4633224Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T03:07:45.4633397Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T03:07:45.4633563Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.011s) 2022-11-23T03:07:45.4633748Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T03:07:45.4633910Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T03:07:45.4634076Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T03:07:45.4634253Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.021s) 2022-11-23T03:07:45.4634432Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T03:07:45.4634603Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T03:07:45.4634769Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T03:07:45.4634935Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.009s) 2022-11-23T03:07:45.4635114Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.026s) 2022-11-23T03:07:45.4635342Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.003s) 2022-11-23T03:07:45.4635526Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.020s) 2022-11-23T03:07:45.4635757Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.003s) 2022-11-23T03:07:45.4637024Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-11-23T03:07:45.4637375Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T03:07:45.4637843Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-11-23T03:07:45.4638253Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T03:07:45.4638552Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4638854Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4639155Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4639454Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T03:07:45.4639732Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.011s) 2022-11-23T03:07:45.4640042Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4640337Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4640630Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4640952Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T03:07:45.4641229Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T03:07:45.4641495Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T03:07:45.4641913Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T03:07:45.4642221Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T03:07:45.4642520Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-11-23T03:07:45.4642762Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T03:07:45.4643032Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-11-23T03:07:45.4643297Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T03:07:45.4643743Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T03:07:45.4644013Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.073s) 2022-11-23T03:07:45.4644258Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.061s) 2022-11-23T03:07:45.4644518Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-11-23T03:07:45.4644878Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-11-23T03:07:45.4645317Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-11-23T03:07:45.4645593Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T03:07:45.4645849Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-11-23T03:07:45.4646107Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.090s) 2022-11-23T03:07:45.4646388Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.067s) 2022-11-23T03:07:45.4646660Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-11-23T03:07:45.4646925Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-11-23T03:07:45.4647167Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T03:07:45.4647410Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.259s) 2022-11-23T03:07:45.4647662Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-11-23T03:07:45.4647980Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.000s) 2022-11-23T03:07:45.4648235Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T03:07:45.4648471Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-11-23T03:07:45.4648715Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.041s) 2022-11-23T03:07:45.4648966Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.039s) 2022-11-23T03:07:45.4649210Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T03:07:45.4649451Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-11-23T03:07:45.4649707Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T03:07:45.4650045Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T03:07:45.4650242Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.003s) 2022-11-23T03:07:45.4650610Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.018s) 2022-11-23T03:07:45.4650811Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-11-23T03:07:45.4651016Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.039s) 2022-11-23T03:07:45.4651227Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.071s) 2022-11-23T03:07:45.4651453Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... ok (0.016s) 2022-11-23T03:07:45.4651794Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.011s) 2022-11-23T03:07:45.4652146Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T03:07:45.4652395Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-11-23T03:07:45.4652640Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T03:07:45.4652878Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T03:07:45.4653120Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T03:07:45.4653313Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.011s) 2022-11-23T03:07:45.4653603Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.003s) 2022-11-23T03:07:45.4653889Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T03:07:45.4654163Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4654436Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4654679Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4654931Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T03:07:45.4655205Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T03:07:45.4655494Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4655772Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4656046Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4656341Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4656636Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4656931Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4657201Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4657615Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4658021Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4658460Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4658874Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4659168Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4659447Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4659732Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4660010Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4660282Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4660575Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4660847Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4661206Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4661497Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4661784Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4662052Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4662327Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T03:07:45.4662529Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T03:07:45.4662737Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-11-23T03:07:45.4662934Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T03:07:45.4663102Z test_constant (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T03:07:45.4663244Z test_conv (jit.test_tracer.TestTracer) ... ok (0.080s) 2022-11-23T03:07:45.4663426Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-11-23T03:07:45.4663616Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T03:07:45.4663813Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T03:07:45.4664088Z test_ge (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T03:07:45.4664256Z test_ge_cuda (jit.test_tracer.TestTracer) ... ok (3.750s) 2022-11-23T03:07:45.4664451Z test_ge_optimized (jit.test_tracer.TestTracer) ... pytorch_fuser3qvoot.cpp 2022-11-23T03:07:45.4664657Z Creating library pytorch_fuser3qvoot.lib and object pytorch_fuser3qvoot.exp 2022-11-23T03:07:45.4664865Z pytorch_fuserpfnqyb.cpp 2022-11-23T03:07:45.4665193Z Creating library pytorch_fuserpfnqyb.lib and object pytorch_fuserpfnqyb.exp 2022-11-23T03:07:45.4665325Z pytorch_fuserq7w10e.cpp 2022-11-23T03:07:45.4665529Z Creating library pytorch_fuserq7w10e.lib and object pytorch_fuserq7w10e.exp 2022-11-23T03:07:45.4665636Z pytorch_fusertln6c3.cpp 2022-11-23T03:07:45.4665831Z Creating library pytorch_fusertln6c3.lib and object pytorch_fusertln6c3.exp 2022-11-23T03:07:45.4666044Z pytorch_fuserrelz0q.cpp 2022-11-23T03:07:45.4666224Z Creating library pytorch_fuserrelz0q.lib and object pytorch_fuserrelz0q.exp 2022-11-23T03:07:45.4666328Z pytorch_fuser67acy3.cpp 2022-11-23T03:07:45.4666516Z Creating library pytorch_fuser67acy3.lib and object pytorch_fuser67acy3.exp 2022-11-23T03:07:45.4666628Z pytorch_fuserhsgpwx.cpp 2022-11-23T03:07:45.4666833Z Creating library pytorch_fuserhsgpwx.lib and object pytorch_fuserhsgpwx.exp 2022-11-23T03:07:45.4666939Z pytorch_fuserktti8n.cpp 2022-11-23T03:07:45.4667135Z Creating library pytorch_fuserktti8n.lib and object pytorch_fuserktti8n.exp 2022-11-23T03:07:45.4667245Z pytorch_fuserd2xe8f.cpp 2022-11-23T03:07:45.4667439Z Creating library pytorch_fuserd2xe8f.lib and object pytorch_fuserd2xe8f.exp 2022-11-23T03:07:45.4667543Z pytorch_fuser9nf6v2.cpp 2022-11-23T03:07:45.4667732Z Creating library pytorch_fuser9nf6v2.lib and object pytorch_fuser9nf6v2.exp 2022-11-23T03:07:45.4667843Z pytorch_fusertdmq9y.cpp 2022-11-23T03:07:45.4668042Z Creating library pytorch_fusertdmq9y.lib and object pytorch_fusertdmq9y.exp 2022-11-23T03:07:45.4668147Z pytorch_fuser7ygjlq.cpp 2022-11-23T03:07:45.4668329Z Creating library pytorch_fuser7ygjlq.lib and object pytorch_fuser7ygjlq.exp 2022-11-23T03:07:45.4668436Z pytorch_fuserhhj6el.cpp 2022-11-23T03:07:45.4668631Z Creating library pytorch_fuserhhj6el.lib and object pytorch_fuserhhj6el.exp 2022-11-23T03:07:45.4668737Z pytorch_fuser20iiok.cpp 2022-11-23T03:07:45.4668925Z Creating library pytorch_fuser20iiok.lib and object pytorch_fuser20iiok.exp 2022-11-23T03:07:45.4669033Z pytorch_fuserbgjp1e.cpp 2022-11-23T03:07:45.4669312Z Creating library pytorch_fuserbgjp1e.lib and object pytorch_fuserbgjp1e.exp 2022-11-23T03:07:45.4669438Z pytorch_fuser5qjprg.cpp 2022-11-23T03:07:45.4669635Z Creating library pytorch_fuser5qjprg.lib and object pytorch_fuser5qjprg.exp 2022-11-23T03:07:45.4669719Z ok (6.801s) 2022-11-23T03:07:45.4669899Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.117s) 2022-11-23T03:07:45.4670065Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T03:07:45.4670252Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T03:07:45.4670589Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4670752Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T03:07:45.4670923Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T03:07:45.4671187Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T03:07:45.4671392Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T03:07:45.4671712Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T03:07:45.4671886Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T03:07:45.4672074Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T03:07:45.4672253Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T03:07:45.4672432Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T03:07:45.4672606Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T03:07:45.4672799Z Check that dictionary access doesn't care about insertion order ... ok (0.018s) 2022-11-23T03:07:45.4672976Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T03:07:45.4673151Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T03:07:45.4673337Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T03:07:45.4673508Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T03:07:45.4673693Z Check that the trace remembers which keys were in a dict input ... ok (0.027s) 2022-11-23T03:07:45.4673866Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T03:07:45.4674111Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T03:07:45.4674286Z Check that inputs to traced functions are flattened ... ok (0.036s) 2022-11-23T03:07:45.4674467Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T03:07:45.4674646Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T03:07:45.4674837Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T03:07:45.4675040Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T03:07:45.4675221Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T03:07:45.4675398Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.092s) 2022-11-23T03:07:45.4675578Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... ok (0.555s) 2022-11-23T03:07:45.4675750Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T03:07:45.4675925Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T03:07:45.4676087Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T03:07:45.4676258Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T03:07:45.4676438Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T03:07:45.4676597Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T03:07:45.4676963Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.032s) 2022-11-23T03:07:45.4677216Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4677414Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T03:07:45.4677711Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T03:07:45.4677894Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T03:07:45.4678195Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T03:07:45.4678360Z test_simple (jit.test_tracer.TestTracer) ... ok (0.059s) 2022-11-23T03:07:45.4678551Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T03:07:45.4678737Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T03:07:45.4678912Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4679077Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-11-23T03:07:45.4679261Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-11-23T03:07:45.4679452Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T03:07:45.4679699Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.002s) 2022-11-23T03:07:45.4679865Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.079s) 2022-11-23T03:07:45.4680060Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T03:07:45.4680241Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4680438Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4680617Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T03:07:45.4680810Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T03:07:45.4680999Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4681185Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-11-23T03:07:45.4681382Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T03:07:45.4681967Z test_trace_contiguous (jit.test_tracer.TestTracer) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T03:07:45.4682208Z warnings.warn(message, UserWarning) 2022-11-23T03:07:45.4682296Z ok (0.018s) 2022-11-23T03:07:45.4682497Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T03:07:45.4682666Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T03:07:45.4682849Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4683057Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T03:07:45.4683395Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T03:07:45.4683577Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-11-23T03:07:45.4683757Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T03:07:45.4683931Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-11-23T03:07:45.4684224Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.095s) 2022-11-23T03:07:45.4684547Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.060s) 2022-11-23T03:07:45.4684742Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T03:07:45.4684931Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T03:07:45.4685099Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4685368Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4685577Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T03:07:45.4685757Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-11-23T03:07:45.4685930Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4686126Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-11-23T03:07:45.4686301Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T03:07:45.4686510Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.096s) 2022-11-23T03:07:45.4686684Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.072s) 2022-11-23T03:07:45.4686928Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-11-23T03:07:45.4687100Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-11-23T03:07:45.4687268Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-11-23T03:07:45.4687610Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1429:0 2022-11-23T03:07:45.4687926Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1430:0 2022-11-23T03:07:45.4688362Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1431:0 2022-11-23T03:07:45.4688642Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-11-23T03:07:45.4688930Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-11-23T03:07:45.4689020Z return (%12) 2022-11-23T03:07:45.4689034Z 2022-11-23T03:07:45.4689119Z ok (0.015s) 2022-11-23T03:07:45.4689413Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T03:07:45.4689607Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-11-23T03:07:45.4689944Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-11-23T03:07:45.4690097Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T03:07:45.4690279Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T03:07:45.4690545Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T03:07:45.4690782Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4691090Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T03:07:45.4691278Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T03:07:45.4691441Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T03:07:45.4691625Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.078s) 2022-11-23T03:07:45.4691801Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T03:07:45.4691965Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T03:07:45.4692147Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T03:07:45.4692335Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T03:07:45.4692501Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.145s) 2022-11-23T03:07:45.4692699Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T03:07:45.4692964Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T03:07:45.4693189Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T03:07:45.4693368Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.113s) 2022-11-23T03:07:45.4693535Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.155s) 2022-11-23T03:07:45.4693703Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T03:07:45.4693869Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T03:07:45.4694068Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T03:07:45.4694234Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T03:07:45.4694436Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4694639Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T03:07:45.4694835Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T03:07:45.4695026Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-11-23T03:07:45.4695205Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... ok (0.334s) 2022-11-23T03:07:45.4695402Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T03:07:45.4695574Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.097s) 2022-11-23T03:07:45.4695765Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.331s) 2022-11-23T03:07:45.4695940Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T03:07:45.4696256Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T03:07:45.4696451Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4696664Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.081s) 2022-11-23T03:07:45.4696831Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.012s) 2022-11-23T03:07:45.4697181Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.014s) 2022-11-23T03:07:45.4697524Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-11-23T03:07:45.4697802Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4698055Z Types should be shared for identical constant values, and different for different constant values ... ok (0.030s) 2022-11-23T03:07:45.4698234Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4698410Z Types should be shared even if attribute values differ ... ok (0.012s) 2022-11-23T03:07:45.4698612Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4698823Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.006s) 2022-11-23T03:07:45.4699018Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-11-23T03:07:45.4699184Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4699331Z Simple example with a real nn Module ... ok (0.029s) 2022-11-23T03:07:45.4699536Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.038s) 2022-11-23T03:07:45.4699754Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4699952Z We should be able to differentiate between two ModuleDict instances ... ok (0.077s) 2022-11-23T03:07:45.4700133Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4700328Z Mutating the value of an attribute should not change type sharing ... ok (0.052s) 2022-11-23T03:07:45.4700495Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4700691Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.012s) 2022-11-23T03:07:45.4700987Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4701204Z Different functions passed in should lead to different types ... ok (0.032s) 2022-11-23T03:07:45.4701407Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4701581Z Same functions passed in should lead to same types ... ok (0.019s) 2022-11-23T03:07:45.4701774Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4701976Z Even if everything about the module is the same, different originating ... ok (0.040s) 2022-11-23T03:07:45.4702186Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4702377Z Different functions passed in should lead to different types ... ok (0.024s) 2022-11-23T03:07:45.4702746Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4702927Z Same functions passed in should lead to same types ... ok (0.015s) 2022-11-23T03:07:45.4703167Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.041s) 2022-11-23T03:07:45.4703475Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4703839Z If submodules differ, the types should differ. ... ok (0.087s) 2022-11-23T03:07:45.4704085Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4704286Z Since we can't guarantee that methods are the same between different ... ok (0.023s) 2022-11-23T03:07:45.4704479Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4704656Z Test that types are not shared if the exclusion of their ... ok (0.009s) 2022-11-23T03:07:45.4704859Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4705033Z Test that types are shared if the exclusion of their ... ok (0.016s) 2022-11-23T03:07:45.4705232Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4705414Z Tests that types between instances of a ScriptModule ... ok (0.011s) 2022-11-23T03:07:45.4705601Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T03:07:45.4705871Z Test that type sharing can be disabled. ... ok (0.040s) 2022-11-23T03:07:45.4706088Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.022s) 2022-11-23T03:07:45.4706282Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-11-23T03:07:45.4706489Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-11-23T03:07:45.4706693Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T03:07:45.4706855Z Test that module attributes can be ignored. ... ok (0.019s) 2022-11-23T03:07:45.4707081Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T03:07:45.4707301Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T03:07:45.4707519Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T03:07:45.4707720Z Test that using an optional with no contained types produces an error. ... ok (0.007s) 2022-11-23T03:07:45.4707904Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T03:07:45.4708098Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-11-23T03:07:45.4708303Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T03:07:45.4708498Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-11-23T03:07:45.4708709Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T03:07:45.4708903Z Test that using a tuple with no contained types produces an error. ... ok (0.000s) 2022-11-23T03:07:45.4709415Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.035s) 2022-11-23T03:07:45.4709643Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.026s) 2022-11-23T03:07:45.4710005Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T03:07:45.4710357Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T03:07:45.4710555Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T03:07:45.4710748Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T03:07:45.4710964Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T03:07:45.4711133Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.044s) 2022-11-23T03:07:45.4711321Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T03:07:45.4712025Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T03:07:45.4712339Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-11-23T03:07:45.4712429Z def fn(): 2022-11-23T03:07:45.4712531Z l1 = [1, 2, "foo", 3] 2022-11-23T03:07:45.4712642Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T03:07:45.4712748Z l2 = ["foo", "bar", "baz", "qux"] 2022-11-23T03:07:45.4712900Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-11-23T03:07:45.4713013Z (function emitListLiteral) 2022-11-23T03:07:45.4713104Z ok (0.004s) 2022-11-23T03:07:45.4713810Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T03:07:45.4714215Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-11-23T03:07:45.4714301Z def fn(): 2022-11-23T03:07:45.4714420Z l1 = ["foo", "bar", "baz", "qux"] 2022-11-23T03:07:45.4714517Z l2 = [1, 2, "foo", 3] 2022-11-23T03:07:45.4714625Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T03:07:45.4714776Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-11-23T03:07:45.4714864Z return d 2022-11-23T03:07:45.4714979Z (function emitListLiteral) 2022-11-23T03:07:45.4715063Z ok (0.003s) 2022-11-23T03:07:45.4715241Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T03:07:45.4715396Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.033s) 2022-11-23T03:07:45.4715755Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.017s) 2022-11-23T03:07:45.4715938Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.020s) 2022-11-23T03:07:45.4716103Z test_list_io (jit.test_typing.TestTyping) ... ok (0.018s) 2022-11-23T03:07:45.4716275Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T03:07:45.4716600Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.023s) 2022-11-23T03:07:45.4716961Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T03:07:45.4717147Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.014s) 2022-11-23T03:07:45.4717321Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T03:07:45.4717606Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T03:07:45.4717799Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.015s) 2022-11-23T03:07:45.4717983Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T03:07:45.4718150Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T03:07:45.4718334Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T03:07:45.4718513Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.023s) 2022-11-23T03:07:45.4718694Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T03:07:45.4718867Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T03:07:45.4719037Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.019s) 2022-11-23T03:07:45.4719210Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T03:07:45.4719382Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T03:07:45.4719558Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T03:07:45.4719726Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T03:07:45.4719904Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T03:07:45.4720087Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.053s) 2022-11-23T03:07:45.4720264Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T03:07:45.4720426Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T03:07:45.4720597Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T03:07:45.4720785Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T03:07:45.4720961Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T03:07:45.4721167Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.024s) 2022-11-23T03:07:45.4721364Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T03:07:45.4721574Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T03:07:45.4721745Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T03:07:45.4723237Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T03:07:45.4723436Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T03:07:45.4723607Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T03:07:45.4723779Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T03:07:45.4723967Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T03:07:45.4724196Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T03:07:45.4724430Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T03:07:45.4724660Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T03:07:45.4724879Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T03:07:45.4725126Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T03:07:45.4725353Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T03:07:45.4725539Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.021s) 2022-11-23T03:07:45.4726242Z test_union_memory_aliasing (jit.test_union.TestUnion) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_jit_internal.py:1282: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-11-23T03:07:45.4726362Z warnings.warn( 2022-11-23T03:07:45.4726445Z ok (0.016s) 2022-11-23T03:07:45.4726649Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T03:07:45.4726860Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.040s) 2022-11-23T03:07:45.4727061Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T03:07:45.4727267Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T03:07:45.4727491Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T03:07:45.4727712Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T03:07:45.4727924Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T03:07:45.4728097Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T03:07:45.4728300Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.023s) 2022-11-23T03:07:45.4728710Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.013s) 2022-11-23T03:07:45.4728918Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T03:07:45.4729113Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T03:07:45.4729481Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.016s) 2022-11-23T03:07:45.4729844Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T03:07:45.4730064Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T03:07:45.4730307Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T03:07:45.4730543Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T03:07:45.4730746Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T03:07:45.4731064Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T03:07:45.4731256Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.026s) 2022-11-23T03:07:45.4731479Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T03:07:45.4731681Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T03:07:45.4731873Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T03:07:45.4732069Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.016s) 2022-11-23T03:07:45.4732254Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.013s) 2022-11-23T03:07:45.4732426Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.048s) 2022-11-23T03:07:45.4732592Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.017s) 2022-11-23T03:07:45.4733269Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T03:07:45.4733404Z File "", line 3 2022-11-23T03:07:45.4733417Z 2022-11-23T03:07:45.4733502Z def fn(): 2022-11-23T03:07:45.4733707Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T03:07:45.4733940Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T03:07:45.4734120Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T03:07:45.4734239Z x.append(torch.tensor(3)) 2022-11-23T03:07:45.4734353Z (function emitListLiteral) 2022-11-23T03:07:45.4735088Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T03:07:45.4735220Z File "", line 3 2022-11-23T03:07:45.4735229Z 2022-11-23T03:07:45.4735312Z def fn(): 2022-11-23T03:07:45.4735509Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T03:07:45.4735659Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T03:07:45.4735939Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T03:07:45.4736063Z x.append(torch.tensor(3)) 2022-11-23T03:07:45.4736305Z (function emitListLiteral) 2022-11-23T03:07:45.4736391Z ok (0.041s) 2022-11-23T03:07:45.4736579Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T03:07:45.4736762Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T03:07:45.4736953Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T03:07:45.4737193Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.006s) 2022-11-23T03:07:45.4737391Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.031s) 2022-11-23T03:07:45.4737601Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-11-23T03:07:45.4737799Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.020s) 2022-11-23T03:07:45.4737989Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-11-23T03:07:45.4738186Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T03:07:45.4738370Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.011s) 2022-11-23T03:07:45.4738685Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.012s) 2022-11-23T03:07:45.4738874Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-11-23T03:07:45.4739061Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T03:07:45.4739251Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T03:07:45.4739436Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T03:07:45.4739628Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T03:07:45.4739838Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-11-23T03:07:45.4740054Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T03:07:45.4740265Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.017s) 2022-11-23T03:07:45.4740401Z test_warn (jit.test_warn.TestWarn) ... ok (0.007s) 2022-11-23T03:07:45.4740600Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.007s) 2022-11-23T03:07:45.4740799Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.018s) 2022-11-23T03:07:45.4740965Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.009s) 2022-11-23T03:07:45.4741145Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.014s) 2022-11-23T03:07:45.4741423Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.006s) 2022-11-23T03:07:45.4741730Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.010s) 2022-11-23T03:07:45.4741877Z test_with_as (jit.test_with.TestWith) 2022-11-23T03:07:45.4742081Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.126s) 2022-11-23T03:07:45.4742377Z test_with_errors (jit.test_with.TestWith) 2022-11-23T03:07:45.4742630Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.055s) 2022-11-23T03:07:45.4742776Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T03:07:45.4742975Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.051s) 2022-11-23T03:07:45.4743106Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T03:07:45.4743454Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.138s) 2022-11-23T03:07:45.4743598Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T03:07:45.4743774Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.038s) 2022-11-23T03:07:45.4743929Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T03:07:45.4744411Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-11-23 03:07:42 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:07:45.4744782Z STAGE:2022-11-23 03:07:42 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:07:45.4745151Z STAGE:2022-11-23 03:07:42 6496:6500 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:07:45.4745237Z ok (0.068s) 2022-11-23T03:07:45.4745247Z 2022-11-23T03:07:45.4745435Z ---------------------------------------------------------------------- 2022-11-23T03:07:45.4745540Z Ran 2529 tests in 245.516s 2022-11-23T03:07:45.4745548Z 2022-11-23T03:07:45.4745677Z OK (skipped=153, expected failures=2) 2022-11-23T03:07:45.4745685Z 2022-11-23T03:07:45.4745795Z Generating XML reports... 2022-11-23T03:07:45.4746130Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123030337.xml 2022-11-23T03:07:45.4746523Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_async.TestAsync-20221123030337.xml 2022-11-23T03:07:45.4746813Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_aten_pow.TestAtenPow-20221123030337.xml 2022-11-23T03:07:45.4747120Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_autodiff.TestAutodiffJit-20221123030337.xml 2022-11-23T03:07:45.4747497Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123030337.xml 2022-11-23T03:07:45.4747794Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_batch_mm.TestBatchMM-20221123030337.xml 2022-11-23T03:07:45.4748091Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_builtins.TestBuiltins-20221123030337.xml 2022-11-23T03:07:45.4748363Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_cuda.TestCUDA-20221123030337.xml 2022-11-23T03:07:45.4748809Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_class_type.TestClassType-20221123030337.xml 2022-11-23T03:07:45.4749115Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_complex.TestComplex-20221123030337.xml 2022-11-23T03:07:45.4749777Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_custom_operators.TestCustomOperators-20221123030337.xml 2022-11-23T03:07:45.4750061Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_dce.TestDCE-20221123030337.xml 2022-11-23T03:07:45.4750474Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_dataclasses.TestDataclasses-20221123030337.xml 2022-11-23T03:07:45.4750828Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123030337.xml 2022-11-23T03:07:45.4751110Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_list_dict.TestDict-20221123030337.xml 2022-11-23T03:07:45.4751438Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123030337.xml 2022-11-23T03:07:45.4751709Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_enum.TestEnum-20221123030337.xml 2022-11-23T03:07:45.4751991Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_freezing.TestFreezing-20221123030337.xml 2022-11-23T03:07:45.4752264Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-test_jit.TestFrontend-20221123030337.xml 2022-11-23T03:07:45.4752605Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_freezing.TestFrozenOptimizations-20221123030337.xml 2022-11-23T03:07:45.4752944Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123030337.xml 2022-11-23T03:07:45.4753340Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123030337.xml 2022-11-23T03:07:45.4753650Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_attr.TestGetDefaultAttr-20221123030337.xml 2022-11-23T03:07:45.4754000Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123030337.xml 2022-11-23T03:07:45.4754278Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_hash.TestHash-20221123030337.xml 2022-11-23T03:07:45.4754562Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_hooks.TestHooks-20221123030337.xml 2022-11-23T03:07:45.4755022Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123030337.xml 2022-11-23T03:07:45.4755490Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123030337.xml 2022-11-23T03:07:45.4756224Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_isinstance.TestIsinstance-20221123030337.xml 2022-11-23T03:07:45.4756505Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-test_jit.TestJit-20221123030337.xml 2022-11-23T03:07:45.4756809Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-test_jit.TestJitGeneratedModule-20221123030337.xml 2022-11-23T03:07:45.4757106Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_jit_utils.TestJitUtils-20221123030337.xml 2022-11-23T03:07:45.4757390Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_list_dict.TestList-20221123030337.xml 2022-11-23T03:07:45.4757680Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_logging.TestLogging-20221123030337.xml 2022-11-23T03:07:45.4758012Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123030337.xml 2022-11-23T03:07:45.4758283Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_misc.TestMisc-20221123030337.xml 2022-11-23T03:07:45.4758613Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_tracer.TestMixTracingScripting-20221123030337.xml 2022-11-23T03:07:45.4758899Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_models.TestModels-20221123030337.xml 2022-11-23T03:07:45.4759287Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_module_apis.TestModuleAPIs-20221123030337.xml 2022-11-23T03:07:45.4759652Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_module_containers.TestModuleContainers-20221123030337.xml 2022-11-23T03:07:45.4759986Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_module_interface.TestModuleInterface-20221123030337.xml 2022-11-23T03:07:45.4760279Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_modules.TestModules-20221123030337.xml 2022-11-23T03:07:45.4760581Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_list_dict.TestNamedTuple-20221123030337.xml 2022-11-23T03:07:45.4760935Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_op_decompositions.TestOpDecompositions-20221123030337.xml 2022-11-23T03:07:45.4761499Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123030337.xml 2022-11-23T03:07:45.4761867Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_parametrization.TestParametrization-20221123030337.xml 2022-11-23T03:07:45.4762277Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_peephole.TestPeephole-20221123030337.xml 2022-11-23T03:07:45.4762781Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-test_jit.TestProducerVersion-20221123030337.xml 2022-11-23T03:07:45.4763080Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_profiler.TestProfiler-20221123030337.xml 2022-11-23T03:07:45.4763412Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_python_bindings.TestPythonBindings-20221123030337.xml 2022-11-23T03:07:45.4763745Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123030337.xml 2022-11-23T03:07:45.4764037Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_python_ir.TestPythonIr-20221123030337.xml 2022-11-23T03:07:45.4764371Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_recursive_script.TestRecursiveScript-20221123030337.xml 2022-11-23T03:07:45.4764814Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_remove_mutation.TestRemoveMutation-20221123030337.xml 2022-11-23T03:07:45.4765107Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_save_load.TestSaveLoad-20221123030337.xml 2022-11-23T03:07:45.4765468Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123030337.xml 2022-11-23T03:07:45.4765737Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-test_jit.TestScript-20221123030337.xml 2022-11-23T03:07:45.4766042Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_list_dict.TestScriptDict-20221123030337.xml 2022-11-23T03:07:45.4766340Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_list_dict.TestScriptList-20221123030337.xml 2022-11-23T03:07:45.4766767Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123030337.xml 2022-11-23T03:07:45.4767098Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_script_profile.TestScriptProfile-20221123030337.xml 2022-11-23T03:07:45.4767378Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_slice.TestSlice-20221123030337.xml 2022-11-23T03:07:45.4767662Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_sparse.TestSparse-20221123030337.xml 2022-11-23T03:07:45.4769408Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_string_formatting.TestStringFormatting-20221123030337.xml 2022-11-23T03:07:45.4769848Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123030337.xml 2022-11-23T03:07:45.4770168Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_builtins.TestTensorBuiltins-20221123030337.xml 2022-11-23T03:07:45.4770509Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123030337.xml 2022-11-23T03:07:45.4770834Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_tensor_methods.TestTensorMethods-20221123030337.xml 2022-11-23T03:07:45.4771115Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_tracer.TestTracer-20221123030337.xml 2022-11-23T03:07:45.4771428Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_type_sharing.TestTypeSharing-20221123030337.xml 2022-11-23T03:07:45.4771753Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_types.TestTypesAndAnnotation-20221123030337.xml 2022-11-23T03:07:45.4772043Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_typing.TestTyping-20221123030337.xml 2022-11-23T03:07:45.4772325Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_union.TestUnion-20221123030337.xml 2022-11-23T03:07:45.4772650Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123030337.xml 2022-11-23T03:07:45.4772951Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_upgraders.TestUpgraders-20221123030337.xml 2022-11-23T03:07:45.4773228Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_warn.TestWarn-20221123030337.xml 2022-11-23T03:07:45.4773504Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_with.TestWith-20221123030337.xml 2022-11-23T03:07:45.4773799Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_backends.TestBackends-20221123030337.xml 2022-11-23T03:07:45.4774136Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_backends.TestBackendsWithCompiler-20221123030337.xml 2022-11-23T03:07:45.4774739Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_data_parallel.TestDataParallel-20221123030337.xml 2022-11-23T03:07:45.4775107Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123030337.xml 2022-11-23T03:07:45.4775674Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123030337.xml 2022-11-23T03:07:45.4776040Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123030337.xml 2022-11-23T03:07:45.4776348Z Generated XML report: test-reports\python-unittest\test_jit_legacy\TEST-jit.test_torchbind.TestTorchbind-20221123030337.xml 2022-11-23T03:07:45.4776363Z 2022-11-23T03:07:45.4776833Z ##[endgroup] 2022-11-23T03:07:45.4777142Z FINISHED PRINTING LOG FILE of test_jit_legacy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_legacy_d2wzfec3) 2022-11-23T03:07:45.4777156Z 2022-11-23T03:07:45.4777290Z Ignoring disabled issues: [] 2022-11-23T03:07:46.0245524Z Ignoring disabled issues: [] 2022-11-23T03:07:46.0246176Z Prioritized test from test file changes. 2022-11-23T03:07:46.0249363Z reordering tests for PR: 2022-11-23T03:07:46.0249846Z prioritized: [] 2022-11-23T03:07:46.0250369Z the rest: ['test_jit_legacy', 'test_jit_fuser_legacy'] 2022-11-23T03:07:46.0250738Z 2022-11-23T03:07:46.0251557Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T03:07:46.0253627Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T03:07:46.6070528Z + assert_git_not_dirty 2022-11-23T03:07:46.6071200Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T03:07:46.6071806Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T03:07:46.6182605Z ++ git status --porcelain 2022-11-23T03:07:48.5565007Z + git_status= 2022-11-23T03:07:48.5565568Z + [[ -n '' ]] 2022-11-23T03:07:48.5565918Z + echo 'TEST PASSED' 2022-11-23T03:07:48.5566259Z TEST PASSED 2022-11-23T03:07:48.5809802Z Prepare all required actions 2022-11-23T03:07:48.5810398Z Getting action download info 2022-11-23T03:07:48.7303897Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T03:07:49.1060240Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T03:07:49.1060523Z with: 2022-11-23T03:07:49.1061025Z github-token: *** 2022-11-23T03:07:49.1061232Z env: 2022-11-23T03:07:49.1061455Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:49.1061784Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1062197Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:49.1062613Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1063087Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1063952Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1064554Z ##[endgroup] 2022-11-23T03:07:49.1255790Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T03:07:49.1256170Z with: 2022-11-23T03:07:49.1256625Z shell: bash 2022-11-23T03:07:49.1256910Z timeout_minutes: 10 2022-11-23T03:07:49.1257191Z max_attempts: 5 2022-11-23T03:07:49.1257571Z retry_wait_seconds: 30 2022-11-23T03:07:49.1258248Z 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 "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T03:07:49.1258817Z polling_interval_seconds: 1 2022-11-23T03:07:49.1259308Z warning_on_retry: true 2022-11-23T03:07:49.1259609Z continue_on_error: false 2022-11-23T03:07:49.1259888Z env: 2022-11-23T03:07:49.1260122Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:49.1260506Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1260987Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:49.1261442Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1261872Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1262293Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:49.1262842Z GITHUB_TOKEN: *** 2022-11-23T03:07:49.1263172Z ##[endgroup] 2022-11-23T03:07:49.2863191Z + python3 -m pip install requests==2.26.0 2022-11-23T03:07:50.3411181Z Collecting requests==2.26.0 2022-11-23T03:07:50.3540225Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T03:07:50.4453939Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T03:07:50.4564649Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T03:07:50.5105632Z Collecting certifi>=2017.4.17 2022-11-23T03:07:50.5218767Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T03:07:50.6195021Z Collecting charset-normalizer~=2.0.0 2022-11-23T03:07:50.6315716Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T03:07:50.6772497Z Collecting idna<4,>=2.5 2022-11-23T03:07:50.6873200Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T03:07:50.8603626Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T03:07:52.1408249Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T03:07:52.2682925Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-02d15e764fbab902f 2022-11-23T03:07:54.2151029Z + GHA_WORKFLOW_JOB_ID=9655480856 2022-11-23T03:07:54.2152090Z + echo job-id=9655480856 2022-11-23T03:07:54.2704240Z Command completed after 1 attempt(s). 2022-11-23T03:07:54.3082896Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:07:54.3083278Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:07:54.3122362Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:07:54.3122677Z env: 2022-11-23T03:07:54.3122901Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:54.3123233Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:54.3123647Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:54.3124046Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:54.3124425Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:54.3124778Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:54.3125078Z MONITOR_SCRIPT_PID: 1896 2022-11-23T03:07:54.3125323Z ##[endgroup] 2022-11-23T03:07:54.3669821Z Prepare all required actions 2022-11-23T03:07:54.3670254Z Getting action download info 2022-11-23T03:07:54.5246338Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T03:07:55.6672443Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T03:07:55.9881314Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T03:07:55.9881586Z with: 2022-11-23T03:07:55.9881908Z file-suffix: test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856 2022-11-23T03:07:55.9882227Z env: 2022-11-23T03:07:55.9882444Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:55.9882771Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:55.9883185Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:55.9883566Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:55.9884147Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:55.9884510Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:55.9884800Z ##[endgroup] 2022-11-23T03:07:56.0075053Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:07:56.0075424Z # -ir => recursive include all files in pattern 2022-11-23T03:07:56.0075771Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T03:07:56.0104440Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:56.0104774Z env: 2022-11-23T03:07:56.0104996Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:56.0105309Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:56.0105721Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:56.0106120Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:56.0106514Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:56.0106888Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:56.0107295Z FILE_SUFFIX: test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856 2022-11-23T03:07:56.0107624Z ##[endgroup] 2022-11-23T03:07:56.5717226Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:56.7339167Z Finished 2022-11-23T03:07:57.0492798Z 2022-11-23T03:07:57.0493577Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:07:57.0494014Z 2022-11-23T03:07:57.0494209Z Scanning the drive: 2022-11-23T03:07:57.0494645Z 5 files, 366191 bytes (358 KiB) 2022-11-23T03:07:57.0494901Z 2022-11-23T03:07:57.0495510Z Creating archive: test-jsons-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:07:57.0496100Z 2022-11-23T03:07:57.0496471Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T03:07:57.0496907Z 2022-11-23T03:07:57.0499794Z 2022-11-23T03:07:57.0500164Z Files read from disk: 5 2022-11-23T03:07:57.0500638Z Archive size: 39272 bytes (39 KiB) 2022-11-23T03:07:57.0501112Z Everything is Ok 2022-11-23T03:07:57.1004082Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:07:57.1004451Z # -ir => recursive include all files in pattern 2022-11-23T03:07:57.1004826Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T03:07:57.1035654Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:57.1036002Z env: 2022-11-23T03:07:57.1036223Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:57.1036557Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:57.1037133Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:57.1039192Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:57.1039639Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:57.1040012Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:57.1040418Z FILE_SUFFIX: test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856 2022-11-23T03:07:57.1040743Z ##[endgroup] 2022-11-23T03:07:57.6602821Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:57.8175181Z Finished 2022-11-23T03:07:58.1673842Z 2022-11-23T03:07:58.1674640Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:07:58.1675215Z 2022-11-23T03:07:58.1675401Z Scanning the drive: 2022-11-23T03:07:58.1675880Z 203 files, 6448778 bytes (6298 KiB) 2022-11-23T03:07:58.1676280Z 2022-11-23T03:07:58.1676776Z Creating archive: test-reports-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:07:58.1677648Z 2022-11-23T03:07:58.1677955Z Add new data to archive: 203 files, 6448778 bytes (6298 KiB) 2022-11-23T03:07:58.1678291Z 2022-11-23T03:07:58.1678302Z 2022-11-23T03:07:58.1678487Z Files read from disk: 203 2022-11-23T03:07:58.1678947Z Archive size: 436773 bytes (427 KiB) 2022-11-23T03:07:58.1679375Z Everything is Ok 2022-11-23T03:07:58.2242734Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:07:58.2243110Z # -ir => recursive include all files in pattern 2022-11-23T03:07:58.2243455Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T03:07:58.2272319Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:58.2273688Z env: 2022-11-23T03:07:58.2274098Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:58.2274670Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:58.2275386Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:58.2276149Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:58.2276839Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:58.2277507Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:58.2278287Z FILE_SUFFIX: test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856 2022-11-23T03:07:58.2278903Z ##[endgroup] 2022-11-23T03:07:58.7528481Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:58.9373145Z Finished 2022-11-23T03:07:59.6514918Z 2022-11-23T03:07:59.6515618Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:07:59.6516017Z 2022-11-23T03:07:59.6516202Z Scanning the drive: 2022-11-23T03:07:59.6516569Z 1 file, 7226598 bytes (7058 KiB) 2022-11-23T03:07:59.6516722Z 2022-11-23T03:07:59.6517126Z Creating archive: usage-log-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:07:59.6517498Z 2022-11-23T03:07:59.6517665Z Add new data to archive: 1 file, 7226598 bytes (7058 KiB) 2022-11-23T03:07:59.6517906Z 2022-11-23T03:07:59.6517916Z 2022-11-23T03:07:59.6518055Z Files read from disk: 1 2022-11-23T03:07:59.6518296Z Archive size: 231256 bytes (226 KiB) 2022-11-23T03:07:59.6518554Z Everything is Ok 2022-11-23T03:07:59.7029884Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:07:59.7030146Z with: 2022-11-23T03:07:59.7030399Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:07:59.7030670Z retention-days: 14 2022-11-23T03:07:59.7030913Z if-no-files-found: warn 2022-11-23T03:07:59.7031161Z path: test-jsons-*.zip 2022-11-23T03:07:59.7031372Z name: artifact 2022-11-23T03:07:59.7031598Z s3-bucket: gha-artifacts 2022-11-23T03:07:59.7031832Z region: us-east-1 2022-11-23T03:07:59.7032035Z env: 2022-11-23T03:07:59.7032245Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:59.7032549Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:59.7033562Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:59.7034022Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:59.7034392Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:59.7034764Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:59.7035052Z ##[endgroup] 2022-11-23T03:08:00.9583613Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:08:00.9584135Z With the provided path, there will be 1 file uploaded 2022-11-23T03:08:00.9584489Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:08:00.9606051Z Starting upload of test-jsons-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:08:01.1161925Z Finished upload of test-jsons-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:08:01.1522780Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:08:01.1523179Z with: 2022-11-23T03:08:01.1523443Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:08:01.1523718Z retention-days: 14 2022-11-23T03:08:01.1523960Z if-no-files-found: error 2022-11-23T03:08:01.1524216Z path: test-reports-*.zip 2022-11-23T03:08:01.1524432Z name: artifact 2022-11-23T03:08:01.1524659Z s3-bucket: gha-artifacts 2022-11-23T03:08:01.1524892Z region: us-east-1 2022-11-23T03:08:01.1525092Z env: 2022-11-23T03:08:01.1525302Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:01.1525607Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.1526013Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:01.1526411Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.1526782Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.1527151Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.1527442Z ##[endgroup] 2022-11-23T03:08:01.7140202Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:08:01.7140621Z With the provided path, there will be 1 file uploaded 2022-11-23T03:08:01.7140957Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:08:01.7161458Z Starting upload of test-reports-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:08:01.8705527Z Finished upload of test-reports-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:08:01.9060614Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:08:01.9061095Z with: 2022-11-23T03:08:01.9061563Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:08:01.9062152Z retention-days: 14 2022-11-23T03:08:01.9062712Z if-no-files-found: ignore 2022-11-23T03:08:01.9063281Z path: usage-log-*.zip 2022-11-23T03:08:01.9063734Z name: artifact 2022-11-23T03:08:01.9064257Z s3-bucket: gha-artifacts 2022-11-23T03:08:01.9064817Z region: us-east-1 2022-11-23T03:08:01.9065312Z env: 2022-11-23T03:08:01.9065802Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:01.9066446Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.9067330Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:01.9068195Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.9069026Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.9069842Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:01.9070490Z ##[endgroup] 2022-11-23T03:08:02.4691653Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:08:02.4692244Z With the provided path, there will be 1 file uploaded 2022-11-23T03:08:02.4692605Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:08:02.4723195Z Starting upload of usage-log-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:08:02.6909309Z Finished upload of usage-log-test-default-1-5-windows.8xlarge.nvidia.gpu_9655480856.zip 2022-11-23T03:08:02.7319846Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T03:08:02.7320237Z .github/scripts/parse_ref.py 2022-11-23T03:08:02.7384312Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:08:02.7384653Z env: 2022-11-23T03:08:02.7384880Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:02.7385209Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:02.7385608Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:02.7386007Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:02.7386379Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:02.7386754Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:02.7387218Z ##[endgroup] 2022-11-23T03:08:03.2611673Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:08:03.4161763Z Finished 2022-11-23T03:08:03.7342183Z ##[group]Run set -x 2022-11-23T03:08:03.7342728Z set -x 2022-11-23T03:08:03.7343121Z python3 -m pip install -r requirements.txt 2022-11-23T03:08:03.7343612Z python3 -m pip install boto3==1.19.12 2022-11-23T03:08:03.7343990Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:08:03.7392385Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:08:03.7392723Z env: 2022-11-23T03:08:03.7392945Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:03.7393281Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:03.7393682Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:03.7394085Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:03.7394468Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:03.7394884Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:03.7395199Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T03:08:03.7395435Z BRANCH: 2022-11-23T03:08:03.7395631Z TEST_CONFIG: default 2022-11-23T03:08:03.7395857Z SHARD_NUMBER: 1 2022-11-23T03:08:03.7396126Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T03:08:03.7396391Z PR_NUMBER: 2022-11-23T03:08:03.7396798Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T03:08:03.7397051Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T03:08:03.7397459Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:08:03.7397809Z TAG: 2022-11-23T03:08:03.7398021Z WORKFLOW_ID: 3528293554 2022-11-23T03:08:03.7398435Z GITHUB_TOKEN: *** 2022-11-23T03:08:03.7398660Z GHA_WORKFLOW_JOB_ID: 9655480856 2022-11-23T03:08:03.7398896Z ##[endgroup] 2022-11-23T03:08:03.7710925Z + python3 -m pip install -r requirements.txt 2022-11-23T03:08:04.6972415Z Collecting astunparse 2022-11-23T03:08:04.7297055Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T03:08:04.7650871Z Collecting expecttest 2022-11-23T03:08:04.7714318Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T03:08:04.8060507Z Collecting future 2022-11-23T03:08:04.8118420Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T03:08:04.8398062Z ------------------------------------- 829.2/829.2 kB 51.2 MB/s eta 0:00:00 2022-11-23T03:08:05.3433195Z Preparing metadata (setup.py): started 2022-11-23T03:08:06.2728233Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:08:06.8842904Z Collecting hypothesis 2022-11-23T03:08:06.8922155Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T03:08:06.9113133Z ------------------------------------- 396.8/396.8 kB 25.8 MB/s eta 0:00:00 2022-11-23T03:08:07.1602589Z Collecting numpy 2022-11-23T03:08:07.1668136Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T03:08:07.3642353Z --------------------------------------- 14.6/14.6 MB 59.4 MB/s eta 0:00:00 2022-11-23T03:08:07.4438496Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T03:08:07.4949689Z Collecting pyyaml 2022-11-23T03:08:07.5144563Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T03:08:07.5295772Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T03:08:07.5314077Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T03:08:07.5628104Z Collecting six 2022-11-23T03:08:07.5677480Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T03:08:07.6108434Z Collecting types-dataclasses 2022-11-23T03:08:07.6158887Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T03:08:07.6518777Z Collecting typing_extensions 2022-11-23T03:08:07.6569865Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T03:08:07.7105722Z Collecting sympy 2022-11-23T03:08:07.7406723Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T03:08:07.8270464Z Collecting filelock 2022-11-23T03:08:07.8327683Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T03:08:07.8969299Z Collecting networkx 2022-11-23T03:08:07.9090430Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T03:08:07.9468205Z ---------------------------------------- 2.0/2.0 MB 65.0 MB/s eta 0:00:00 2022-11-23T03:08:08.0022388Z Collecting jinja2 2022-11-23T03:08:08.0089509Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T03:08:08.0219816Z -------------------------------------- 133.1/133.1 kB 7.7 MB/s eta 0:00:00 2022-11-23T03:08:08.0891926Z Collecting wheel<1.0,>=0.23.0 2022-11-23T03:08:08.0989356Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T03:08:08.1977120Z Collecting attrs>=19.2.0 2022-11-23T03:08:08.2031234Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T03:08:08.2127533Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T03:08:08.2467627Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T03:08:08.2521704Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T03:08:08.3185192Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T03:08:08.3214406Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T03:08:08.3265974Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T03:08:08.3317765Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T03:08:08.3947137Z Collecting mpmath>=0.19 2022-11-23T03:08:08.4088501Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T03:08:08.5490667Z Collecting MarkupSafe>=2.0 2022-11-23T03:08:08.5543655Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T03:08:08.6180297Z Preparing metadata (setup.py): started 2022-11-23T03:08:09.3999906Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:08:10.2391606Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T03:08:57.8825567Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T03:08:57.8835402Z Running setup.py install for MarkupSafe: started 2022-11-23T03:09:01.3455326Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T03:09:01.3550873Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T03:09:01.3559156Z Running setup.py install for future: started 2022-11-23T03:09:06.4562336Z Running setup.py install for future: finished with status 'done' 2022-11-23T03:09:09.0286402Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T03:09:09.4265204Z + python3 -m pip install boto3==1.19.12 2022-11-23T03:09:10.8900436Z Collecting boto3==1.19.12 2022-11-23T03:09:10.9386342Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T03:09:10.9560875Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-11-23T03:09:11.5782766Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T03:09:11.5861247Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T03:09:11.6999387Z ---------------------------------------- 8.1/8.1 MB 74.2 MB/s eta 0:00:00 2022-11-23T03:09:11.7781154Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T03:09:11.7839068Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T03:09:11.8285132Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T03:09:11.8372184Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T03:09:11.8481188Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T03:09:11.8909689Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T03:09:11.8971553Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T03:09:11.9102607Z ------------------------------------- 247.7/247.7 kB 15.8 MB/s eta 0:00:00 2022-11-23T03:09:11.9278532Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T03:09:12.1086751Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\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-11-23T03:09:12.5055186Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T03:09:16.2638870Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T03:09:16.4527249Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:09:45.4096412Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T03:09:45.4096973Z 2022-11-23T03:09:45.4097312Z ----- Historic stats comparison result ------ 2022-11-23T03:09:45.4097699Z 2022-11-23T03:09:45.4097959Z job: win-vs2019-cuda11.6-py3 2022-11-23T03:09:45.4098584Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:09:45.4101159Z 2022-11-23T03:09:45.4101885Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T03:09:45.4102376Z 2022-11-23T03:09:45.4102540Z : (master) 2022-11-23T03:09:45.4102880Z | 2022-11-23T03:09:45.4103375Z * 1cfd3858ac (HEAD) total time 8552.66s 2022-11-23T03:09:45.4106673Z * 26322544b8 (base) 7 reports, total time 6322.35s � 2234.21s 2022-11-23T03:09:45.4107410Z * 7f4b4d2827 7 reports, total time 6271.08s � 2280.71s 2022-11-23T03:09:45.4108011Z * b50699f247 7 reports, total time 6308.10s � 2206.06s 2022-11-23T03:09:45.4108655Z * 8bf8e4d71e 7 reports, total time 6304.27s � 2211.70s 2022-11-23T03:09:45.4109301Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T03:09:45.4109897Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T03:09:45.4110580Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T03:09:45.4111123Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T03:09:45.4111738Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T03:09:45.4112674Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T03:09:45.4113060Z | 2022-11-23T03:09:45.4113292Z : 2022-11-23T03:09:45.4113420Z 2022-11-23T03:09:45.4113587Z Removed (across 535 suites) 0 tests, totaling 0.00s 2022-11-23T03:09:45.4113944Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T03:09:45.4114294Z Added (across 331 suites) 35240 tests, totaling +8552.66s 2022-11-23T03:09:45.5996367Z Prepare all required actions 2022-11-23T03:09:45.6050909Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T03:09:45.6051289Z with: 2022-11-23T03:09:45.6051518Z env: 2022-11-23T03:09:45.6051749Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:09:45.6052248Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6052784Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:09:45.6053333Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6053723Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6054082Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6054385Z ##[endgroup] 2022-11-23T03:09:45.6235173Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:09:45.6235547Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:09:45.6264954Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:09:45.6265328Z env: 2022-11-23T03:09:45.6265793Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:09:45.6266153Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6266582Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:09:45.6266998Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6267401Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6267791Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:45.6268097Z ##[endgroup] 2022-11-23T03:09:46.2110574Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:09:46.3844699Z Finished 2022-11-23T03:09:47.0929526Z Holding runner until all ssh sessions have logged out 2022-11-23T03:09:47.1396676Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:09:47.1397081Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:09:47.1427773Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:09:47.1428334Z env: 2022-11-23T03:09:47.1428576Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:09:47.1428923Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.1429605Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:09:47.1430011Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.1430390Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.1430767Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.1431062Z ##[endgroup] 2022-11-23T03:09:47.6781548Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:09:47.8309397Z Finished 2022-11-23T03:09:47.9181746Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:09:47.9182316Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:09:47.9182608Z rm -rf ./* 2022-11-23T03:09:47.9220369Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:09:47.9220701Z env: 2022-11-23T03:09:47.9220922Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:09:47.9221234Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.9221797Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:09:47.9222195Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.9222569Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.9222939Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:09:47.9223237Z EXTRA_DELETE_DIR: 2022-11-23T03:09:47.9225321Z ##[endgroup] 2022-11-23T03:10:16.4393697Z Post job cleanup. 2022-11-23T03:10:16.4603960Z Post job cleanup. 2022-11-23T03:10:17.0661077Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T03:10:17.1048158Z Post job cleanup. 2022-11-23T03:10:17.1304242Z Post job cleanup. 2022-11-23T03:10:21.2392152Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T03:10:21.2673895Z git version 2.38.1.windows.1 2022-11-23T03:10:21.2753649Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\1ae2c1f8-6abe-4fe3-8b47-6df6bd798550\.gitconfig' 2022-11-23T03:10:21.2838848Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1ae2c1f8-6abe-4fe3-8b47-6df6bd798550' before making global git config changes 2022-11-23T03:10:21.2839840Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T03:10:21.2851290Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T03:10:21.3236667Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T03:10:21.3603521Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T03:10:22.1518305Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T03:10:22.1805354Z http.https://github.com/.extraheader 2022-11-23T03:10:22.1856463Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T03:10:22.2256012Z [command]"C:\Program Files\Git\cmd\git.exe" 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-11-23T03:10:22.8952360Z Cleaning up orphan processes